{"items":[{"type":"link","label":"Uberall API","link":"/apis/swagger","routeSlug":"/apis/swagger","content":{"contentType":"overview","meta":{"name":"Uberall API"},"children":[{"nodeType":"container","panels":[{"title":"Download OpenAPI description","titleTranslationKey":"download.description.title","children":[{"kind":"download","label":"swagger.yaml","url":"https://uberall.com/swagger/uberall-specs.yaml"}]},{"title":"Overview","titleTranslationKey":"info.title","children":[{"kind":"externallink","title":"URL","titleTranslationKey":"info.contact.url","label":"https://uberall.com","url":"https://uberall.com"},{"kind":"email","title":"Support","email":"api@uberall.com","label":"api@uberall.com","withCopyButton":true,"copyContent":"api@uberall.com"},{"kind":"externallink","title":"License","titleTranslationKey":"info.license","label":"Licensed under Uberall","url":"https://uberall.com/en-us/uberall-terms-and-conditions"}]},{"title":"Languages","titleTranslationKey":"languages.title","children":[{"kind":"languages","options":[{"key":"curl","title":"curl","lang":"curl"},{"key":"javascript","title":"JavaScript","lang":"JavaScript"},{"key":"node","title":"Node.js","lang":"Node.js"},{"key":"python","title":"Python","lang":"Python"},{"key":"java","title":"Java","lang":"Java"},{"key":"csharp","title":"C#","lang":"C#"},{"key":"php","title":"PHP","lang":"PHP"},{"key":"go","title":"Go","lang":"Go"},{"key":"ruby","title":"Ruby","lang":"Ruby"},{"key":"r","title":"R","lang":"R"},{"key":"payload","title":"Payload","lang":"Payload"}]}]},{"title":"Servers","titleTranslationKey":"servers.title","children":[{"kind":"servers","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"mode":"default"}]}],"children":[{"nodeType":"overview-section-wrapper","children":[{"nodeType":"header","level":1,"label":"Uberall API (20260701)","showPageActions":true},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":"Enhance your application with Uberall's comprehensive API documentation"}],"sectionId":"/apis/swagger"}],"sectionId":"/apis/swagger"}]}]}},{"type":"separator","label":"Set up","content":null},{"type":"group","label":"Users","link":"/apis/swagger/users","routeSlug":"/apis/swagger/users","items":[{"label":"Provide an access_token for the user","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/users/post_users_login","routeSlug":"/apis/swagger/users/post_users_login","metadata":{"seo":{"title":"Provide an access_token for the user","description":"Provides an access_token for the email or the userId provided in the LoginCommand.The accepted couples are:[email, password][email, private_key][userId, private_key]"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_users_login","name":"Provide an access_token for the user","isWebhook":false,"pointer":"/paths/~1users~1login/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Provide an access_token for the user","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Provides an access_token for the email or the userId provided in the LoginCommand."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The accepted couples are:"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[email, password]"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[email, private_key]"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[userId, private_key]"},"children":[]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LoginCommand"}},"schemaId":"components/schemas/LoginCommand","pointer":"/paths/~1users~1login/post/requestBody","description":"A LoginCommand object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/users/login","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/LoginCommand"}},"responseCodes":["200","400","403","404","409"],"pointer":"/users/login","href":"users/post_users_login","openApiOperationId":"post_users_login","summary":"Provide an access_token for the user"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/LoginCommand","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LoginCommand"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"User successfully authenticated","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LoginResponseWrapper"}},"schemaId":"components/schemas/LoginResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1login/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1login/post/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1login/post/responses/400/content/application~1json/examples/error","paths/~1users~1login/post/responses/400/content/application~1json/examples/bad_request","paths/~1users~1login/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1login/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1login/post/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1login/post/responses/400/content/application~1json/examples/error","paths/~1users~1login/post/responses/400/content/application~1json/examples/bad_request","paths/~1users~1login/post/responses/400/content/application~1json/examples/user_error"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/403/content/application~1json/examples/forbidden","paths/~1users~1login/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/403/content/application~1json/examples/forbidden","paths/~1users~1login/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1users~1login/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LoginResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LoginResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1login/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1login/post/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1login/post/responses/400/content/application~1json/examples/error","paths/~1users~1login/post/responses/400/content/application~1json/examples/bad_request","paths/~1users~1login/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1login/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1login/post/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1login/post/responses/400/content/application~1json/examples/error","paths/~1users~1login/post/responses/400/content/application~1json/examples/bad_request","paths/~1users~1login/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/403/content/application~1json/examples/forbidden","paths/~1users~1login/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/403/content/application~1json/examples/forbidden","paths/~1users~1login/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1login/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/users/post_users_login"}],"panels":[]}]},"httpPath":"/users/login"},{"label":"Get All Users","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/users/get_users","routeSlug":"/apis/swagger/users/get_users","metadata":{"seo":{"title":"Get All Users","description":"Get all users managed by the current API key"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_users","name":"Get All Users","isWebhook":false,"pointer":"/paths/~1users/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Users","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get all users managed by the current API key"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"query","in":"query","schemaId":"schema_67","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Filter by first name, last name or email, e.g. 'tom@gmail.com'"},"children":[]}]}]}],"example":"tom@gmail.com"},{"name":"max","in":"query","schemaId":"schema_68","description":"Maximum number of users to display."},{"name":"offset","in":"query","schemaId":"schema_68","description":"Offset for pagination."},{"name":"sort","in":"query","schemaId":"schema_67","description":"Sorting criteria for result list."},{"name":"order","in":"query","schemaId":"schema_67","description":"Sort the order of the result list asc or desc"},{"name":"locationId","in":"query","schemaId":"schema_69","description":"Id of a location the users must have administration rights to."},{"name":"identifier","in":"query","schemaId":"schema_67","description":"Only return users with this identifier."}],"pointer":"/paths/~1users/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/users","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"query","in":"query","required":false,"example":"tom@gmail.com","schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_68","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_68","style":"form","explode":true},{"name":"sort","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"order","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"locationId","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"identifier","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/users","href":"users/get_users","openApiOperationId":"get_users","summary":"Get All Users","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved list","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/UserSearchWrapper"}},"schemaId":"components/schemas/UserSearchWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1users/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users/get/responses/400/content/application~1json/examples/wrong_type","paths/~1users/get/responses/400/content/application~1json/examples/error","paths/~1users/get/responses/400/content/application~1json/examples/bad_request","paths/~1users/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1users/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users/get/responses/400/content/application~1json/examples/wrong_type","paths/~1users/get/responses/400/content/application~1json/examples/error","paths/~1users/get/responses/400/content/application~1json/examples/bad_request","paths/~1users/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/401/content/application~1json/examples/unauthorized","paths/~1users/get/responses/401/content/application~1json/examples/bad_token","paths/~1users/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1users/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/401/content/application~1json/examples/unauthorized","paths/~1users/get/responses/401/content/application~1json/examples/bad_token","paths/~1users/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1users/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/403/content/application~1json/examples/forbidden","paths/~1users/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/403/content/application~1json/examples/forbidden","paths/~1users/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1users/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/UserSearchWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/UserSearchWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1users/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users/get/responses/400/content/application~1json/examples/wrong_type","paths/~1users/get/responses/400/content/application~1json/examples/error","paths/~1users/get/responses/400/content/application~1json/examples/bad_request","paths/~1users/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1users/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users/get/responses/400/content/application~1json/examples/wrong_type","paths/~1users/get/responses/400/content/application~1json/examples/error","paths/~1users/get/responses/400/content/application~1json/examples/bad_request","paths/~1users/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/401/content/application~1json/examples/unauthorized","paths/~1users/get/responses/401/content/application~1json/examples/bad_token","paths/~1users/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1users/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/401/content/application~1json/examples/unauthorized","paths/~1users/get/responses/401/content/application~1json/examples/bad_token","paths/~1users/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1users/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/403/content/application~1json/examples/forbidden","paths/~1users/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/403/content/application~1json/examples/forbidden","paths/~1users/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/users/get_users"}],"panels":[]}]},"httpPath":"/users"},{"label":"Create a User","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/users/post_users","routeSlug":"/apis/swagger/users/post_users","metadata":{"seo":{"title":"Create a User","description":"Create a new user, subject to throttling of 10 creations per 10 seconds."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_users","name":"Create a User","isWebhook":false,"pointer":"/paths/~1users/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a User","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a new user, subject to throttling of 10 creations per 10 seconds."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/User"}},"schemaId":"components/schemas/User","pointer":"/paths/~1users/post/requestBody","description":"User data to be created"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/users","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/User"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/users","href":"users/post_users","openApiOperationId":"post_users","summary":"Create a User","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/User","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/User"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully created user","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/UserLeftWrapper"}},"schemaId":"components/schemas/UserLeftWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1users/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users/post/responses/400/content/application~1json/examples/wrong_type","paths/~1users/post/responses/400/content/application~1json/examples/error","paths/~1users/post/responses/400/content/application~1json/examples/bad_request","paths/~1users/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1users/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users/post/responses/400/content/application~1json/examples/wrong_type","paths/~1users/post/responses/400/content/application~1json/examples/error","paths/~1users/post/responses/400/content/application~1json/examples/bad_request","paths/~1users/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/401/content/application~1json/examples/unauthorized","paths/~1users/post/responses/401/content/application~1json/examples/bad_token","paths/~1users/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1users/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/401/content/application~1json/examples/unauthorized","paths/~1users/post/responses/401/content/application~1json/examples/bad_token","paths/~1users/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1users/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/403/content/application~1json/examples/forbidden","paths/~1users/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/403/content/application~1json/examples/forbidden","paths/~1users/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1users/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/UserLeftWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/UserLeftWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1users/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users/post/responses/400/content/application~1json/examples/wrong_type","paths/~1users/post/responses/400/content/application~1json/examples/error","paths/~1users/post/responses/400/content/application~1json/examples/bad_request","paths/~1users/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1users/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users/post/responses/400/content/application~1json/examples/wrong_type","paths/~1users/post/responses/400/content/application~1json/examples/error","paths/~1users/post/responses/400/content/application~1json/examples/bad_request","paths/~1users/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/401/content/application~1json/examples/unauthorized","paths/~1users/post/responses/401/content/application~1json/examples/bad_token","paths/~1users/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1users/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/401/content/application~1json/examples/unauthorized","paths/~1users/post/responses/401/content/application~1json/examples/bad_token","paths/~1users/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1users/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/403/content/application~1json/examples/forbidden","paths/~1users/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/403/content/application~1json/examples/forbidden","paths/~1users/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/users/post_users"}],"panels":[]}]},"httpPath":"/users"},{"label":"Get a User","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/users/get_users_id","routeSlug":"/apis/swagger/users/get_users_id","metadata":{"seo":{"title":"Get a User","description":"Get a user identified by its uberall unique id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_users_id","name":"Get a User","isWebhook":false,"pointer":"/paths/~1users~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a User","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a user identified by its uberall unique id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"User ID","required":true}],"pointer":"/paths/~1users~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/users/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/users/{id}","href":"users/get_users_id","openApiOperationId":"get_users_id","summary":"Get a User","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved user","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/UserWrapper"}},"schemaId":"components/schemas/UserWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1users~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/UserWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/UserWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/users/get_users_id"}],"panels":[]}]},"httpPath":"/users/{id}"},{"label":"Delete a User","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/users/delete_users_id","routeSlug":"/apis/swagger/users/delete_users_id","metadata":{"seo":{"title":"Delete a User","description":"Delete a user identified by its uberall unique id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_users_id","name":"Delete a User","isWebhook":false,"pointer":"/paths/~1users~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a User","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a user identified by its uberall unique id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"User ID","required":true}],"pointer":"/paths/~1users~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/users/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/users/{id}","href":"users/delete_users_id","openApiOperationId":"delete_users_id","summary":"Delete a User","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully deleted user","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}},"schemaId":"components/schemas/SuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1users~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/users/delete_users_id"}],"panels":[]}]},"httpPath":"/users/{id}"},{"label":"Update a User","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/users/patch_users_id","routeSlug":"/apis/swagger/users/patch_users_id","metadata":{"seo":{"title":"Update a User","description":"Edit an existing user"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_users_id","name":"Update a User","isWebhook":false,"pointer":"/paths/~1users~1{id}/patch","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a User","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Edit an existing user"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"User ID","required":true}],"pointer":"/paths/~1users~1{id}/patch/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/users/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/users/{id}","href":"users/patch_users_id","openApiOperationId":"patch_users_id","summary":"Update a User","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully edited user","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/UserWrapper"}},"schemaId":"components/schemas/UserWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1users~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/UserWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/UserWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/users/patch_users_id"}],"panels":[]}]},"httpPath":"/users/{id}"},{"label":"Log out the current user","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/users/post_users_logout","routeSlug":"/apis/swagger/users/post_users_logout","metadata":{"seo":{"title":"Log out the current user","description":"Logs out the current user and invalidates the access_token associated with this session"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_users_logout","name":"Log out the current user","isWebhook":false,"pointer":"/paths/~1users~1logout/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Log out the current user","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Logs out the current user and invalidates the access_token associated with this session"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/users/logout","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/users/logout","href":"users/post_users_logout","openApiOperationId":"post_users_logout","summary":"Log out the current user","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully logged out","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LogoutResponseWrapper"}},"schemaId":"components/schemas/LogoutResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1logout/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1logout/post/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1logout/post/responses/400/content/application~1json/examples/error","paths/~1users~1logout/post/responses/400/content/application~1json/examples/bad_request","paths/~1users~1logout/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1logout/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1logout/post/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1logout/post/responses/400/content/application~1json/examples/error","paths/~1users~1logout/post/responses/400/content/application~1json/examples/bad_request","paths/~1users~1logout/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_token","paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_token","paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/403/content/application~1json/examples/forbidden","paths/~1users~1logout/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/403/content/application~1json/examples/forbidden","paths/~1users~1logout/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1users~1logout/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LogoutResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LogoutResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1logout/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1logout/post/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1logout/post/responses/400/content/application~1json/examples/error","paths/~1users~1logout/post/responses/400/content/application~1json/examples/bad_request","paths/~1users~1logout/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1logout/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1logout/post/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1logout/post/responses/400/content/application~1json/examples/error","paths/~1users~1logout/post/responses/400/content/application~1json/examples/bad_request","paths/~1users~1logout/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_token","paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_token","paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/403/content/application~1json/examples/forbidden","paths/~1users~1logout/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/403/content/application~1json/examples/forbidden","paths/~1users~1logout/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1logout/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/users/post_users_logout"}],"panels":[]}]},"httpPath":"/users/logout"},{"label":"Invalidate all active user sessions","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/users/delete_users_id_all_sessions","routeSlug":"/apis/swagger/users/delete_users_id_all_sessions","metadata":{"seo":{"title":"Invalidate all active user sessions","description":"Invalidates all active sessions associated with the user"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_users_id_all_sessions","name":"Invalidate all active user sessions","isWebhook":false,"pointer":"/paths/~1users~1{id}~1all-sessions/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Invalidate all active user sessions","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Invalidates all active sessions associated with the user"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_69","description":"User ID","required":true}],"pointer":"/paths/~1users~1{id}~1all-sessions/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/users/{id}/all-sessions","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_69","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/users/{id}/all-sessions","href":"users/delete_users_id_all_sessions","openApiOperationId":"delete_users_id_all_sessions","summary":"Invalidate all active user sessions","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully logged out all sessions for user","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LogoutResponseWrapper"}},"schemaId":"components/schemas/LogoutResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/error","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/error","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}~1all-sessions/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}~1all-sessions/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1users~1{id}~1all-sessions/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LogoutResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LogoutResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/error","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/error","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/bad_request","paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_token","paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}~1all-sessions/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/403/content/application~1json/examples/forbidden","paths/~1users~1{id}~1all-sessions/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1users~1{id}~1all-sessions/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/users/delete_users_id_all_sessions"}],"panels":[]}]},"httpPath":"/users/{id}/all-sessions"}],"content":{"contentType":"group","meta":{"name":"Users"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Users","showPageActions":true},{"nodeType":"markdoc","content":"Set up - Users"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/users/login","summary":"Provide an access_token for the user","prefix":{"name":"post","color":"post"},"badges":[],"link":"/users/post_users_login","deprecated":false},{"title":"/users","summary":"Get All Users","prefix":{"name":"get","color":"get"},"badges":[],"link":"/users/get_users","deprecated":false},{"title":"/users","summary":"Create a User","prefix":{"name":"post","color":"post"},"badges":[],"link":"/users/post_users","deprecated":false},{"title":"/users/{id}","summary":"Get a User","prefix":{"name":"get","color":"get"},"badges":[],"link":"/users/get_users_id","deprecated":false},{"title":"/users/{id}","summary":"Delete a User","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/users/delete_users_id","deprecated":false},{"title":"/users/{id}","summary":"Update a User","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/users/patch_users_id","deprecated":false},{"title":"/users/logout","summary":"Log out the current user","prefix":{"name":"post","color":"post"},"badges":[],"link":"/users/post_users_logout","deprecated":false},{"title":"/users/{id}/all-sessions","summary":"Invalidate all active user sessions","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/users/delete_users_id_all_sessions","deprecated":false}]}]}]}]}},{"type":"group","label":"Business Connections","link":"/apis/swagger/business-connections","routeSlug":"/apis/swagger/business-connections","items":[{"label":"Connect a business","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/business-connections/post_business_connections_directorytype_connect_businessid","routeSlug":"/apis/swagger/business-connections/post_business_connections_directorytype_connect_businessid","metadata":{"seo":{"title":"Connect a business","description":"Creates a business connection between the business and the external entity on directory (e.g. brand page for FB)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_business_connections_directoryType_connect_businessId","name":"Connect a business","isWebhook":false,"pointer":"/paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Connect a business","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a business connection between the business and the external entity on directory (e.g. brand page for FB)"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"directoryType","in":"path","schemaId":"schema_67","description":"Type of the directory","required":true},{"name":"businessId","in":"path","schemaId":"schema_67","description":"Id of the Business","required":true}],"pointer":"/paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Connect"}},"schemaId":"components/schemas/Connect","pointer":"/paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/requestBody","description":"Business connection parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/business-connections/{directoryType}/connect/{businessId}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"directoryType","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"businessId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/Connect"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/business-connections/{directoryType}/connect/{businessId}","href":"business-connections/post_business_connections_directorytype_connect_businessid","openApiOperationId":"post_business_connections_directoryType_connect_businessId","summary":"Connect a business","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/Connect","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Connect"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Business successfully connected","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/business-connections/post_business_connections_directorytype_connect_businessid"}],"panels":[]}]},"httpPath":"/business-connections/{directoryType}/connect/{businessId}"},{"label":"Count of connections","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_count","routeSlug":"/apis/swagger/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_count","metadata":{"seo":{"title":"Count of connections","description":"Get number of all business connections created under given salesPartner"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_business_connections_directoryType_sales_partner_salesPartnerId_count","name":"Count of connections","isWebhook":false,"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Count of connections","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get number of all business connections created under given salesPartner"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"directoryType","in":"path","schemaId":"schema_67","description":"Type of the directory","required":true},{"name":"salesPartnerId","in":"path","schemaId":"schema_67","description":"Id of the SalesPartner","required":true}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"status","in":"query","schemaId":"schema_67","description":"Filter by status"},{"name":"name","in":"query","schemaId":"schema_67","description":"Filters results by performing search with given value"}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/count","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"directoryType","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"salesPartnerId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"status","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"name","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/count","href":"business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_count","openApiOperationId":"get_business_connections_directoryType_sales_partner_salesPartnerId_count","summary":"Count of connections","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Business connections count successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_count"}],"panels":[]}]},"httpPath":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/count"},{"label":"Disconnect a business","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/business-connections/put_business_connections_directorytype_disconnect_businessid","routeSlug":"/apis/swagger/business-connections/put_business_connections_directorytype_disconnect_businessid","metadata":{"seo":{"title":"Disconnect a business","description":"Deletes or disconnects the current business connection"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"put_business_connections_directoryType_disconnect_businessId","name":"Disconnect a business","isWebhook":false,"pointer":"/paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Disconnect a business","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes or disconnects the current business connection"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"directoryType","in":"path","schemaId":"schema_67","description":"Type of the directory","required":true},{"name":"businessId","in":"path","schemaId":"schema_67","description":"Id of the Business","required":true}],"pointer":"/paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Disconnect"}},"schemaId":"components/schemas/Disconnect","pointer":"/paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/requestBody","description":"Business connection parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/business-connections/{directoryType}/disconnect/{businessId}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"directoryType","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"businessId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/Disconnect"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/business-connections/{directoryType}/disconnect/{businessId}","href":"business-connections/put_business_connections_directorytype_disconnect_businessid","openApiOperationId":"put_business_connections_directoryType_disconnect_businessId","summary":"Disconnect a business","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/Disconnect","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Disconnect"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Business successfully disconnected","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/business-connections/put_business_connections_directorytype_disconnect_businessid"}],"panels":[]}]},"httpPath":"/business-connections/{directoryType}/disconnect/{businessId}"},{"label":"Check account connections for missing permissions","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_accounts_connections_check","routeSlug":"/apis/swagger/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_accounts_connections_check","metadata":{"seo":{"title":"Check account connections for missing permissions","description":"Returns directory user accounts for a sales partner with information about whether each account requires user action (re-authentication or missing permissions)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_business_connections_directoryType_sales_partner_salesPartnerId_accounts_connections_check","name":"Check account connections for missing permissions","isWebhook":false,"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Check account connections for missing permissions","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns directory user accounts for a sales partner with information about whether each account requires user action (re-authentication or missing permissions)."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"directoryType","in":"path","schemaId":"schema_67","description":"Type of the directory","required":true},{"name":"salesPartnerId","in":"path","schemaId":"schema_67","description":"Id of the SalesPartner","required":true}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"accountId","in":"query","schemaId":"schema_69","description":"Optional id of a single DirectoryUserAccount (the 'id' field of a check entry) to restrict the result to."}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/accounts-connections-check","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"directoryType","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"salesPartnerId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"accountId","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/accounts-connections-check","href":"business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_accounts_connections_check","openApiOperationId":"get_business_connections_directoryType_sales_partner_salesPartnerId_accounts_connections_check","summary":"Check account connections for missing permissions","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Account connection checks successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_accounts_connections_check"}],"panels":[]}]},"httpPath":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/accounts-connections-check"},{"label":"List of external entities","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_pages","routeSlug":"/apis/swagger/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_pages","metadata":{"seo":{"title":"List of external entities","description":"Get list of all the external entities on directories that correspond to all connected accounts on given salesPartner (e.g. brand pages list for FB of all the accounts that have been authenticated under sp)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_business_connections_directoryType_sales_partner_salesPartnerId_pages","name":"List of external entities","isWebhook":false,"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List of external entities","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get list of all the external entities on directories that correspond to all connected accounts on given salesPartner (e.g. brand pages list for FB of all the accounts that have been authenticated under sp)"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"directoryType","in":"path","schemaId":"schema_67","description":"Type of the directory","required":true},{"name":"salesPartnerId","in":"path","schemaId":"schema_67","description":"Id of the SalesPartner","required":true}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"max","in":"query","schemaId":"schema_69","description":"Maximum number of items to return"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/pages","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"directoryType","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"salesPartnerId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/pages","href":"business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_pages","openApiOperationId":"get_business_connections_directoryType_sales_partner_salesPartnerId_pages","summary":"List of external entities","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"External entities successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessDirectoryPageResponseWrapper"}},"schemaId":"components/schemas/BusinessDirectoryPageResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BusinessDirectoryPageResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessDirectoryPageResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_pages"}],"panels":[]}]},"httpPath":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/pages"},{"label":"List all external entities","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_account_accountid_pages","routeSlug":"/apis/swagger/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_account_accountid_pages","metadata":{"seo":{"title":"List all external entities","description":"Get list of all the external entities on directories on given salesPartner that correspond to specified account."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_business_connections_directoryType_sales_partner_salesPartnerId_account_accountId_pages","name":"List all external entities","isWebhook":false,"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List all external entities","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get list of all the external entities on directories on given salesPartner that correspond to specified account."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"directoryType","in":"path","schemaId":"schema_67","description":"Type of the directory","required":true},{"name":"salesPartnerId","in":"path","schemaId":"schema_67","description":"Id of the SalesPartner","required":true},{"name":"accountId","in":"path","schemaId":"schema_67","description":"Id of the DirectoryUserAccount","required":true}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"query","in":"query","schemaId":"schema_67","description":"Search filter for page name."},{"name":"max","in":"query","schemaId":"schema_69","description":"Maximum number of items to return"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/account/{accountId}/pages","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"directoryType","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"salesPartnerId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"accountId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","202","400","401","403","404"],"pointer":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/account/{accountId}/pages","href":"business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_account_accountid_pages","openApiOperationId":"get_business_connections_directoryType_sales_partner_salesPartnerId_account_accountId_pages","summary":"List all external entities","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"External entities successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/AsyncBusinessDirectoryPageListResponse"}},"schemaId":"components/schemas/AsyncBusinessDirectoryPageListResponse"},{"code":"202","description":"Request accepted, async processing started","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/AsyncBusinessDirectoryPageListResponse"}},"schemaId":"components/schemas/AsyncBusinessDirectoryPageListResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/AsyncBusinessDirectoryPageListResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/AsyncBusinessDirectoryPageListResponse"}}},{"code":"202","schemaId":"components/schemas/AsyncBusinessDirectoryPageListResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/AsyncBusinessDirectoryPageListResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_account_accountid_pages"}],"panels":[]}]},"httpPath":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/account/{accountId}/pages"},{"label":"List of all directory user accounts connected to sales partner","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_users","routeSlug":"/apis/swagger/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_users","metadata":{"seo":{"title":"List of all directory user accounts connected to sales partner","description":"Get list of all the directory user accounts that correspond to all connected accounts on given salesPartner (e.g. list of all the accounts that have been authenticated under sp)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_business_connections_directoryType_sales_partner_salesPartnerId_users","name":"List of all directory user accounts connected to sales partner","isWebhook":false,"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List of all directory user accounts connected to sales partner","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get list of all the directory user accounts that correspond to all connected accounts\n                        on given salesPartner (e.g. list of all the accounts that have been authenticated under sp)"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"directoryType","in":"path","schemaId":"schema_67","description":"Type of the directory","required":true},{"name":"salesPartnerId","in":"path","schemaId":"schema_67","description":"Id of the SalesPartner","required":true}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"max","in":"query","schemaId":"schema_69","description":"Maximum number of items to return"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/users","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"directoryType","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"salesPartnerId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/users","href":"business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_users","openApiOperationId":"get_business_connections_directoryType_sales_partner_salesPartnerId_users","summary":"List of all directory user accounts connected to sales partner","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"External entities successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessDirectoryAccountResponseWrapper"}},"schemaId":"components/schemas/BusinessDirectoryAccountResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BusinessDirectoryAccountResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessDirectoryAccountResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_users"}],"panels":[]}]},"httpPath":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/users"},{"label":"Get business connections by directory type","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/business-connections/get_business_connections_directorytype","routeSlug":"/apis/swagger/business-connections/get_business_connections_directorytype","metadata":{"seo":{"title":"Get business connections by directory type","description":"Retrieves a list of businesses and their connection types for a specific directory type. Returns up to 50 entries that match the optional filter criteria."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_business_connections_directoryType","name":"Get business connections by directory type","isWebhook":false,"pointer":"/paths/~1business-connections~1{directoryType}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get business connections by directory type","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves a list of businesses and their connection types for a specific directory type. Returns up to 50 entries that match the optional filter criteria."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"directoryType","in":"path","schemaId":"schema_67","description":"Type of the directory","required":true}],"pointer":"/paths/~1business-connections~1{directoryType}/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"searchQuery","in":"query","schemaId":"schema_70","description":"Filter string applied to business name and business identifier using OR logic"},{"name":"max","in":"query","schemaId":"schema_69","description":"Maximum number of items to return. Default: 50"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"}],"pointer":"/paths/~1business-connections~1{directoryType}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/business-connections/{directoryType}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"directoryType","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"searchQuery","in":"query","required":false,"schemaId":"schema_70","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","500"],"pointer":"/business-connections/{directoryType}","href":"business-connections/get_business_connections_directorytype","openApiOperationId":"get_business_connections_directoryType","summary":"Get business connections by directory type","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved business connections","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessConnectionsResponse"}},"schemaId":"components/schemas/BusinessConnectionsResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/404/content/application~1json/examples/not_found"]},{"code":"500","description":"Internal Server Error - An unexpected error occurred on the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/500/content/application~1json/examples/server_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/500/content/application~1json/examples/server_error"]}],"pointer":"/paths/~1business-connections~1{directoryType}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BusinessConnectionsResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessConnectionsResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/404/content/application~1json/examples/not_found"]}}},{"code":"500","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/500/content/application~1json/examples/server_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}/get/responses/500/content/application~1json/examples/server_error"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/business-connections/get_business_connections_directorytype"}],"panels":[]}]},"httpPath":"/business-connections/{directoryType}"},{"label":"List of business connections","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_list","routeSlug":"/apis/swagger/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_list","metadata":{"seo":{"title":"List of business connections","description":"Get detailed list of business connections created under given salesPartner"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_business_connections_directoryType_sales_partner_salesPartnerId_list","name":"List of business connections","isWebhook":false,"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List of business connections","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get detailed list of business connections created under given salesPartner"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"directoryType","in":"path","schemaId":"schema_67","description":"Type of the directory","required":true},{"name":"salesPartnerId","in":"path","schemaId":"schema_67","description":"Id of the SalesPartner","required":true}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"status","in":"query","schemaId":"schema_67","description":"Filter by status","required":true},{"name":"name","in":"query","schemaId":"schema_67","description":"Filters results by performing search with given value"},{"name":"max","in":"query","schemaId":"schema_69","description":"Maximum number of items to return"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/list","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"directoryType","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"salesPartnerId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"status","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true},{"name":"name","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/list","href":"business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_list","openApiOperationId":"get_business_connections_directoryType_sales_partner_salesPartnerId_list","summary":"List of business connections","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Business connections successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/error","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_list"}],"panels":[]}]},"httpPath":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/list"}],"content":{"contentType":"group","meta":{"name":"Business Connections"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Business Connections","showPageActions":true},{"nodeType":"markdoc","content":"Set up - Business Connections"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/business-connections/{directoryType}/connect/{businessId}","summary":"Connect a business","prefix":{"name":"post","color":"post"},"badges":[],"link":"/business-connections/post_business_connections_directorytype_connect_businessid","deprecated":false},{"title":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/count","summary":"Count of connections","prefix":{"name":"get","color":"get"},"badges":[],"link":"/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_count","deprecated":false},{"title":"/business-connections/{directoryType}/disconnect/{businessId}","summary":"Disconnect a business","prefix":{"name":"put","color":"put"},"badges":[],"link":"/business-connections/put_business_connections_directorytype_disconnect_businessid","deprecated":false},{"title":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/accounts-connections-check","summary":"Check account connections for missing permissions","prefix":{"name":"get","color":"get"},"badges":[],"link":"/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_accounts_connections_check","deprecated":false},{"title":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/pages","summary":"List of external entities","prefix":{"name":"get","color":"get"},"badges":[],"link":"/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_pages","deprecated":false},{"title":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/account/{accountId}/pages","summary":"List all external entities","prefix":{"name":"get","color":"get"},"badges":[],"link":"/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_account_accountid_pages","deprecated":false},{"title":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/users","summary":"List of all directory user accounts connected to sales partner","prefix":{"name":"get","color":"get"},"badges":[],"link":"/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_users","deprecated":false},{"title":"/business-connections/{directoryType}","summary":"Get business connections by directory type","prefix":{"name":"get","color":"get"},"badges":[],"link":"/business-connections/get_business_connections_directorytype","deprecated":false},{"title":"/business-connections/{directoryType}/sales-partner/{salesPartnerId}/list","summary":"List of business connections","prefix":{"name":"get","color":"get"},"badges":[],"link":"/business-connections/get_business_connections_directorytype_sales_partner_salespartnerid_list","deprecated":false}]}]}]}]}},{"type":"group","label":"Businesses","link":"/apis/swagger/businesses","routeSlug":"/apis/swagger/businesses","items":[{"label":"Get a List of Businesses","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/businesses/get_businesses","routeSlug":"/apis/swagger/businesses/get_businesses","metadata":{"seo":{"title":"Get a List of Businesses","description":"Get a list of businesses managed by the current user."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_businesses","name":"Get a List of Businesses","isWebhook":false,"pointer":"/paths/~1businesses/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a List of Businesses","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a list of businesses managed by the current user."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"query","in":"query","schemaId":"schema_67","description":"Value used to filter the results by the fields provided in the \"queryFields\" query parameter.\n                        By default, the value will be searched for in the following fields: \"name\", \"streetAndNo\", \"zip\", \"city\", \"country\", \"identifier\"."},{"name":"queryFields","in":"query","schemaId":"schema_71","description":"The fields that will be searched to contain the value provided in the \"query\" query parameter.\n                        The default query fields are \"name\", \"streetAndNo\", \"zip\", \"city\", \"country\", \"identifier"},{"name":"identifier","in":"query","schemaId":"schema_67","description":"Only return one business based on your internal identification system"},{"name":"businessIds","in":"query","schemaId":"schema_67","description":"Only return businesses identified by ids listed in businessIds"},{"name":"status","in":"query","schemaId":"schema_67","description":"Filter by business status. One of ACTIVE, INACTIVE"},{"name":"minLocations","in":"query","schemaId":"schema_67","description":"Only return businesses with at least minLocations locations"},{"name":"maxLocations","in":"query","schemaId":"schema_67","description":"Only returns businesses with at most maxLocations locations"},{"name":"productPlan","in":"query","schemaId":"schema_67","description":"Query accounts by product plan name."},{"name":"productPlanId","in":"query","schemaId":"schema_67","description":"Query accounts by product plan Id."},{"name":"sort","in":"query","schemaId":"schema_67","description":"The business property to sort by (ascending). One of name, streetAndNo, city, zip, phone"},{"name":"max","in":"query","schemaId":"schema_67","description":"Used for pagination. Maximum number of results per page. Default: 10"},{"name":"offset","in":"query","schemaId":"schema_67","description":"Offset used for pagination. Default: 0"},{"name":"fieldMask","in":"query","schemaId":"schema_67","description":"Possible fieldMask options ('id', 'identifier', 'name', 'type', 'streetAndNo', 'addressLine2',\n                            'province', 'zip', 'city','phone', 'country', 'status', 'canSync', 'dateCreated', 'defaultPrice','defaultOriginalPrice', 'defaultPriceSetup',\n                            'productPlan', 'nextProductPlan', 'numOfLocations') ","example":"type&fieldMask=city"}],"pointer":"/paths/~1businesses/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/businesses","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"queryFields","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"identifier","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"status","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"minLocations","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"maxLocations","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"productPlan","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"productPlanId","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"sort","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"fieldMask","in":"query","required":false,"example":"type&fieldMask=city","schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/businesses","href":"businesses/get_businesses","openApiOperationId":"get_businesses","summary":"Get a List of Businesses","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved Businesses","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessPageResponseWrapper"}},"schemaId":"components/schemas/BusinessPageResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses/get/responses/400/content/application~1json/examples/error","paths/~1businesses/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses/get/responses/400/content/application~1json/examples/error","paths/~1businesses/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1businesses/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BusinessPageResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessPageResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses/get/responses/400/content/application~1json/examples/error","paths/~1businesses/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses/get/responses/400/content/application~1json/examples/error","paths/~1businesses/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/businesses/get_businesses"}],"panels":[]}]},"httpPath":"/businesses"},{"label":"Create a Business","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/businesses/post_businesses","routeSlug":"/apis/swagger/businesses/post_businesses","metadata":{"seo":{"title":"Create a Business","description":"Create a Business belonging to the SalesPartner of the current User. User needs UserRole ADMIN or ACCOUNT_MANAGER."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_businesses","name":"Create a Business","isWebhook":false,"pointer":"/paths/~1businesses/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Business","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Create a Business belonging to the SalesPartner of the current User. User needs UserRole ADMIN or ACCOUNT_MANAGER."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/BusinessCreateRequestBody"}},"schemaId":"components/schemas/BusinessCreateRequestBody","pointer":"/paths/~1businesses/post/requestBody","description":"A Business object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/businesses","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/BusinessCreateRequestBody"}},"responseCodes":["201","400","401","403","404","409"],"pointer":"/businesses","href":"businesses/post_businesses","openApiOperationId":"post_businesses","summary":"Create a Business","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/BusinessCreateRequestBody","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/BusinessCreateRequestBody"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"Business successfully created","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BusinessResponseWrapper"}},"schemaId":"components/schemas/BusinessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses/post/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses/post/responses/400/content/application~1json/examples/error","paths/~1businesses/post/responses/400/content/application~1json/examples/bad_request","paths/~1businesses/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses/post/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses/post/responses/400/content/application~1json/examples/error","paths/~1businesses/post/responses/400/content/application~1json/examples/bad_request","paths/~1businesses/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses/post/responses/401/content/application~1json/examples/bad_token","paths/~1businesses/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses/post/responses/401/content/application~1json/examples/bad_token","paths/~1businesses/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/403/content/application~1json/examples/forbidden","paths/~1businesses/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/403/content/application~1json/examples/forbidden","paths/~1businesses/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1businesses/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/BusinessResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BusinessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses/post/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses/post/responses/400/content/application~1json/examples/error","paths/~1businesses/post/responses/400/content/application~1json/examples/bad_request","paths/~1businesses/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses/post/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses/post/responses/400/content/application~1json/examples/error","paths/~1businesses/post/responses/400/content/application~1json/examples/bad_request","paths/~1businesses/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses/post/responses/401/content/application~1json/examples/bad_token","paths/~1businesses/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses/post/responses/401/content/application~1json/examples/bad_token","paths/~1businesses/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/403/content/application~1json/examples/forbidden","paths/~1businesses/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/403/content/application~1json/examples/forbidden","paths/~1businesses/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/businesses/post_businesses"}],"panels":[]}]},"httpPath":"/businesses"},{"label":"Get a Business","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/businesses/get_businesses_id","routeSlug":"/apis/swagger/businesses/get_businesses_id","metadata":{"seo":{"title":"Get a Business","description":"Get information about the business with the given id. Current user needs UserRole ADMIN, ACCOUNT_MANAGER or BUSINESS_MANAGER."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_businesses_id","name":"Get a Business","isWebhook":false,"pointer":"/paths/~1businesses~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Business","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get information about the business with the given id. Current user needs UserRole ADMIN, ACCOUNT_MANAGER or BUSINESS_MANAGER."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the business","required":true}],"pointer":"/paths/~1businesses~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/businesses/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/businesses/{id}","href":"businesses/get_businesses_id","openApiOperationId":"get_businesses_id","summary":"Get a Business","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved Business","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessResponseWrapper"}},"schemaId":"components/schemas/BusinessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1businesses~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BusinessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/businesses/get_businesses_id"}],"panels":[]}]},"httpPath":"/businesses/{id}"},{"label":"Delete a Business","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/businesses/delete_businesses_id","routeSlug":"/apis/swagger/businesses/delete_businesses_id","metadata":{"seo":{"title":"Delete a Business","description":"Delete the business with the given id. Current user needs UserRole ADMIN, ACCOUNT_MANAGER or BUSINESS_MANAGER. Locations within the businesses need to be deleted separately."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_businesses_id","name":"Delete a Business","isWebhook":false,"pointer":"/paths/~1businesses~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Business","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delete the business with the given id. Current user needs UserRole ADMIN, ACCOUNT_MANAGER or BUSINESS_MANAGER. Locations within the businesses need to be deleted separately."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the business","required":true}],"pointer":"/paths/~1businesses~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/businesses/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/businesses/{id}","href":"businesses/delete_businesses_id","openApiOperationId":"delete_businesses_id","summary":"Delete a Business","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully deleted Business","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}},"schemaId":"components/schemas/SuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1businesses~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/businesses/delete_businesses_id"}],"panels":[]}]},"httpPath":"/businesses/{id}"},{"label":"Update a Business","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/businesses/patch_businesses_id","routeSlug":"/apis/swagger/businesses/patch_businesses_id","metadata":{"seo":{"title":"Update a Business","description":"Edit information of the business with the given id. Current user needs UserRole ADMIN, ACCOUNT_MANAGER or BUSINESS_MANAGER."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_businesses_id","name":"Update a Business","isWebhook":false,"pointer":"/paths/~1businesses~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Business","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Edit information of the business with the given id. Current user needs UserRole ADMIN, ACCOUNT_MANAGER or BUSINESS_MANAGER."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the business","required":true}],"pointer":"/paths/~1businesses~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Business"}},"schemaId":"components/schemas/Business","pointer":"/paths/~1businesses~1{id}/patch/requestBody","description":"A Business object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/businesses/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/Business"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/businesses/{id}","href":"businesses/patch_businesses_id","openApiOperationId":"patch_businesses_id","summary":"Update a Business","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/Business","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Business"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully edited Business","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessResponseWrapper"}},"schemaId":"components/schemas/BusinessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1businesses~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BusinessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/businesses/patch_businesses_id"}],"panels":[]}]},"httpPath":"/businesses/{id}"},{"label":"Migrate the Business to a new SalesPartner","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/businesses/post_businesses_id_migrate","routeSlug":"/apis/swagger/businesses/post_businesses_id_migrate","metadata":{"seo":{"title":"Migrate the Business to a new SalesPartner","description":"Migration is only possible from parent sales partner to child sales partner or between children sales partners."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_businesses_id_migrate","name":"Migrate the Business to a new SalesPartner","isWebhook":false,"pointer":"/paths/~1businesses~1{id}~1migrate/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Migrate the Business to a new SalesPartner","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Migration is only possible from parent sales partner to child sales partner or between children sales partners."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the business","required":true}],"pointer":"/paths/~1businesses~1{id}~1migrate/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"targetSalesPartnerId","in":"query","schemaId":"schema_67","description":"ID of the sales partner where the business should be migrated","required":true},{"name":"targetWhiteLabelIdentifier","in":"query","schemaId":"schema_67","description":"If the target sales partner has more then one whitelabel, please specify which one has to be chosen"}],"pointer":"/paths/~1businesses~1{id}~1migrate/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/businesses/{id}/migrate","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"targetSalesPartnerId","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true},{"name":"targetWhiteLabelIdentifier","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/businesses/{id}/migrate","href":"businesses/post_businesses_id_migrate","openApiOperationId":"post_businesses_id_migrate","summary":"Migrate the Business to a new SalesPartner","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully migrated Business","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BusinessResponseWrapper"}},"schemaId":"components/schemas/BusinessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}~1migrate/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}~1migrate/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1businesses~1{id}~1migrate/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BusinessResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BusinessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}~1migrate/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}~1migrate/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1migrate/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/businesses/post_businesses_id_migrate"}],"panels":[]}]},"httpPath":"/businesses/{id}/migrate"},{"label":"Get the product plans for businesses","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/businesses/get_businesses_product_plans","routeSlug":"/apis/swagger/businesses/get_businesses_product_plans","metadata":{"seo":{"title":"Get the product plans for businesses","description":"Get the product plans assigned to a business"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_businesses_product_plans","name":"Get the product plans for businesses","isWebhook":false,"pointer":"/paths/~1businesses~1product-plans/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get the product plans for businesses","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get the product plans assigned to a business"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"query","in":"query","schemaId":"schema_67","description":"Restricts the response to the Product Plans that contain this name"},{"name":"activeOnly","in":"query","schemaId":"schema_72","description":"If true, only active Product Plans are returned. Default: false"},{"name":"max","in":"query","schemaId":"schema_69","description":"Maximum number of items to return"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"}],"pointer":"/paths/~1businesses~1product-plans/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/businesses/product-plans","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"activeOnly","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/businesses/product-plans","href":"businesses/get_businesses_product_plans","openApiOperationId":"get_businesses_product_plans","summary":"Get the product plans for businesses","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Postcodes successfully retrieved"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1product-plans/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1product-plans/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1businesses~1product-plans/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200"},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1product-plans/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1product-plans/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1product-plans/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/businesses/get_businesses_product_plans"}],"panels":[]}]},"httpPath":"/businesses/product-plans"},{"label":"Get Businesses' Statistics","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/businesses/get_businesses_statistics","routeSlug":"/apis/swagger/businesses/get_businesses_statistics","metadata":{"seo":{"title":"Get Businesses' Statistics","description":"Get statistics about the businesses the current user is managing: total and breakdown by status"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_businesses_statistics","name":"Get Businesses' Statistics","isWebhook":false,"pointer":"/paths/~1businesses~1statistics/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Businesses' Statistics","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get statistics about the businesses the current user is managing: total and breakdown by status"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/businesses/statistics","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/businesses/statistics","href":"businesses/get_businesses_statistics","openApiOperationId":"get_businesses_statistics","summary":"Get Businesses' Statistics","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved Business Statistics","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessStatisticsWrapper"}},"schemaId":"components/schemas/BusinessStatisticsWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1businesses~1statistics/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BusinessStatisticsWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessStatisticsWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1statistics/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/businesses/get_businesses_statistics"}],"panels":[]}]},"httpPath":"/businesses/statistics"},{"label":"Sync All Business' Locations","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/businesses/post_businesses_businessid_locations_sync","routeSlug":"/apis/swagger/businesses/post_businesses_businessid_locations_sync","metadata":{"seo":{"title":"Sync All Business' Locations","description":"Start a sync on all directories for all locations in the business with the given id. Current user needs UserRole ADMIN, ACCOUNT_MANAGER or BUSINESS_MANAGER."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_businesses_businessId_locations_sync","name":"Sync All Business' Locations","isWebhook":false,"pointer":"/paths/~1businesses~1{businessId}~1locations~1sync/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Sync All Business' Locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start a sync on all directories for all locations in the business with the given id. Current user needs UserRole ADMIN, ACCOUNT_MANAGER or BUSINESS_MANAGER."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"businessId","in":"path","schemaId":"schema_67","description":"The uberall unique id of the business","required":true}],"pointer":"/paths/~1businesses~1{businessId}~1locations~1sync/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/businesses/{businessId}/locations/sync","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"businessId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/businesses/{businessId}/locations/sync","href":"businesses/post_businesses_businessid_locations_sync","openApiOperationId":"post_businesses_businessId_locations_sync","summary":"Sync All Business' Locations","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Sync successfully started","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessResponseWrapper"}},"schemaId":"components/schemas/BusinessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/error","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/error","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1businesses~1{businessId}~1locations~1sync/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BusinessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/error","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/error","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{businessId}~1locations~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{businessId}~1locations~1sync/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/businesses/post_businesses_businessid_locations_sync"}],"panels":[]}]},"httpPath":"/businesses/{businessId}/locations/sync"},{"label":"Returns only the Facebook brand pages for the given Facebook account","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/businesses/get_businesses_id_business_connect_facebook_facebookaccountid_brand_page_list","routeSlug":"/apis/swagger/businesses/get_businesses_id_business_connect_facebook_facebookaccountid_brand_page_list","metadata":{"seo":{"title":"Returns only the Facebook brand pages for the given Facebook account","description":"Returns only the Facebook brand pages"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_businesses_id_business_connect_facebook_facebookAccountId_brand_page_list","name":"Returns only the Facebook brand pages for the given Facebook account","isWebhook":false,"pointer":"/paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Returns only the Facebook brand pages for the given Facebook account","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns only the Facebook brand pages"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"Id of the business that will be used for the search","required":true},{"name":"facebookAccountId","in":"path","schemaId":"schema_67","description":"Unique facebook account id which will be used for locating brand pages","required":true}],"pointer":"/paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/businesses/{id}/business-connect/facebook/{facebookAccountId}/brand-page-list","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"facebookAccountId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/businesses/{id}/business-connect/facebook/{facebookAccountId}/brand-page-list","href":"businesses/get_businesses_id_business_connect_facebook_facebookaccountid_brand_page_list","openApiOperationId":"get_businesses_id_business_connect_facebook_facebookAccountId_brand_page_list","summary":"Returns only the Facebook brand pages for the given Facebook account","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Facebook brand pages retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BrandPagesResponseWrapper"}},"schemaId":"components/schemas/BrandPagesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BrandPagesResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BrandPagesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/error","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/bad_request","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_token","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/403/content/application~1json/examples/forbidden","paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/businesses/get_businesses_id_business_connect_facebook_facebookaccountid_brand_page_list"}],"panels":[]}]},"httpPath":"/businesses/{id}/business-connect/facebook/{facebookAccountId}/brand-page-list"}],"content":{"contentType":"group","meta":{"name":"Businesses"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Businesses","showPageActions":true},{"nodeType":"markdoc","content":"Set up - Businesses"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/businesses","summary":"Get a List of Businesses","prefix":{"name":"get","color":"get"},"badges":[],"link":"/businesses/get_businesses","deprecated":false},{"title":"/businesses","summary":"Create a Business","prefix":{"name":"post","color":"post"},"badges":[],"link":"/businesses/post_businesses","deprecated":false},{"title":"/businesses/{id}","summary":"Get a Business","prefix":{"name":"get","color":"get"},"badges":[],"link":"/businesses/get_businesses_id","deprecated":false},{"title":"/businesses/{id}","summary":"Delete a Business","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/businesses/delete_businesses_id","deprecated":false},{"title":"/businesses/{id}","summary":"Update a Business","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/businesses/patch_businesses_id","deprecated":false},{"title":"/businesses/{id}/migrate","summary":"Migrate the Business to a new SalesPartner","prefix":{"name":"post","color":"post"},"badges":[],"link":"/businesses/post_businesses_id_migrate","deprecated":false},{"title":"/businesses/product-plans","summary":"Get the product plans for businesses","prefix":{"name":"get","color":"get"},"badges":[],"link":"/businesses/get_businesses_product_plans","deprecated":false},{"title":"/businesses/statistics","summary":"Get Businesses' Statistics","prefix":{"name":"get","color":"get"},"badges":[],"link":"/businesses/get_businesses_statistics","deprecated":false},{"title":"/businesses/{businessId}/locations/sync","summary":"Sync All Business' Locations","prefix":{"name":"post","color":"post"},"badges":[],"link":"/businesses/post_businesses_businessid_locations_sync","deprecated":false},{"title":"/businesses/{id}/business-connect/facebook/{facebookAccountId}/brand-page-list","summary":"Returns only the Facebook brand pages for the given Facebook account","prefix":{"name":"get","color":"get"},"badges":[],"link":"/businesses/get_businesses_id_business_connect_facebook_facebookaccountid_brand_page_list","deprecated":false}]}]}]}]}},{"type":"group","label":"Configuration","link":"/apis/swagger/configuration","routeSlug":"/apis/swagger/configuration","items":[{"label":"Get All Directory Brands","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/configuration/get_directory_brand_sales_partner_salespartnerid_user_account_accountid_directorytype","routeSlug":"/apis/swagger/configuration/get_directory_brand_sales_partner_salespartnerid_user_account_accountid_directorytype","metadata":{"seo":{"title":"Get All Directory Brands","description":"Returns a list of directory brands for the given account and directory"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_directory_brand_sales_partner_salesPartnerId_user_account_accountId_directoryType","name":"Get All Directory Brands","isWebhook":false,"pointer":"/paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Directory Brands","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of directory brands for the given account and directory"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"salesPartnerId","in":"path","schemaId":"schema_67","description":"Sales Partner ID","required":true},{"name":"accountId","in":"path","schemaId":"schema_67","description":"Directory User Account ID","required":true},{"name":"directoryType","in":"path","schemaId":"schema_67","description":"Type of Directory","required":true}],"pointer":"/paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/directory-brand/sales-partner/{salesPartnerId}/user-account/{accountId}/{directoryType}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"salesPartnerId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"accountId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"directoryType","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/directory-brand/sales-partner/{salesPartnerId}/user-account/{accountId}/{directoryType}","href":"configuration/get_directory_brand_sales_partner_salespartnerid_user_account_accountid_directorytype","openApiOperationId":"get_directory_brand_sales_partner_salesPartnerId_user_account_accountId_directoryType","summary":"Get All Directory Brands","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved Directory Brands","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DirectoryBrandPageResponseWrapper"}},"schemaId":"components/schemas/DirectoryBrandPageResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/error","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/bad_request","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/error","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/bad_request","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_token","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_token","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/403/content/application~1json/examples/forbidden","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/403/content/application~1json/examples/forbidden","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectoryBrandPageResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DirectoryBrandPageResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/error","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/bad_request","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/error","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/bad_request","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_token","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_token","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/403/content/application~1json/examples/forbidden","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/403/content/application~1json/examples/forbidden","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/configuration/get_directory_brand_sales_partner_salespartnerid_user_account_accountid_directorytype"}],"panels":[]}]},"httpPath":"/directory-brand/sales-partner/{salesPartnerId}/user-account/{accountId}/{directoryType}"},{"label":"Create Directory Brand","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/configuration/post_directory_brand_sales_partner_salespartnerid_user_account_accountid_directorytype","routeSlug":"/apis/swagger/configuration/post_directory_brand_sales_partner_salespartnerid_user_account_accountid_directorytype","metadata":{"seo":{"title":"Create Directory Brand","description":"Create directory brand for the given sales partner id, directory user account and directory type"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_directory_brand_sales_partner_salesPartnerId_user_account_accountId_directoryType","name":"Create Directory Brand","isWebhook":false,"pointer":"/paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create Directory Brand","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create directory brand for the given sales partner id, directory user account and directory type"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"salesPartnerId","in":"path","schemaId":"schema_67","description":"Sales Partner ID","required":true},{"name":"accountId","in":"path","schemaId":"schema_67","description":"Directory User Account ID","required":true},{"name":"directoryType","in":"path","schemaId":"schema_67","description":"Type of Directory","required":true}],"pointer":"/paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/CreateDirectoryBrandRequest"}},"schemaId":"components/schemas/CreateDirectoryBrandRequest","pointer":"/paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/requestBody","description":"Details for creating a directory brand"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/directory-brand/sales-partner/{salesPartnerId}/user-account/{accountId}/{directoryType}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"salesPartnerId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"accountId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"directoryType","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"components/schemas/CreateDirectoryBrandRequest"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/directory-brand/sales-partner/{salesPartnerId}/user-account/{accountId}/{directoryType}","href":"configuration/post_directory_brand_sales_partner_salespartnerid_user_account_accountid_directorytype","openApiOperationId":"post_directory_brand_sales_partner_salesPartnerId_user_account_accountId_directoryType","summary":"Create Directory Brand","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/CreateDirectoryBrandRequest","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/CreateDirectoryBrandRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully created Directory Brand","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DirectoryBrandWrapper"}},"schemaId":"components/schemas/DirectoryBrandWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/wrong_type","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/error","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/bad_request","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/wrong_type","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/error","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/bad_request","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/unauthorized","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_token","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/unauthorized","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_token","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/forbidden","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/forbidden","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectoryBrandWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DirectoryBrandWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/wrong_type","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/error","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/bad_request","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/wrong_type","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/error","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/bad_request","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/unauthorized","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_token","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/unauthorized","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_token","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/forbidden","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/forbidden","paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/configuration/post_directory_brand_sales_partner_salespartnerid_user_account_accountid_directorytype"}],"panels":[]}]},"httpPath":"/directory-brand/sales-partner/{salesPartnerId}/user-account/{accountId}/{directoryType}"},{"label":"Get All Directories details by country","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/configuration/get_directories_directories_details_countries","routeSlug":"/apis/swagger/configuration/get_directories_directories_details_countries","metadata":{"seo":{"title":"Get All Directories details by country","description":"Returns a list of directories details filtered by country"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_directories_directories_details_countries","name":"Get All Directories details by country","isWebhook":false,"pointer":"/paths/~1directories~1directories-details~1countries/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Directories details by country","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of directories details filtered by country"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"countries","in":"query","schemaId":"schema_67","description":"Optional list parameter of comma separated ISO 3166 alpha-2 country codes to filter response","example":"US, DE"}],"pointer":"/paths/~1directories~1directories-details~1countries/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/directories/directories-details/countries","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"countries","in":"query","required":false,"example":"US, DE","schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/directories/directories-details/countries","href":"configuration/get_directories_directories_details_countries","openApiOperationId":"get_directories_directories_details_countries","summary":"Get All Directories details by country"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved Directories Details","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DirectoriesDetailsCountriesResponseWrapper"}},"schemaId":"components/schemas/DirectoriesDetailsCountriesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/wrong_type","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/error","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/bad_request","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/wrong_type","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/error","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/bad_request","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/unauthorized","paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_token","paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/unauthorized","paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_token","paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/403/content/application~1json/examples/forbidden","paths/~1directories~1directories-details~1countries/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/403/content/application~1json/examples/forbidden","paths/~1directories~1directories-details~1countries/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1directories~1directories-details~1countries/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectoriesDetailsCountriesResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DirectoriesDetailsCountriesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/wrong_type","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/error","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/bad_request","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/wrong_type","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/error","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/bad_request","paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/unauthorized","paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_token","paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/unauthorized","paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_token","paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/403/content/application~1json/examples/forbidden","paths/~1directories~1directories-details~1countries/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/403/content/application~1json/examples/forbidden","paths/~1directories~1directories-details~1countries/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1directories~1directories-details~1countries/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/configuration/get_directories_directories_details_countries"}],"panels":[]}]},"httpPath":"/directories/directories-details/countries"},{"label":"Get available and potential features for a specific location","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/configuration/get_features_locations_locationid","routeSlug":"/apis/swagger/configuration/get_features_locations_locationid","metadata":{"seo":{"title":"Get available and potential features for a specific location","description":"Returns the feature data for a single location as a flat object. Returns null if the location does not exist or is not accessible to the caller."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_features_locations_locationId","name":"Get available and potential features for a specific location","isWebhook":false,"pointer":"/paths/~1features~1locations~1{locationId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get available and potential features for a specific location","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the feature data for a single location as a flat object. Returns null if the location does not exist or is not accessible to the caller."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"locationId","in":"path","schemaId":"schema_69","description":"The uberall unique id of the location","required":true}],"pointer":"/paths/~1features~1locations~1{locationId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/features/locations/{locationId}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"locationId","in":"path","required":true,"schemaId":"schema_69","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/features/locations/{locationId}","href":"configuration/get_features_locations_locationid","openApiOperationId":"get_features_locations_locationId","summary":"Get available and potential features for a specific location","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Features successfully retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationFeatureResponseWrapper"}},"schemaId":"components/schemas/LocationFeatureResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/error","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/bad_request","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/error","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/bad_request","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_token","paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_token","paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/403/content/application~1json/examples/forbidden","paths/~1features~1locations~1{locationId}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/403/content/application~1json/examples/forbidden","paths/~1features~1locations~1{locationId}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1features~1locations~1{locationId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationFeatureResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationFeatureResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/error","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/bad_request","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/error","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/bad_request","paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_token","paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_token","paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/403/content/application~1json/examples/forbidden","paths/~1features~1locations~1{locationId}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/403/content/application~1json/examples/forbidden","paths/~1features~1locations~1{locationId}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features~1locations~1{locationId}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/configuration/get_features_locations_locationid"}],"panels":[]}]},"httpPath":"/features/locations/{locationId}"},{"label":"Get available and potential features per location (business)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/configuration/get_features","routeSlug":"/apis/swagger/configuration/get_features","metadata":{"seo":{"title":"Get available and potential features per location (business)","description":"Get user features partitioned by location."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_features","name":"Get available and potential features per location (business)","isWebhook":false,"pointer":"/paths/~1features/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get available and potential features per location (business)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get user features partitioned by location."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/features","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/features","href":"configuration/get_features","openApiOperationId":"get_features","summary":"Get available and potential features per location (business)","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Features successfully retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FeaturesResponseWrapper"}},"schemaId":"components/schemas/FeaturesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1features/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1features/get/responses/400/content/application~1json/examples/wrong_type","paths/~1features/get/responses/400/content/application~1json/examples/error","paths/~1features/get/responses/400/content/application~1json/examples/bad_request","paths/~1features/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1features/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1features/get/responses/400/content/application~1json/examples/wrong_type","paths/~1features/get/responses/400/content/application~1json/examples/error","paths/~1features/get/responses/400/content/application~1json/examples/bad_request","paths/~1features/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/401/content/application~1json/examples/unauthorized","paths/~1features/get/responses/401/content/application~1json/examples/bad_token","paths/~1features/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1features/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/401/content/application~1json/examples/unauthorized","paths/~1features/get/responses/401/content/application~1json/examples/bad_token","paths/~1features/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1features/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/403/content/application~1json/examples/forbidden","paths/~1features/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/403/content/application~1json/examples/forbidden","paths/~1features/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1features/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/FeaturesResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FeaturesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1features/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1features/get/responses/400/content/application~1json/examples/wrong_type","paths/~1features/get/responses/400/content/application~1json/examples/error","paths/~1features/get/responses/400/content/application~1json/examples/bad_request","paths/~1features/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1features/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1features/get/responses/400/content/application~1json/examples/wrong_type","paths/~1features/get/responses/400/content/application~1json/examples/error","paths/~1features/get/responses/400/content/application~1json/examples/bad_request","paths/~1features/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/401/content/application~1json/examples/unauthorized","paths/~1features/get/responses/401/content/application~1json/examples/bad_token","paths/~1features/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1features/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/401/content/application~1json/examples/unauthorized","paths/~1features/get/responses/401/content/application~1json/examples/bad_token","paths/~1features/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1features/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/403/content/application~1json/examples/forbidden","paths/~1features/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/403/content/application~1json/examples/forbidden","paths/~1features/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1features/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/configuration/get_features"}],"panels":[]}]},"httpPath":"/features"}],"content":{"contentType":"group","meta":{"name":"Configuration"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Configuration","showPageActions":true},{"nodeType":"markdoc","content":"Set up - Configuration"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/directory-brand/sales-partner/{salesPartnerId}/user-account/{accountId}/{directoryType}","summary":"Get All Directory Brands","prefix":{"name":"get","color":"get"},"badges":[],"link":"/configuration/get_directory_brand_sales_partner_salespartnerid_user_account_accountid_directorytype","deprecated":false},{"title":"/directory-brand/sales-partner/{salesPartnerId}/user-account/{accountId}/{directoryType}","summary":"Create Directory Brand","prefix":{"name":"post","color":"post"},"badges":[],"link":"/configuration/post_directory_brand_sales_partner_salespartnerid_user_account_accountid_directorytype","deprecated":false},{"title":"/directories/directories-details/countries","summary":"Get All Directories details by country","prefix":{"name":"get","color":"get"},"badges":[],"link":"/configuration/get_directories_directories_details_countries","deprecated":false},{"title":"/features/locations/{locationId}","summary":"Get available and potential features for a specific location","prefix":{"name":"get","color":"get"},"badges":[],"link":"/configuration/get_features_locations_locationid","deprecated":false},{"title":"/features","summary":"Get available and potential features per location (business)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/configuration/get_features","deprecated":false}]}]}]}]}},{"type":"group","label":"Sales Partners","link":"/apis/swagger/sales-partners","routeSlug":"/apis/swagger/sales-partners","items":[{"label":"Disconnect Directory User Account","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/sales-partners/post_sales_partners_id_user_accounts_accountid_directorytype","routeSlug":"/apis/swagger/sales-partners/post_sales_partners_id_user_accounts_accountid_directorytype","metadata":{"seo":{"title":"Disconnect Directory User Account","description":"Disconnects the Dierctory User Account for the given sales partner and invalidates it if no other sales partner is connected to it"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_sales_partners_id_user_accounts_accountId_directoryType","name":"Disconnect Directory User Account","isWebhook":false,"pointer":"/paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Disconnect Directory User Account","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Disconnects the Dierctory User Account for the given sales partner and invalidates it if no other sales partner is connected to it"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"Sales Partner ID","required":true},{"name":"accountId","in":"path","schemaId":"schema_67","description":"Directory User Account ID","required":true},{"name":"directoryType","in":"path","schemaId":"schema_67","description":"Directory Type of User Account (in lower case)","required":true}],"pointer":"/paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/sales-partners/{id}/user-accounts/{accountId}/{directoryType}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"accountId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"directoryType","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/sales-partners/{id}/user-accounts/{accountId}/{directoryType}","href":"sales-partners/post_sales_partners_id_user_accounts_accountid_directorytype","openApiOperationId":"post_sales_partners_id_user_accounts_accountId_directoryType","summary":"Disconnect Directory User Account","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully disconnected Directory User Account","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/sales-partners/post_sales_partners_id_user_accounts_accountid_directorytype"}],"panels":[]}]},"httpPath":"/sales-partners/{id}/user-accounts/{accountId}/{directoryType}"},{"label":"Update SSO Settings of a SalesPartner","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/sales-partners/patch_sales_partners_id_sso_settings","routeSlug":"/apis/swagger/sales-partners/patch_sales_partners_id_sso_settings","metadata":{"seo":{"title":"Update SSO Settings of a SalesPartner","description":"Can be used to update certain SSO settings for a single SalesPartner."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_sales_partners_id_sso_settings","name":"Update SSO Settings of a SalesPartner","isWebhook":false,"pointer":"/paths/~1sales-partners~1{id}~1sso-settings/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update SSO Settings of a SalesPartner","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Can be used to update certain SSO settings for a single SalesPartner."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"ID of the SalesPartner","required":true}],"pointer":"/paths/~1sales-partners~1{id}~1sso-settings/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_73"}},"schemaId":"schema_73","pointer":"/paths/~1sales-partners~1{id}~1sso-settings/patch/requestBody","description":"Flag to indicate if single sign-on should be enforced. If enforced, users are allowed to log in via the single sign-on flow.\n                                        Furthermore, the User's details such as name, email, feature, and others will be updatable via single sign-on only"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/sales-partners/{id}/sso-settings","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"schema_73"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/sales-partners/{id}/sso-settings","href":"sales-partners/patch_sales_partners_id_sso_settings","openApiOperationId":"patch_sales_partners_id_sso_settings","summary":"Update SSO Settings of a SalesPartner","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_73","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_73"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully edited SalesPartner SSO settings","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SalesPartnerWrapper"}},"schemaId":"components/schemas/SalesPartnerWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1sales-partners~1{id}~1sso-settings/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SalesPartnerWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SalesPartnerWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1sso-settings/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1sso-settings/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/sales-partners/patch_sales_partners_id_sso_settings"}],"panels":[]}]},"httpPath":"/sales-partners/{id}/sso-settings"},{"label":"Search among child SalesPartners","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/sales-partners/get_sales_partners","routeSlug":"/apis/swagger/sales-partners/get_sales_partners","metadata":{"seo":{"title":"Search among child SalesPartners","description":"Can be used for searching through all children SalesPartner for the given parent SalesPartner"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_sales_partners","name":"Search among child SalesPartners","isWebhook":false,"pointer":"/paths/~1sales-partners/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Search among child SalesPartners","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Can be used for searching through all children SalesPartner for the given parent SalesPartner"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"id","in":"query","schemaId":"schema_67","description":"Filter by specific uberall SalesPartner id"},{"name":"query","in":"query","schemaId":"schema_67","description":"Filter by name or identifier"},{"name":"status","in":"query","schemaId":"schema_67","description":"Filter by status"},{"name":"sort","in":"query","schemaId":"schema_67","description":"SalesPartner property used for pagination. Default: 'id'"},{"name":"order","in":"query","schemaId":"schema_67","description":"Order used for pagination. Default: 'asc'"},{"name":"max","in":"query","schemaId":"schema_69","description":"Used for pagination. Maximum number of results per page. Default: 1000"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"}],"pointer":"/paths/~1sales-partners/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/sales-partners","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"id","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"status","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"sort","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"order","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/sales-partners","href":"sales-partners/get_sales_partners","openApiOperationId":"get_sales_partners","summary":"Search among child SalesPartners","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved all child SalesPartners","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SalesPartnerListResponseWrapper"}},"schemaId":"components/schemas/SalesPartnerListResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1sales-partners/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SalesPartnerListResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SalesPartnerListResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/sales-partners/get_sales_partners"}],"panels":[]}]},"httpPath":"/sales-partners"},{"label":"Create child SalesPartner","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/sales-partners/post_sales_partners","routeSlug":"/apis/swagger/sales-partners/post_sales_partners","metadata":{"seo":{"title":"Create child SalesPartner","description":"Can be used to create new child SalesPartner that will be then associated to your parent SalesPartner."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_sales_partners","name":"Create child SalesPartner","isWebhook":false,"pointer":"/paths/~1sales-partners/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create child SalesPartner","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Can be used to create new child SalesPartner that will be then associated to your parent SalesPartner."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateSalesPartnerRequestBody"}},"schemaId":"components/schemas/CreateSalesPartnerRequestBody","pointer":"/paths/~1sales-partners/post/requestBody","description":"SalesPartner data to create a new child SalesPartner"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/sales-partners","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateSalesPartnerRequestBody"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/sales-partners","href":"sales-partners/post_sales_partners","openApiOperationId":"post_sales_partners","summary":"Create child SalesPartner","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/CreateSalesPartnerRequestBody","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateSalesPartnerRequestBody"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully created child SalesPartner","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SalesPartnerWrapper"}},"schemaId":"components/schemas/SalesPartnerWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1sales-partners/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SalesPartnerWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SalesPartnerWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/sales-partners/post_sales_partners"}],"panels":[]}]},"httpPath":"/sales-partners"},{"label":"Get a single SalesPartner","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/sales-partners/get_sales_partners_id","routeSlug":"/apis/swagger/sales-partners/get_sales_partners_id","metadata":{"seo":{"title":"Get a single SalesPartner","description":"Can be used for retrieving informations about a single SalesPartner. This could either be your own SalesPartner or if your SalesPartner is a parent an associated child SalesPartner."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_sales_partners_id","name":"Get a single SalesPartner","isWebhook":false,"pointer":"/paths/~1sales-partners~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a single SalesPartner","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Can be used for retrieving informations about a single SalesPartner. This could either be your own SalesPartner or if your SalesPartner is a parent an associated child SalesPartner."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"ID of the SalesPartner","required":true}],"pointer":"/paths/~1sales-partners~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/sales-partners/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/sales-partners/{id}","href":"sales-partners/get_sales_partners_id","openApiOperationId":"get_sales_partners_id","summary":"Get a single SalesPartner","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"SalesPartner successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SalesPartnerWrapper"}},"schemaId":"components/schemas/SalesPartnerWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1sales-partners~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SalesPartnerWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SalesPartnerWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/sales-partners/get_sales_partners_id"}],"panels":[]}]},"httpPath":"/sales-partners/{id}"},{"label":"Update a single SalesPartner","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/sales-partners/put_sales_partners_id","routeSlug":"/apis/swagger/sales-partners/put_sales_partners_id","metadata":{"seo":{"title":"Update a single SalesPartner","description":"Can be used to either update your own SalesPartner or if your SalesPartner is a parent you will be able to also update associated child SalesPartners."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"put_sales_partners_id","name":"Update a single SalesPartner","isWebhook":false,"pointer":"/paths/~1sales-partners~1{id}/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a single SalesPartner","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Can be used to either update your own SalesPartner or if your SalesPartner is a parent you will be able to also update associated child SalesPartners."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"ID of the SalesPartner","required":true}],"pointer":"/paths/~1sales-partners~1{id}/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateSalesPartnerRequestBody"}},"schemaId":"components/schemas/UpdateSalesPartnerRequestBody","pointer":"/paths/~1sales-partners~1{id}/put/requestBody","description":"SalesPartner data to update"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/sales-partners/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateSalesPartnerRequestBody"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/sales-partners/{id}","href":"sales-partners/put_sales_partners_id","openApiOperationId":"put_sales_partners_id","summary":"Update a single SalesPartner","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/UpdateSalesPartnerRequestBody","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateSalesPartnerRequestBody"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully edited SalesPartner","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SalesPartnerWrapper"}},"schemaId":"components/schemas/SalesPartnerWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}/put/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}/put/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1sales-partners~1{id}/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SalesPartnerWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SalesPartnerWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}/put/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}/put/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}/put/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/sales-partners/put_sales_partners_id"}],"panels":[]}]},"httpPath":"/sales-partners/{id}"},{"label":"Get all possible webhooks types","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/sales-partners/get_sales_partners_subscribable_event_types","routeSlug":"/apis/swagger/sales-partners/get_sales_partners_subscribable_event_types","metadata":{"seo":{"title":"Get all possible webhooks types","description":"Can be used to get a full list of all subscribable event types. These event types (if subscribed to) will generate a PushMessage that is being sent out via the implemented webhook functionality to the set pushUrl of the SalesPartner"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_sales_partners_subscribable_event_types","name":"Get all possible webhooks types","isWebhook":false,"pointer":"/paths/~1sales-partners~1subscribable-event-types/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all possible webhooks types","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Can be used to get a full list of all subscribable event types. These event types (if subscribed to) will generate a PushMessage that is being sent out via the implemented webhook functionality to the set pushUrl of the SalesPartner"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/sales-partners/subscribable-event-types","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/sales-partners/subscribable-event-types","href":"sales-partners/get_sales_partners_subscribable_event_types","openApiOperationId":"get_sales_partners_subscribable_event_types","summary":"Get all possible webhooks types","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved all subscribable event types","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SubscribableEventTypesWrapper"}},"schemaId":"components/schemas/SubscribableEventTypesWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1subscribable-event-types/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1subscribable-event-types/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1sales-partners~1subscribable-event-types/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SubscribableEventTypesWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SubscribableEventTypesWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1subscribable-event-types/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1subscribable-event-types/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1subscribable-event-types/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/sales-partners/get_sales_partners_subscribable_event_types"}],"panels":[]}]},"httpPath":"/sales-partners/subscribable-event-types"},{"label":"Get all photos of a SalesPartner","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/sales-partners/get_sales_partners_id_photos","routeSlug":"/apis/swagger/sales-partners/get_sales_partners_id_photos","metadata":{"seo":{"title":"Get all photos of a SalesPartner","description":"Can be used to get all photos of a SalesPartner"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_sales_partners_id_photos","name":"Get all photos of a SalesPartner","isWebhook":false,"pointer":"/paths/~1sales-partners~1{id}~1photos/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all photos of a SalesPartner","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Can be used to get all photos of a SalesPartner"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The SalesPartner ID","required":true}],"pointer":"/paths/~1sales-partners~1{id}~1photos/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"photoTypes","in":"query","schemaId":"schema_74","description":"Filter by photo types"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset (page number) for pagination. Default: 0"},{"name":"max","in":"query","schemaId":"schema_69","description":"Maximum number of photos per page. Default: 20"},{"name":"sort","in":"query","schemaId":"schema_67","description":"Which field to sort by. Default: 'id'"},{"name":"order","in":"query","schemaId":"schema_67","description":"Which direction to sort by. Default: 'desc'"}],"pointer":"/paths/~1sales-partners~1{id}~1photos/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/sales-partners/{id}/photos","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"photoTypes","in":"query","required":false,"schemaId":"schema_74","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"sort","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"order","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/sales-partners/{id}/photos","href":"sales-partners/get_sales_partners_id_photos","openApiOperationId":"get_sales_partners_id_photos","summary":"Get all photos of a SalesPartner"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successful operation","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SalesPartnerGenericPhotoListResponseWrapper"}},"schemaId":"components/schemas/SalesPartnerGenericPhotoListResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1photos/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1photos/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1sales-partners~1{id}~1photos/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SalesPartnerGenericPhotoListResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SalesPartnerGenericPhotoListResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1photos/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1photos/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1photos/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/sales-partners/get_sales_partners_id_photos"}],"panels":[]}]},"httpPath":"/sales-partners/{id}/photos"},{"label":"Create WhitelabelInformation for a SalesPartner","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/sales-partners/post_sales_partners_id_whitelabel_information","routeSlug":"/apis/swagger/sales-partners/post_sales_partners_id_whitelabel_information","metadata":{"seo":{"title":"Create WhitelabelInformation for a SalesPartner","description":"Create WhitelabelInformation for a SalesPartner"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_sales_partners_id_whitelabel_information","name":"Create WhitelabelInformation for a SalesPartner","isWebhook":false,"pointer":"/paths/~1sales-partners~1{id}~1whitelabel-information/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create WhitelabelInformation for a SalesPartner","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/sales-partners/{id}/whitelabel-information","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["400","401","403","404","409","default"],"pointer":"/sales-partners/{id}/whitelabel-information","href":"sales-partners/post_sales_partners_id_whitelabel_information","openApiOperationId":"post_sales_partners_id_whitelabel_information","summary":"Create WhitelabelInformation for a SalesPartner","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/409/content/application~1json/examples/conflict"]},{"code":"default","description":"default response","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/CreatePDFValidatorCommand"}},"schemaId":"components/schemas/CreatePDFValidatorCommand"}],"pointer":"/paths/~1sales-partners~1{id}~1whitelabel-information/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/409/content/application~1json/examples/conflict"]}}},{"code":"default","schemaId":"components/schemas/CreatePDFValidatorCommand","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/CreatePDFValidatorCommand"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/sales-partners/post_sales_partners_id_whitelabel_information"}],"panels":[]}]},"httpPath":"/sales-partners/{id}/whitelabel-information"},{"label":"Update WhitelabelInformation for a SalesPartner","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/sales-partners/patch_sales_partners_id_whitelabel_information_whitelabelid","routeSlug":"/apis/swagger/sales-partners/patch_sales_partners_id_whitelabel_information_whitelabelid","metadata":{"seo":{"title":"Update WhitelabelInformation for a SalesPartner","description":"Update WhitelabelInformation for a SalesPartner"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_sales_partners_id_whitelabel_information_whitelabelId","name":"Update WhitelabelInformation for a SalesPartner","isWebhook":false,"pointer":"/paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update WhitelabelInformation for a SalesPartner","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/sales-partners/{id}/whitelabel-information/{whitelabelId}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["400","401","403","404","409","default"],"pointer":"/sales-partners/{id}/whitelabel-information/{whitelabelId}","href":"sales-partners/patch_sales_partners_id_whitelabel_information_whitelabelid","openApiOperationId":"patch_sales_partners_id_whitelabel_information_whitelabelId","summary":"Update WhitelabelInformation for a SalesPartner","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/409/content/application~1json/examples/conflict"]},{"code":"default","description":"default response","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/CreatePDFValidatorCommand"}},"schemaId":"components/schemas/CreatePDFValidatorCommand"}],"pointer":"/paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/409/content/application~1json/examples/conflict"]}}},{"code":"default","schemaId":"components/schemas/CreatePDFValidatorCommand","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/CreatePDFValidatorCommand"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/sales-partners/patch_sales_partners_id_whitelabel_information_whitelabelid"}],"panels":[]}]},"httpPath":"/sales-partners/{id}/whitelabel-information/{whitelabelId}"}],"content":{"contentType":"group","meta":{"name":"Sales Partners"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Sales Partners","showPageActions":true},{"nodeType":"markdoc","content":"Set up - Tenancy - Sales Partners"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/sales-partners/{id}/user-accounts/{accountId}/{directoryType}","summary":"Disconnect Directory User Account","prefix":{"name":"post","color":"post"},"badges":[],"link":"/sales-partners/post_sales_partners_id_user_accounts_accountid_directorytype","deprecated":false},{"title":"/sales-partners/{id}/sso-settings","summary":"Update SSO Settings of a SalesPartner","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/sales-partners/patch_sales_partners_id_sso_settings","deprecated":false},{"title":"/sales-partners","summary":"Search among child SalesPartners","prefix":{"name":"get","color":"get"},"badges":[],"link":"/sales-partners/get_sales_partners","deprecated":false},{"title":"/sales-partners","summary":"Create child SalesPartner","prefix":{"name":"post","color":"post"},"badges":[],"link":"/sales-partners/post_sales_partners","deprecated":false},{"title":"/sales-partners/{id}","summary":"Get a single SalesPartner","prefix":{"name":"get","color":"get"},"badges":[],"link":"/sales-partners/get_sales_partners_id","deprecated":false},{"title":"/sales-partners/{id}","summary":"Update a single SalesPartner","prefix":{"name":"put","color":"put"},"badges":[],"link":"/sales-partners/put_sales_partners_id","deprecated":false},{"title":"/sales-partners/subscribable-event-types","summary":"Get all possible webhooks types","prefix":{"name":"get","color":"get"},"badges":[],"link":"/sales-partners/get_sales_partners_subscribable_event_types","deprecated":false},{"title":"/sales-partners/{id}/photos","summary":"Get all photos of a SalesPartner","prefix":{"name":"get","color":"get"},"badges":[],"link":"/sales-partners/get_sales_partners_id_photos","deprecated":false},{"title":"/sales-partners/{id}/whitelabel-information","summary":"Create WhitelabelInformation for a SalesPartner","prefix":{"name":"post","color":"post"},"badges":[],"link":"/sales-partners/post_sales_partners_id_whitelabel_information","deprecated":false},{"title":"/sales-partners/{id}/whitelabel-information/{whitelabelId}","summary":"Update WhitelabelInformation for a SalesPartner","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/sales-partners/patch_sales_partners_id_whitelabel_information_whitelabelid","deprecated":false}]}]}]}]}},{"type":"group","label":"Monitoring","link":"/apis/swagger/monitoring","routeSlug":"/apis/swagger/monitoring","items":[{"label":"Get API Status","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/monitoring/get_ping","routeSlug":"/apis/swagger/monitoring/get_ping","metadata":{"seo":{"title":"Get API Status","description":"Get the current status of uberall API"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_ping","name":"Get API Status","isWebhook":false,"pointer":"/paths/~1ping/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get API Status","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get the current status of uberall API"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/ping","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/ping","href":"monitoring/get_ping","openApiOperationId":"get_ping","summary":"Get API Status"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Service is alive"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1ping/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1ping/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1ping/get/responses/400/content/application~1json/examples/wrong_type","paths/~1ping/get/responses/400/content/application~1json/examples/error","paths/~1ping/get/responses/400/content/application~1json/examples/bad_request","paths/~1ping/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1ping/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1ping/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1ping/get/responses/400/content/application~1json/examples/wrong_type","paths/~1ping/get/responses/400/content/application~1json/examples/error","paths/~1ping/get/responses/400/content/application~1json/examples/bad_request","paths/~1ping/get/responses/400/content/application~1json/examples/user_error"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1ping/get/responses/403/content/application~1json/examples/forbidden","paths/~1ping/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1ping/get/responses/403/content/application~1json/examples/forbidden","paths/~1ping/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1ping/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1ping/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1ping/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200"},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1ping/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1ping/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1ping/get/responses/400/content/application~1json/examples/wrong_type","paths/~1ping/get/responses/400/content/application~1json/examples/error","paths/~1ping/get/responses/400/content/application~1json/examples/bad_request","paths/~1ping/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1ping/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1ping/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1ping/get/responses/400/content/application~1json/examples/wrong_type","paths/~1ping/get/responses/400/content/application~1json/examples/error","paths/~1ping/get/responses/400/content/application~1json/examples/bad_request","paths/~1ping/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1ping/get/responses/403/content/application~1json/examples/forbidden","paths/~1ping/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1ping/get/responses/403/content/application~1json/examples/forbidden","paths/~1ping/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1ping/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1ping/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/monitoring/get_ping"}],"panels":[]}]},"httpPath":"/ping"}],"content":{"contentType":"group","meta":{"name":"Monitoring"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Monitoring","showPageActions":true},{"nodeType":"markdoc","content":"Set up - API Status"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/ping","summary":"Get API Status","prefix":{"name":"get","color":"get"},"badges":[],"link":"/monitoring/get_ping","deprecated":false}]}]}]}]}},{"type":"group","label":"Product Plans","link":"/apis/swagger/product-plans","routeSlug":"/apis/swagger/product-plans","items":[{"label":"Copy an existing Product Plan","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/product-plans/post_product_plans_copy","routeSlug":"/apis/swagger/product-plans/post_product_plans_copy","metadata":{"seo":{"title":"Copy an existing Product Plan","description":"Create a new Product Plan as a copy of an existing ACTIVE Product Plan accessible to the user. The new Product Plan inherits country prices, durations, and other fields from the source. The caller chooses a subset of features and automationDirectories — both must be subsets of the source's. The new Product Plan is created in ACTIVE status. Child Sales Partners are allowed to copy their own Product Plans. If the target Sales Partner has no active default Product Plan, the copy is automatically set as the default."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_product_plans_copy","name":"Copy an existing Product Plan","isWebhook":false,"pointer":"/paths/~1product-plans~1copy/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Copy an existing Product Plan","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Create a new Product Plan as a copy of an existing ACTIVE Product Plan accessible to the user. The new Product Plan inherits country prices, durations, and other fields from the source. The caller chooses a subset of features and automationDirectories — both must be subsets of the source's. The new Product Plan is created in ACTIVE status. Child Sales Partners are allowed to copy their own Product Plans. If the target Sales Partner has no active default Product Plan, the copy is automatically set as the default."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ProductPlanCopyRequestBody"}},"schemaId":"components/schemas/ProductPlanCopyRequestBody","pointer":"/paths/~1product-plans~1copy/post/requestBody","description":"Copy parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/product-plans/copy","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ProductPlanCopyRequestBody"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/product-plans/copy","href":"product-plans/post_product_plans_copy","openApiOperationId":"post_product_plans_copy","summary":"Copy an existing Product Plan","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/ProductPlanCopyRequestBody","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ProductPlanCopyRequestBody"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Product Plan successfully copied","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductPlanResponseWrapper"}},"schemaId":"components/schemas/ProductPlanResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/error","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/error","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans~1copy/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans~1copy/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1product-plans~1copy/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ProductPlanResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductPlanResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/error","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/error","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans~1copy/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans~1copy/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1copy/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/product-plans/post_product_plans_copy"}],"panels":[]}]},"httpPath":"/product-plans/copy"},{"label":"Get All Product Plans","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/product-plans/get_product_plans","routeSlug":"/apis/swagger/product-plans/get_product_plans","metadata":{"seo":{"title":"Get All Product Plans","description":"Get all product plans available to the current API user"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_product_plans","name":"Get All Product Plans","isWebhook":false,"pointer":"/paths/~1product-plans/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Product Plans","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get all product plans available to the current API user"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"country","in":"query","schemaId":"schema_67","description":"Optional parameter to retrieve plans and supported directories for a specific country"}],"pointer":"/paths/~1product-plans/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/product-plans","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"country","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/product-plans","href":"product-plans/get_product_plans","openApiOperationId":"get_product_plans","summary":"Get All Product Plans","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Product Plans successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductPlanListResponseWrapper"}},"schemaId":"components/schemas/ProductPlanListResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans/get/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans/get/responses/400/content/application~1json/examples/error","paths/~1product-plans/get/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans/get/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans/get/responses/400/content/application~1json/examples/error","paths/~1product-plans/get/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1product-plans/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ProductPlanListResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductPlanListResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans/get/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans/get/responses/400/content/application~1json/examples/error","paths/~1product-plans/get/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans/get/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans/get/responses/400/content/application~1json/examples/error","paths/~1product-plans/get/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/product-plans/get_product_plans"}],"panels":[]}]},"httpPath":"/product-plans"},{"label":"Create a Product Plan","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/product-plans/post_product_plans","routeSlug":"/apis/swagger/product-plans/post_product_plans","metadata":{"seo":{"title":"Create a Product Plan","description":"Create a new Product Plan. The new Product Plan will be always created into PENDING_APPROVAL status."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_product_plans","name":"Create a Product Plan","isWebhook":false,"pointer":"/paths/~1product-plans/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Product Plan","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Create a new Product Plan. The new Product Plan will be always created into PENDING_APPROVAL status."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ProductPlan"}},"schemaId":"components/schemas/ProductPlan","pointer":"/paths/~1product-plans/post/requestBody","description":"A Product Plan object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/product-plans","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ProductPlan"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/product-plans","href":"product-plans/post_product_plans","openApiOperationId":"post_product_plans","summary":"Create a Product Plan","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/ProductPlan","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ProductPlan"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Product Plan successfully created","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductPlanResponseWrapper"}},"schemaId":"components/schemas/ProductPlanResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans/post/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans/post/responses/400/content/application~1json/examples/error","paths/~1product-plans/post/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans/post/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans/post/responses/400/content/application~1json/examples/error","paths/~1product-plans/post/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1product-plans/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ProductPlanResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductPlanResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans/post/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans/post/responses/400/content/application~1json/examples/error","paths/~1product-plans/post/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans/post/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans/post/responses/400/content/application~1json/examples/error","paths/~1product-plans/post/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/product-plans/post_product_plans"}],"panels":[]}]},"httpPath":"/product-plans"},{"label":"Update a Product Plan","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/product-plans/patch_product_plans_id","routeSlug":"/apis/swagger/product-plans/patch_product_plans_id","metadata":{"seo":{"title":"Update a Product Plan","description":"Update an existing Product Plan. Only defaultPlan, description, name, status are updatable via API."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_product_plans_id","name":"Update a Product Plan","isWebhook":false,"pointer":"/paths/~1product-plans~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Product Plan","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Update an existing Product Plan. Only defaultPlan, description, name, status are updatable via API."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the Product Plan","required":true}],"pointer":"/paths/~1product-plans~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ProductPlanRequestBody"}},"schemaId":"components/schemas/ProductPlanRequestBody","pointer":"/paths/~1product-plans~1{id}/patch/requestBody","description":"A Product Plan object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/product-plans/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ProductPlanRequestBody"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/product-plans/{id}","href":"product-plans/patch_product_plans_id","openApiOperationId":"patch_product_plans_id","summary":"Update a Product Plan","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/ProductPlanRequestBody","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ProductPlanRequestBody"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Product Plan successfully updated","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductPlanResponseWrapper"}},"schemaId":"components/schemas/ProductPlanResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1product-plans~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ProductPlanResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductPlanResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1product-plans~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1product-plans~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/product-plans/patch_product_plans_id"}],"panels":[]}]},"httpPath":"/product-plans/{id}"}],"content":{"contentType":"group","meta":{"name":"Product Plans"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Product Plans","showPageActions":true},{"nodeType":"markdoc","content":"Set up - Tenancy - Product Plans"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/product-plans/copy","summary":"Copy an existing Product Plan","prefix":{"name":"post","color":"post"},"badges":[],"link":"/product-plans/post_product_plans_copy","deprecated":false},{"title":"/product-plans","summary":"Get All Product Plans","prefix":{"name":"get","color":"get"},"badges":[],"link":"/product-plans/get_product_plans","deprecated":false},{"title":"/product-plans","summary":"Create a Product Plan","prefix":{"name":"post","color":"post"},"badges":[],"link":"/product-plans/post_product_plans","deprecated":false},{"title":"/product-plans/{id}","summary":"Update a Product Plan","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/product-plans/patch_product_plans_id","deprecated":false}]}]}]}]}},{"type":"group","label":"Webhooks","link":"/apis/swagger/webhooks","routeSlug":"/apis/swagger/webhooks","items":[{"label":"Get all webhooks that are currently set","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/webhooks/get_sales_partners_webhooks","routeSlug":"/apis/swagger/webhooks/get_sales_partners_webhooks","metadata":{"seo":{"title":"Get all webhooks that are currently set","description":"Returns a list of all active webhooks"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_sales_partners_webhooks","name":"Get all webhooks that are currently set","isWebhook":false,"pointer":"/paths/~1sales-partners~1webhooks/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all webhooks that are currently set","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of all active webhooks"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/sales-partners/webhooks","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/sales-partners/webhooks","href":"webhooks/get_sales_partners_webhooks","openApiOperationId":"get_sales_partners_webhooks","summary":"Get all webhooks that are currently set","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved webhooks","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/WebhookListWrapper"}},"schemaId":"components/schemas/WebhookListWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1sales-partners~1webhooks/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/WebhookListWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/WebhookListWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhooks/get_sales_partners_webhooks"}],"panels":[]}]},"httpPath":"/sales-partners/webhooks"},{"label":"Create a Webhook","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/webhooks/post_sales_partners_webhooks","routeSlug":"/apis/swagger/webhooks/post_sales_partners_webhooks","metadata":{"seo":{"title":"Create a Webhook","description":"Creates a new webhook, consisting of a pushUrl and a event type. For a list of all possible types use the GET /api/sales-partners/subscribable-event-types."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_sales_partners_webhooks","name":"Create a Webhook","isWebhook":false,"pointer":"/paths/~1sales-partners~1webhooks/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Webhook","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a new webhook, consisting of a pushUrl and a event type. For a list of all possible types use the GET /api/sales-partners/subscribable-event-types."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/WebhookCommand"}},"schemaId":"components/schemas/WebhookCommand","pointer":"/paths/~1sales-partners~1webhooks/post/requestBody","description":"Webhook data to be created"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/sales-partners/webhooks","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/WebhookCommand"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/sales-partners/webhooks","href":"webhooks/post_sales_partners_webhooks","openApiOperationId":"post_sales_partners_webhooks","summary":"Create a Webhook","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/WebhookCommand","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/WebhookCommand"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully created webhook","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/WebhookWrapper"}},"schemaId":"components/schemas/WebhookWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1sales-partners~1webhooks/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/WebhookWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/WebhookWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhooks/post_sales_partners_webhooks"}],"panels":[]}]},"httpPath":"/sales-partners/webhooks"},{"label":"Get a Webhook","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/webhooks/get_sales_partners_webhooks_id","routeSlug":"/apis/swagger/webhooks/get_sales_partners_webhooks_id","metadata":{"seo":{"title":"Get a Webhook","description":"Returns the webhook with the given id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_sales_partners_webhooks_id","name":"Get a Webhook","isWebhook":false,"pointer":"/paths/~1sales-partners~1webhooks~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Webhook","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the webhook with the given id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"Webhook ID","required":true}],"pointer":"/paths/~1sales-partners~1webhooks~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/sales-partners/webhooks/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/sales-partners/webhooks/{id}","href":"webhooks/get_sales_partners_webhooks_id","openApiOperationId":"get_sales_partners_webhooks_id","summary":"Get a Webhook","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved webhook","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/WebhookWrapper"}},"schemaId":"components/schemas/WebhookWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1sales-partners~1webhooks~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/WebhookWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/WebhookWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhooks/get_sales_partners_webhooks_id"}],"panels":[]}]},"httpPath":"/sales-partners/webhooks/{id}"},{"label":"Delete a Webhook","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/webhooks/delete_sales_partners_webhooks_id","routeSlug":"/apis/swagger/webhooks/delete_sales_partners_webhooks_id","metadata":{"seo":{"title":"Delete a Webhook","description":"Deletes the webhook with the given id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_sales_partners_webhooks_id","name":"Delete a Webhook","isWebhook":false,"pointer":"/paths/~1sales-partners~1webhooks~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Webhook","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes the webhook with the given id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"Webhook ID","required":true}],"pointer":"/paths/~1sales-partners~1webhooks~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/sales-partners/webhooks/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/sales-partners/webhooks/{id}","href":"webhooks/delete_sales_partners_webhooks_id","openApiOperationId":"delete_sales_partners_webhooks_id","summary":"Delete a Webhook","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully deleted webhook","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}},"schemaId":"components/schemas/SuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1sales-partners~1webhooks~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhooks/delete_sales_partners_webhooks_id"}],"panels":[]}]},"httpPath":"/sales-partners/webhooks/{id}"},{"label":"Update a Webhook","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/webhooks/patch_sales_partners_webhooks_id","routeSlug":"/apis/swagger/webhooks/patch_sales_partners_webhooks_id","metadata":{"seo":{"title":"Update a Webhook","description":"Edits the webhook with the given id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_sales_partners_webhooks_id","name":"Update a Webhook","isWebhook":false,"pointer":"/paths/~1sales-partners~1webhooks~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Webhook","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Edits the webhook with the given id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"Webhook ID","required":true}],"pointer":"/paths/~1sales-partners~1webhooks~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/WebhookCommand"}},"schemaId":"components/schemas/WebhookCommand","pointer":"/paths/~1sales-partners~1webhooks~1{id}/patch/requestBody","description":"Updated webhook data"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/sales-partners/webhooks/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/WebhookCommand"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/sales-partners/webhooks/{id}","href":"webhooks/patch_sales_partners_webhooks_id","openApiOperationId":"patch_sales_partners_webhooks_id","summary":"Update a Webhook","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/WebhookCommand","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/WebhookCommand"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully edited webhook","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/WebhookWrapper"}},"schemaId":"components/schemas/WebhookWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1sales-partners~1webhooks~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/WebhookWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/WebhookWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1sales-partners~1webhooks~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1sales-partners~1webhooks~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/webhooks/patch_sales_partners_webhooks_id"}],"panels":[]}]},"httpPath":"/sales-partners/webhooks/{id}"}],"content":{"contentType":"group","meta":{"name":"Webhooks"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Webhooks","showPageActions":true},{"nodeType":"markdoc","content":"Set up - Tenancy - Sales Partners - Webhooks"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/sales-partners/webhooks","summary":"Get all webhooks that are currently set","prefix":{"name":"get","color":"get"},"badges":[],"link":"/webhooks/get_sales_partners_webhooks","deprecated":false},{"title":"/sales-partners/webhooks","summary":"Create a Webhook","prefix":{"name":"post","color":"post"},"badges":[],"link":"/webhooks/post_sales_partners_webhooks","deprecated":false},{"title":"/sales-partners/webhooks/{id}","summary":"Get a Webhook","prefix":{"name":"get","color":"get"},"badges":[],"link":"/webhooks/get_sales_partners_webhooks_id","deprecated":false},{"title":"/sales-partners/webhooks/{id}","summary":"Delete a Webhook","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/webhooks/delete_sales_partners_webhooks_id","deprecated":false},{"title":"/sales-partners/webhooks/{id}","summary":"Update a Webhook","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/webhooks/patch_sales_partners_webhooks_id","deprecated":false}]}]}]}]}},{"type":"separator","label":"Products","content":null},{"type":"group","label":"Auto Response","link":"/apis/swagger/auto-response","routeSlug":"/apis/swagger/auto-response","items":[{"label":"Check for Auto Response Rule conflicts","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/auto-response/post_auto_response_rules_check_conflict","routeSlug":"/apis/swagger/auto-response/post_auto_response_rules_check_conflict","metadata":{"seo":{"title":"Check for Auto Response Rule conflicts","description":"Check if there are any other Auto Response Rules that have status ACTIVE, apply to at least one of the businesses or locations in this request, and share at least one of the triggers in this request. When editing an existing Auto Response Rule, its id should be passed in ignoreRule so that it is not returned as a false positive."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_auto_response_rules_check_conflict","name":"Check for Auto Response Rule conflicts","isWebhook":false,"pointer":"/paths/~1auto-response~1rules~1check-conflict/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Check for Auto Response Rule conflicts","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Check if there are any other Auto Response Rules that have status ACTIVE, apply to at least one of the businesses or locations in this request, and share at least one of the triggers in this request. When editing an existing Auto Response Rule, its id should be passed in ignoreRule so that it is not returned as a false positive."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CheckConflictRequest"}},"schemaId":"components/schemas/CheckConflictRequest","pointer":"/paths/~1auto-response~1rules~1check-conflict/post/requestBody","description":"A CheckConflictRequest object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/auto-response/rules/check-conflict","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CheckConflictRequest"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/auto-response/rules/check-conflict","href":"auto-response/post_auto_response_rules_check_conflict","openApiOperationId":"post_auto_response_rules_check_conflict","summary":"Check for Auto Response Rule conflicts","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/CheckConflictRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CheckConflictRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Checking for conflicts completed.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ConflictingRulesResponseWrapper"}},"schemaId":"components/schemas/ConflictingRulesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1check-conflict/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1check-conflict/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1auto-response~1rules~1check-conflict/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ConflictingRulesResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ConflictingRulesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1check-conflict/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1check-conflict/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1check-conflict/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/auto-response/post_auto_response_rules_check_conflict"}],"panels":[]}]},"httpPath":"/auto-response/rules/check-conflict"},{"label":"List Auto Response Rules with filters","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/auto-response/get_auto_response_rules","routeSlug":"/apis/swagger/auto-response/get_auto_response_rules","metadata":{"seo":{"title":"List Auto Response Rules with filters","description":"List Auto Response Rules with filters"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_auto_response_rules","name":"List Auto Response Rules with filters","isWebhook":false,"pointer":"/paths/~1auto-response~1rules/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List Auto Response Rules with filters","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"List Auto Response Rules with filters"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"businesses","in":"query","schemaId":"schema_71","description":"Only return Auto Response Rules identified by the business ids listed in businesses"},{"name":"locations","in":"query","schemaId":"schema_71","description":"Only return Auto Response Rules identified by the location ids listed in locations"},{"name":"excludedLocations","in":"query","schemaId":"schema_71","description":"List of location ids that should be excluded from the result"},{"name":"page","in":"query","schemaId":"schema_75","description":"Used for pagination"},{"name":"size","in":"query","schemaId":"schema_76","description":"Used for pagination"},{"name":"sort","in":"query","schemaId":"schema_67","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Field to sort the results in, use created_by, date_created or id"},"children":[]}]}]}]},{"name":"direction","in":"query","schemaId":"schema_67","description":"Direction to sort the results in, use asc for ascending sort or desc for descending sort"}],"pointer":"/paths/~1auto-response~1rules/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/auto-response/rules","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"businesses","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"locations","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"excludedLocations","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"page","in":"query","required":false,"schemaId":"schema_75","style":"form","explode":true},{"name":"size","in":"query","required":false,"schemaId":"schema_76","style":"form","explode":true},{"name":"sort","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"direction","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/auto-response/rules","href":"auto-response/get_auto_response_rules","openApiOperationId":"get_auto_response_rules","summary":"List Auto Response Rules with filters","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Auto Response Rules retrieved.","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/RulesResponseWrapper"}},"schemaId":"components/schemas/RulesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1auto-response~1rules/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/RulesResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/RulesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/auto-response/get_auto_response_rules"}],"panels":[]}]},"httpPath":"/auto-response/rules"},{"label":"Create an Auto Response Rule","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/auto-response/post_auto_response_rules","routeSlug":"/apis/swagger/auto-response/post_auto_response_rules","metadata":{"seo":{"title":"Create an Auto Response Rule","description":"Create an Auto Response Rule"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_auto_response_rules","name":"Create an Auto Response Rule","isWebhook":false,"pointer":"/paths/~1auto-response~1rules/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create an Auto Response Rule","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create an Auto Response Rule"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_77"}},"schemaId":"schema_77","pointer":"/paths/~1auto-response~1rules/post/requestBody","description":"Auto Response Rule to be created"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/auto-response/rules","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"schema_77"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/auto-response/rules","href":"auto-response/post_auto_response_rules","openApiOperationId":"post_auto_response_rules","summary":"Create an Auto Response Rule","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_77","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_77"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Auto Response Rule created","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/RuleResponseWrapper"}},"schemaId":"components/schemas/RuleResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1auto-response~1rules/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/RuleResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/RuleResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/auto-response/post_auto_response_rules"}],"panels":[]}]},"httpPath":"/auto-response/rules"},{"label":"Get an Auto Response Rule","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/auto-response/get_auto_response_rules_id","routeSlug":"/apis/swagger/auto-response/get_auto_response_rules_id","metadata":{"seo":{"title":"Get an Auto Response Rule","description":"Get an Auto Response Rule"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_auto_response_rules_id","name":"Get an Auto Response Rule","isWebhook":false,"pointer":"/paths/~1auto-response~1rules~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get an Auto Response Rule","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get an Auto Response Rule"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"id of Auto Response Rule","required":true}],"pointer":"/paths/~1auto-response~1rules~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/auto-response/rules/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/auto-response/rules/{id}","href":"auto-response/get_auto_response_rules_id","openApiOperationId":"get_auto_response_rules_id","summary":"Get an Auto Response Rule","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Auto Response Rule retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/RuleResponseWrapper"}},"schemaId":"components/schemas/RuleResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1auto-response~1rules~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/RuleResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/RuleResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/auto-response/get_auto_response_rules_id"}],"panels":[]}]},"httpPath":"/auto-response/rules/{id}"},{"label":"Delete an Auto Response Rule","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/auto-response/delete_auto_response_rules_id","routeSlug":"/apis/swagger/auto-response/delete_auto_response_rules_id","metadata":{"seo":{"title":"Delete an Auto Response Rule","description":"Delete an Auto Response Rule. Only rules that can be edited by the current user can be deleted"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_auto_response_rules_id","name":"Delete an Auto Response Rule","isWebhook":false,"pointer":"/paths/~1auto-response~1rules~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete an Auto Response Rule","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete an Auto Response Rule. Only rules that can be edited by the current user can be deleted"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"id of Auto Response Rule","required":true}],"pointer":"/paths/~1auto-response~1rules~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/auto-response/rules/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/auto-response/rules/{id}","href":"auto-response/delete_auto_response_rules_id","openApiOperationId":"delete_auto_response_rules_id","summary":"Delete an Auto Response Rule","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Auto Response Rule deleted.","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}},"schemaId":"components/schemas/SuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1auto-response~1rules~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/auto-response/delete_auto_response_rules_id"}],"panels":[]}]},"httpPath":"/auto-response/rules/{id}"},{"label":"Edit an Auto Response Rule","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/auto-response/patch_auto_response_rules_id","routeSlug":"/apis/swagger/auto-response/patch_auto_response_rules_id","metadata":{"seo":{"title":"Edit an Auto Response Rule","description":"Edit an Auto Response Rule. The current user can edit this rule when they have access to all businesses and locations that identify this rule."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_auto_response_rules_id","name":"Edit an Auto Response Rule","isWebhook":false,"pointer":"/paths/~1auto-response~1rules~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Edit an Auto Response Rule","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Edit an Auto Response Rule. The current user can edit this rule when they have access to all businesses and locations that identify this rule."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"id of Auto Response Rule","required":true}],"pointer":"/paths/~1auto-response~1rules~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_77"}},"schemaId":"schema_77","pointer":"/paths/~1auto-response~1rules~1{id}/patch/requestBody","description":"Auto Response Rule to be edited"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/auto-response/rules/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"schema_77"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/auto-response/rules/{id}","href":"auto-response/patch_auto_response_rules_id","openApiOperationId":"patch_auto_response_rules_id","summary":"Edit an Auto Response Rule","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_77","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_77"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Auto Response Rule updated.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/RuleResponseWrapper"}},"schemaId":"components/schemas/RuleResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1auto-response~1rules~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/RuleResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/RuleResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1auto-response~1rules~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1auto-response~1rules~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/auto-response/patch_auto_response_rules_id"}],"panels":[]}]},"httpPath":"/auto-response/rules/{id}"}],"content":{"contentType":"group","meta":{"name":"Auto Response"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Auto Response","showPageActions":true},{"nodeType":"markdoc","content":"Products - Auto Response"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/auto-response/rules/check-conflict","summary":"Check for Auto Response Rule conflicts","prefix":{"name":"post","color":"post"},"badges":[],"link":"/auto-response/post_auto_response_rules_check_conflict","deprecated":false},{"title":"/auto-response/rules","summary":"List Auto Response Rules with filters","prefix":{"name":"get","color":"get"},"badges":[],"link":"/auto-response/get_auto_response_rules","deprecated":false},{"title":"/auto-response/rules","summary":"Create an Auto Response Rule","prefix":{"name":"post","color":"post"},"badges":[],"link":"/auto-response/post_auto_response_rules","deprecated":false},{"title":"/auto-response/rules/{id}","summary":"Get an Auto Response Rule","prefix":{"name":"get","color":"get"},"badges":[],"link":"/auto-response/get_auto_response_rules_id","deprecated":false},{"title":"/auto-response/rules/{id}","summary":"Delete an Auto Response Rule","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/auto-response/delete_auto_response_rules_id","deprecated":false},{"title":"/auto-response/rules/{id}","summary":"Edit an Auto Response Rule","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/auto-response/patch_auto_response_rules_id","deprecated":false}]}]}]}]}},{"type":"group","label":"Brand Data Points","link":"/apis/swagger/brand-data-points","routeSlug":"/apis/swagger/brand-data-points","items":[{"label":"Like a Brand Data Point","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/brand-data-points/post_brand_data_points_id_like","routeSlug":"/apis/swagger/brand-data-points/post_brand_data_points_id_like","metadata":{"seo":{"title":"Like a Brand Data Point","description":"Like a brand data point"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_brand_data_points_id_like","name":"Like a Brand Data Point","isWebhook":false,"pointer":"/paths/~1brand-data-points~1{id}~1like/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Like a Brand Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Like a brand data point"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The ID of the Brand Data Point","required":true}],"pointer":"/paths/~1brand-data-points~1{id}~1like/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/brand-data-points/{id}/like","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/brand-data-points/{id}/like","href":"brand-data-points/post_brand_data_points_id_like","openApiOperationId":"post_brand_data_points_id_like","summary":"Like a Brand Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully liked Brand Data Point","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BrandDataPointResponseWrapper"}},"schemaId":"components/schemas/BrandDataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1like/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1like/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1brand-data-points~1{id}~1like/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BrandDataPointResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BrandDataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1like/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1like/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/brand-data-points/post_brand_data_points_id_like"}],"panels":[]}]},"httpPath":"/brand-data-points/{id}/like"},{"label":"Unlike a Brand Data Point","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/brand-data-points/delete_brand_data_points_id_like","routeSlug":"/apis/swagger/brand-data-points/delete_brand_data_points_id_like","metadata":{"seo":{"title":"Unlike a Brand Data Point","description":"Unlike a brand data point"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_brand_data_points_id_like","name":"Unlike a Brand Data Point","isWebhook":false,"pointer":"/paths/~1brand-data-points~1{id}~1like/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Unlike a Brand Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Unlike a brand data point"},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The ID of the Brand Data Point","required":true}],"pointer":"/paths/~1brand-data-points~1{id}~1like/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/brand-data-points/{id}/like","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/brand-data-points/{id}/like","href":"brand-data-points/delete_brand_data_points_id_like","openApiOperationId":"delete_brand_data_points_id_like","summary":"Unlike a Brand Data Point"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully unliked Brand Data Point","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BrandDataPointResponseWrapper"}},"schemaId":"components/schemas/BrandDataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1brand-data-points~1{id}~1like/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BrandDataPointResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BrandDataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1like/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/brand-data-points/delete_brand_data_points_id_like"}],"panels":[]}]},"httpPath":"/brand-data-points/{id}/like"},{"label":"Edit reply to a Brand Data Point","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/brand-data-points/put_brand_data_points_id_reply_replyid_approval","routeSlug":"/apis/swagger/brand-data-points/put_brand_data_points_id_reply_replyid_approval","metadata":{"seo":{"title":"Edit reply to a Brand Data Point","description":"Editing an existing reply that needs approval to a Brand Data Point"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"put_brand_data_points_id_reply_replyId_approval","name":"Edit reply to a Brand Data Point","isWebhook":false,"pointer":"/paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Edit reply to a Brand Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Editing an existing reply that needs approval to a Brand Data Point"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The id of the root brand data point to approve","required":true},{"name":"replyId","in":"path","schemaId":"schema_67","description":"The id of the replying brand data point to approve","required":true},{"name":"replyText","in":"path","schemaId":"schema_67","description":"The edited text of the reply","required":true}],"pointer":"/paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/brand-data-points/{id}/reply/{replyId}/approval","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"replyId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"replyText","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/brand-data-points/{id}/reply/{replyId}/approval","href":"brand-data-points/put_brand_data_points_id_reply_replyid_approval","openApiOperationId":"put_brand_data_points_id_reply_replyId_approval","summary":"Edit reply to a Brand Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BrandDataPointResponseWrapper"}},"schemaId":"components/schemas/BrandDataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BrandDataPointResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BrandDataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/brand-data-points/put_brand_data_points_id_reply_replyid_approval"}],"panels":[]}]},"httpPath":"/brand-data-points/{id}/reply/{replyId}/approval"},{"label":"Approve reply to a Brand Data Point","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/brand-data-points/post_brand_data_points_id_reply_replyid_approval","routeSlug":"/apis/swagger/brand-data-points/post_brand_data_points_id_reply_replyid_approval","metadata":{"seo":{"title":"Approve reply to a Brand Data Point","description":"Approves a reply to a brand data point."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_brand_data_points_id_reply_replyId_approval","name":"Approve reply to a Brand Data Point","isWebhook":false,"pointer":"/paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Approve reply to a Brand Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Approves a reply to a brand data point."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The id of the root brand data point","required":true},{"name":"replyId","in":"path","schemaId":"schema_67","description":"The id  of the replying brand data point","required":true}],"pointer":"/paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/brand-data-points/{id}/reply/{replyId}/approval","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"replyId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/brand-data-points/{id}/reply/{replyId}/approval","href":"brand-data-points/post_brand_data_points_id_reply_replyid_approval","openApiOperationId":"post_brand_data_points_id_reply_replyId_approval","summary":"Approve reply to a Brand Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BrandDataPointResponseWrapper"}},"schemaId":"components/schemas/BrandDataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BrandDataPointResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BrandDataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/brand-data-points/post_brand_data_points_id_reply_replyid_approval"}],"panels":[]}]},"httpPath":"/brand-data-points/{id}/reply/{replyId}/approval"},{"label":"Reject a reply to a Brand Data Point","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/brand-data-points/delete_brand_data_points_id_reply_replyid_approval","routeSlug":"/apis/swagger/brand-data-points/delete_brand_data_points_id_reply_replyid_approval","metadata":{"seo":{"title":"Reject a reply to a Brand Data Point","description":"Deletes a reply to a brand data point that needs approval."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_brand_data_points_id_reply_replyId_approval","name":"Reject a reply to a Brand Data Point","isWebhook":false,"pointer":"/paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Reject a reply to a Brand Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes a reply to a brand data point that needs approval."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The id of the root brand data point","required":true},{"name":"replyId","in":"path","schemaId":"schema_67","description":"The id  of the replying brand data point","required":true}],"pointer":"/paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/brand-data-points/{id}/reply/{replyId}/approval","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"replyId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/brand-data-points/{id}/reply/{replyId}/approval","href":"brand-data-points/delete_brand_data_points_id_reply_replyid_approval","openApiOperationId":"delete_brand_data_points_id_reply_replyId_approval","summary":"Reject a reply to a Brand Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BrandDataPointResponseWrapper"}},"schemaId":"components/schemas/BrandDataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BrandDataPointResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BrandDataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/brand-data-points/delete_brand_data_points_id_reply_replyid_approval"}],"panels":[]}]},"httpPath":"/brand-data-points/{id}/reply/{replyId}/approval"},{"label":"Reply to a Brand Data Point","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/brand-data-points/patch_brand_data_points_id_reply","routeSlug":"/apis/swagger/brand-data-points/patch_brand_data_points_id_reply","metadata":{"seo":{"title":"Reply to a Brand Data Point","description":"Reply with a text to a Brand Data Point, e.g. a review"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_brand_data_points_id_reply","name":"Reply to a Brand Data Point","isWebhook":false,"pointer":"/paths/~1brand-data-points~1{id}~1reply/patch","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Reply to a Brand Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Reply with a text to a Brand Data Point, e.g. a review"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID of the brand data point you want to reply to","required":true}],"pointer":"/paths/~1brand-data-points~1{id}~1reply/patch/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"reply","in":"query","schemaId":"schema_67","description":"The text you want to reply, on most directories this will be published and can be read by the author of the original data point","required":true}],"pointer":"/paths/~1brand-data-points~1{id}~1reply/patch/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/brand-data-points/{id}/reply","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"reply","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/brand-data-points/{id}/reply","href":"brand-data-points/patch_brand_data_points_id_reply","openApiOperationId":"patch_brand_data_points_id_reply","summary":"Reply to a Brand Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Reply sent","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BrandDataPointResponseWrapper"}},"schemaId":"components/schemas/BrandDataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1brand-data-points~1{id}~1reply/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BrandDataPointResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BrandDataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/error","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/bad_request","paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_token","paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/forbidden","paths/~1brand-data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1brand-data-points~1{id}~1reply/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/brand-data-points/patch_brand_data_points_id_reply"}],"panels":[]}]},"httpPath":"/brand-data-points/{id}/reply"}],"content":{"contentType":"group","meta":{"name":"Brand Data Points"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Brand Data Points","showPageActions":true},{"nodeType":"markdoc","content":"Products - Brand Data Points"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/brand-data-points/{id}/like","summary":"Like a Brand Data Point","prefix":{"name":"post","color":"post"},"badges":[],"link":"/brand-data-points/post_brand_data_points_id_like","deprecated":false},{"title":"/brand-data-points/{id}/like","summary":"Unlike a Brand Data Point","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/brand-data-points/delete_brand_data_points_id_like","deprecated":false},{"title":"/brand-data-points/{id}/reply/{replyId}/approval","summary":"Edit reply to a Brand Data Point","prefix":{"name":"put","color":"put"},"badges":[],"link":"/brand-data-points/put_brand_data_points_id_reply_replyid_approval","deprecated":false},{"title":"/brand-data-points/{id}/reply/{replyId}/approval","summary":"Approve reply to a Brand Data Point","prefix":{"name":"post","color":"post"},"badges":[],"link":"/brand-data-points/post_brand_data_points_id_reply_replyid_approval","deprecated":false},{"title":"/brand-data-points/{id}/reply/{replyId}/approval","summary":"Reject a reply to a Brand Data Point","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/brand-data-points/delete_brand_data_points_id_reply_replyid_approval","deprecated":false},{"title":"/brand-data-points/{id}/reply","summary":"Reply to a Brand Data Point","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/brand-data-points/patch_brand_data_points_id_reply","deprecated":false}]}]}]}]}},{"type":"group","label":"Dashboard","link":"/apis/swagger/dashboard","routeSlug":"/apis/swagger/dashboard","items":[{"label":"Get visibility index score","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_visibility_index_score_dashboard","routeSlug":"/apis/swagger/dashboard/get_visibility_index_score_dashboard","metadata":{"seo":{"title":"Get visibility index score","description":"Retrieves the visibility index score over time for filtered locations within a date range. Scores are returned per time period with granularity auto-determined by the date range: daily (<=31d), weekly (<90d), monthly (<=365d), or quarterly (>365d). Defaults to the last week if startDate is not provided."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_visibility_index_score_dashboard","name":"Get visibility index score","isWebhook":false,"pointer":"/paths/~1dashboard~1visibility-index/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get visibility index score","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Retrieves the visibility index score over time for filtered locations within a date range. Scores are returned per time period with granularity auto-determined by the date range: daily (<=31d), weekly (<90d), monthly (<=365d), or quarterly (>365d). Defaults to the last week if startDate is not provided."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"v","in":"query","schemaId":"schema_78","description":"API version. Defaults to the latest version. Versions older than 20260713 label each period by granularity (weekly '2025 3', monthly and quarterly 2025-3, yearly 2025) instead of returning the ISO start date of the period."},{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset (e.g. 2025-01-01, 2025-01-01T14:30:00, 2025-01-01T14:30:00Z, 2025-01-01T14:30:00%2B02:00). Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Optional for most endpoints — defaults to a period before end date if omitted."},"children":[]}]}]}]},{"name":"endDate","in":"query","schemaId":"schema_80","description":"End date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset. Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Defaults to today."},{"name":"group","in":"query","schemaId":"schema_81","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overrides the automatic granularity of the date range. Case-insensitive. When omitted, granularity is derived from the range length. Legacy values DAY, WEEK, MONTH and YEAR are also accepted. HOUR returns the whole range as a single bucket holding the ACTIONS_PHONE hour-of-day profile (phone0..phone23) and is only valid for the ACTIONS_PHONE metric; other endpoints treat it as DAILY."},"children":[]}]}]}]},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1visibility-index/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/visibility-index","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"v","in":"query","required":false,"example":20260713,"schemaId":"schema_78","style":"form","explode":true},{"name":"startDate","in":"query","required":false,"example":"2025-01-01","schemaId":"schema_79","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"example":"2025-03-31","schemaId":"schema_80","style":"form","explode":true},{"name":"group","in":"query","required":false,"example":"MONTHLY","schemaId":"schema_81","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/visibility-index","href":"dashboard/get_visibility_index_score_dashboard","openApiOperationId":"get_visibility_index_score_dashboard","summary":"Get visibility index score"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Visibility scores by time period","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseVisibilityIndexScoreResponse"}},"schemaId":"components/schemas/BaseHttpResponseVisibilityIndexScoreResponse"}],"pointer":"/paths/~1dashboard~1visibility-index/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseVisibilityIndexScoreResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseVisibilityIndexScoreResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_visibility_index_score_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/visibility-index"},{"label":"Get suppressed duplicate locations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_suppressed_duplicate_locations_dashboard","routeSlug":"/apis/swagger/dashboard/get_suppressed_duplicate_locations_dashboard","metadata":{"seo":{"title":"Get suppressed duplicate locations","description":"Retrieves the count of locations identified as duplicates, grouped by directory type, within a date range. Optionally limits the result to a single directory type. Date parameters are passed as strings and validated server-side. Defaults to all available data (from 1970-01-01 up to today) if startDate is not provided. endDate defaults to today."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_suppressed_duplicate_locations_dashboard","name":"Get suppressed duplicate locations","isWebhook":false,"pointer":"/paths/~1dashboard~1suppressed-duplicates/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get suppressed duplicate locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves the count of locations identified as duplicates, grouped by directory type, within a date range. Optionally limits the result to a single directory type. Date parameters are passed as strings and validated server-side. Defaults to all available data (from 1970-01-01 up to today) if startDate is not provided. endDate defaults to today."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"directoryType","in":"query","schemaId":"schema_83"},{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset (e.g. 2025-01-01, 2025-01-01T14:30:00, 2025-01-01T14:30:00Z, 2025-01-01T14:30:00%2B02:00). Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Optional for most endpoints — defaults to a period before end date if omitted."},"children":[]}]}]}]},{"name":"endDate","in":"query","schemaId":"schema_80","description":"End date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset. Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Defaults to today."},{"name":"group","in":"query","schemaId":"schema_81","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overrides the automatic granularity of the date range. Case-insensitive. When omitted, granularity is derived from the range length. Legacy values DAY, WEEK, MONTH and YEAR are also accepted. HOUR returns the whole range as a single bucket holding the ACTIONS_PHONE hour-of-day profile (phone0..phone23) and is only valid for the ACTIONS_PHONE metric; other endpoints treat it as DAILY."},"children":[]}]}]}]},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1suppressed-duplicates/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/suppressed-duplicates","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"directoryType","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"startDate","in":"query","required":false,"example":"2025-01-01","schemaId":"schema_79","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"example":"2025-03-31","schemaId":"schema_80","style":"form","explode":true},{"name":"group","in":"query","required":false,"example":"MONTHLY","schemaId":"schema_81","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/suppressed-duplicates","href":"dashboard/get_suppressed_duplicate_locations_dashboard","openApiOperationId":"get_suppressed_duplicate_locations_dashboard","summary":"Get suppressed duplicate locations"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Duplicate counts per directory type","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseSuppressedDuplicateResponse"}},"schemaId":"components/schemas/BaseHttpResponseSuppressedDuplicateResponse"}],"pointer":"/paths/~1dashboard~1suppressed-duplicates/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseSuppressedDuplicateResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseSuppressedDuplicateResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_suppressed_duplicate_locations_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/suppressed-duplicates"},{"label":"Get search keywords","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_search_keywords_dashboard","routeSlug":"/apis/swagger/dashboard/get_search_keywords_dashboard","metadata":{"seo":{"title":"Get search keywords","description":"Retrieves the top search keywords that led users to find the filtered locations within a date range. Each keyword includes its occurrence count. Defaults to the last week if startDate is not provided."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_search_keywords_dashboard","name":"Get search keywords","isWebhook":false,"pointer":"/paths/~1dashboard~1search-keywords/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get search keywords","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves the top search keywords that led users to find the filtered locations within a date range. Each keyword includes its occurrence count. Defaults to the last week if startDate is not provided."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset (e.g. 2025-01-01, 2025-01-01T14:30:00, 2025-01-01T14:30:00Z, 2025-01-01T14:30:00%2B02:00). Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Optional for most endpoints — defaults to a period before end date if omitted."},"children":[]}]}]}]},{"name":"endDate","in":"query","schemaId":"schema_80","description":"End date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset. Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Defaults to today."},{"name":"group","in":"query","schemaId":"schema_81","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overrides the automatic granularity of the date range. Case-insensitive. When omitted, granularity is derived from the range length. Legacy values DAY, WEEK, MONTH and YEAR are also accepted. HOUR returns the whole range as a single bucket holding the ACTIONS_PHONE hour-of-day profile (phone0..phone23) and is only valid for the ACTIONS_PHONE metric; other endpoints treat it as DAILY."},"children":[]}]}]}]},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1search-keywords/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/search-keywords","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"startDate","in":"query","required":false,"example":"2025-01-01","schemaId":"schema_79","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"example":"2025-03-31","schemaId":"schema_80","style":"form","explode":true},{"name":"group","in":"query","required":false,"example":"MONTHLY","schemaId":"schema_81","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/search-keywords","href":"dashboard/get_search_keywords_dashboard","openApiOperationId":"get_search_keywords_dashboard","summary":"Get search keywords"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Search keywords ranked by occurrence count","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseSearchKeywordsResponse"}},"schemaId":"components/schemas/BaseHttpResponseSearchKeywordsResponse"}],"pointer":"/paths/~1dashboard~1search-keywords/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseSearchKeywordsResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseSearchKeywordsResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_search_keywords_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/search-keywords"},{"label":"Get review response time","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_review_response_time_dashboard","routeSlug":"/apis/swagger/dashboard/get_review_response_time_dashboard","metadata":{"seo":{"title":"Get review response time","description":"Retrieves the average time taken to respond to customer reviews for filtered locations within a date range. Returns average response time in minutes, number of replied reviews, and matched location count. Defaults to the last 30 days if startDate is not provided. endDate defaults to today."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_review_response_time_dashboard","name":"Get review response time","isWebhook":false,"pointer":"/paths/~1dashboard~1review-response-time/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get review response time","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves the average time taken to respond to customer reviews for filtered locations within a date range. Returns average response time in minutes, number of replied reviews, and matched location count. Defaults to the last 30 days if startDate is not provided. endDate defaults to today."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset (e.g. 2025-01-01, 2025-01-01T14:30:00, 2025-01-01T14:30:00Z, 2025-01-01T14:30:00%2B02:00). Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Optional for most endpoints — defaults to a period before end date if omitted."},"children":[]}]}]}]},{"name":"endDate","in":"query","schemaId":"schema_80","description":"End date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset. Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Defaults to today."},{"name":"group","in":"query","schemaId":"schema_81","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overrides the automatic granularity of the date range. Case-insensitive. When omitted, granularity is derived from the range length. Legacy values DAY, WEEK, MONTH and YEAR are also accepted. HOUR returns the whole range as a single bucket holding the ACTIONS_PHONE hour-of-day profile (phone0..phone23) and is only valid for the ACTIONS_PHONE metric; other endpoints treat it as DAILY."},"children":[]}]}]}]},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1review-response-time/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/review-response-time","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"startDate","in":"query","required":false,"example":"2025-01-01","schemaId":"schema_79","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"example":"2025-03-31","schemaId":"schema_80","style":"form","explode":true},{"name":"group","in":"query","required":false,"example":"MONTHLY","schemaId":"schema_81","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/review-response-time","href":"dashboard/get_review_response_time_dashboard","openApiOperationId":"get_review_response_time_dashboard","summary":"Get review response time"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Review response time statistics","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseReviewResponseTimeResponse"}},"schemaId":"components/schemas/BaseHttpResponseReviewResponseTimeResponse"}],"pointer":"/paths/~1dashboard~1review-response-time/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseReviewResponseTimeResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseReviewResponseTimeResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_review_response_time_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/review-response-time"},{"label":"Get profile completeness","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_profile_completeness_dashboard","routeSlug":"/apis/swagger/dashboard/get_profile_completeness_dashboard","metadata":{"seo":{"title":"Get profile completeness","description":"Retrieves the average profile completeness score and a breakdown of locations by completeness classification (REQUIRED, BASIC, ADVANCED, BONUS, COMPLETE, OTHER) for filtered locations. Reflects current state (no date range)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_profile_completeness_dashboard","name":"Get profile completeness","isWebhook":false,"pointer":"/paths/~1dashboard~1profile-completeness/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get profile completeness","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves the average profile completeness score and a breakdown of locations by completeness classification (REQUIRED, BASIC, ADVANCED, BONUS, COMPLETE, OTHER) for filtered locations. Reflects current state (no date range)."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"v","in":"query","schemaId":"schema_84","description":"API version. Defaults to the latest version. Versions older than 20191203 additionally return missingFields, directoriesMissingConnect and isLegacy."},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1profile-completeness/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/profile-completeness","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"v","in":"query","required":false,"example":20191203,"schemaId":"schema_84","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/profile-completeness","href":"dashboard/get_profile_completeness_dashboard","openApiOperationId":"get_profile_completeness_dashboard","summary":"Get profile completeness"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Profile completeness statistics with classification breakdown. Versions older than 20191203 also include missingFields, directoriesMissingConnect and isLegacy.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_85"}},"schemaId":"schema_85"}],"pointer":"/paths/~1dashboard~1profile-completeness/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_85","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_85"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_profile_completeness_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/profile-completeness"},{"label":"Get listings health","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_listings_health_dashboard","routeSlug":"/apis/swagger/dashboard/get_listings_health_dashboard","metadata":{"seo":{"title":"Get listings health","description":"Retrieves the current listing sync status breakdown across all directories for filtered locations. Counts listings by status: in sync, being updated, linked, submitted, action required, and locations requiring sync. Reflects current state (no date range)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_listings_health_dashboard","name":"Get listings health","isWebhook":false,"pointer":"/paths/~1dashboard~1listing-health/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get listings health","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves the current listing sync status breakdown across all directories for filtered locations. Counts listings by status: in sync, being updated, linked, submitted, action required, and locations requiring sync. Reflects current state (no date range)."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"v","in":"query","schemaId":"schema_78","description":"API version. Defaults to the latest version. Versions older than 20260713 additionally return the legacy directoriesMissingConnect, countLocationsNeedsReview and countFieldsInSync fields."},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1listing-health/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/listing-health","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"v","in":"query","required":false,"example":20260713,"schemaId":"schema_78","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/listing-health","href":"dashboard/get_listings_health_dashboard","openApiOperationId":"get_listings_health_dashboard","summary":"Get listings health"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Listings health status breakdown. Versions older than 20260713 additionally include directoriesMissingConnect, countLocationsNeedsReview and countFieldsInSync.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_86"}},"schemaId":"schema_86"}],"pointer":"/paths/~1dashboard~1listing-health/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_86","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_86"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_listings_health_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/listing-health"},{"label":"Get insight data warnings","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_insight_data_warnings_dashboard","routeSlug":"/apis/swagger/dashboard/get_insight_data_warnings_dashboard","metadata":{"seo":{"title":"Get insight data warnings","description":"Retrieves connection and permission warnings for insight data collection. Runs concurrent checks for listings connection status, missing permissions (paginated), and location counts per directory for both connected and not-connected states. Pagination accepts either page/pageSize or the legacy max/offset, where offset is a record offset."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_insight_data_warnings_dashboard","name":"Get insight data warnings","isWebhook":false,"pointer":"/paths/~1dashboard~1insights-data~1warnings/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get insight data warnings","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves connection and permission warnings for insight data collection. Runs concurrent checks for listings connection status, missing permissions (paginated), and location counts per directory for both connected and not-connected states. Pagination accepts either page/pageSize or the legacy max/offset, where offset is a record offset."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"v","in":"query","schemaId":"schema_78","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"API version. Defaults to the latest version. Versions older than 20260713 additionally return warnings.missingConnection.locations and warnings.missingPermission.accounts[].totalLocationsCount, paginate both of those lists with max/offset, and report offset as a record offset."},"children":[]}]}]}]},{"name":"type","in":"query","schemaId":"schema_83"},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1insights-data~1warnings/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/insights-data/warnings","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"v","in":"query","required":false,"example":20260713,"schemaId":"schema_78","style":"form","explode":true},{"name":"type","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/insights-data/warnings","href":"dashboard/get_insight_data_warnings_dashboard","openApiOperationId":"get_insight_data_warnings_dashboard","summary":"Get insight data warnings"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Connection and permission warnings with directory-level counts","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_87"}},"schemaId":"schema_87"}],"pointer":"/paths/~1dashboard~1insights-data~1warnings/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_87","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_87"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_insight_data_warnings_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/insights-data/warnings"},{"label":"Get insight metrics","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_insight_data_dashboard","routeSlug":"/apis/swagger/dashboard/get_insight_data_dashboard","metadata":{"seo":{"title":"Get insight metrics","description":"Retrieves insight metrics (Google Impressions, Clicks, Driving Directions, Facebook interactions, Bing, Yelp) for filtered locations within a date range. Metrics are grouped by time period with granularity auto-determined by the date range: daily (<=31d), weekly (<90d), monthly (<=365d), or quarterly (>365d). Defaults to the last 30 days if startDate is not provided. group=HOUR is only valid for the ACTIONS_PHONE metric and returns the whole range as a single bucket whose count is the hour-of-day profile keyed phone0..phone23."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_insight_data_dashboard","name":"Get insight metrics","isWebhook":false,"pointer":"/paths/~1dashboard~1insights-data/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get insight metrics","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Retrieves insight metrics (Google Impressions, Clicks, Driving Directions, Facebook interactions, Bing, Yelp) for filtered locations within a date range. Metrics are grouped by time period with granularity auto-determined by the date range: daily (<=31d), weekly (<90d), monthly (<=365d), or quarterly (>365d). Defaults to the last 30 days if startDate is not provided. group=HOUR is only valid for the ACTIONS_PHONE metric and returns the whole range as a single bucket whose count is the hour-of-day profile keyed phone0..phone23."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"v","in":"query","schemaId":"schema_78","description":"API version. Defaults to the latest version. Versions older than 20260713 label each period by granularity (weekly '2025 3', monthly and quarterly 2025-3, yearly 2025) instead of returning the ISO start date of the period."},{"name":"metrics","in":"query","schemaId":"schema_83"},{"name":"type","in":"query","schemaId":"schema_83"},{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset (e.g. 2025-01-01, 2025-01-01T14:30:00, 2025-01-01T14:30:00Z, 2025-01-01T14:30:00%2B02:00). Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Optional for most endpoints — defaults to a period before end date if omitted."},"children":[]}]}]}]},{"name":"endDate","in":"query","schemaId":"schema_80","description":"End date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset. Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Defaults to today."},{"name":"group","in":"query","schemaId":"schema_81","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overrides the automatic granularity of the date range. Case-insensitive. When omitted, granularity is derived from the range length. Legacy values DAY, WEEK, MONTH and YEAR are also accepted. HOUR returns the whole range as a single bucket holding the ACTIONS_PHONE hour-of-day profile (phone0..phone23) and is only valid for the ACTIONS_PHONE metric; other endpoints treat it as DAILY."},"children":[]}]}]}]},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"textFilter","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deprecated: use the newer "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"query"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" parameter instead. Free-text location search that narrows results to matching locations (matches name, address, identifier and label fields). Supports #label and @group tokens (e.g. \"main st #premium @north\"), combined with AND semantics. Applied only when no filterCategory is set."},"children":[]}]}]}],"deprecated":true},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1insights-data/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/insights-data","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"v","in":"query","required":false,"example":20260713,"schemaId":"schema_78","style":"form","explode":true},{"name":"metrics","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"type","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"startDate","in":"query","required":false,"example":"2025-01-01","schemaId":"schema_79","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"example":"2025-03-31","schemaId":"schema_80","style":"form","explode":true},{"name":"group","in":"query","required":false,"example":"MONTHLY","schemaId":"schema_81","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"textFilter","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/insights-data","href":"dashboard/get_insight_data_dashboard","openApiOperationId":"get_insight_data_dashboard","summary":"Get insight metrics"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Insight metrics grouped by period and metric type","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseInsightDataResponse"}},"schemaId":"components/schemas/BaseHttpResponseInsightDataResponse"}],"pointer":"/paths/~1dashboard~1insights-data/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseInsightDataResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseInsightDataResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_insight_data_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/insights-data"},{"label":"Export insights data with threshold","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/export_insights_data_with_threshold_dashboard","routeSlug":"/apis/swagger/dashboard/export_insights_data_with_threshold_dashboard","metadata":{"seo":{"title":"Export insights data with threshold","description":"Generates an Excel report and uploads it to S3. If the report completes within the timeout, returns the file URL directly (status=FINISHED). If it exceeds the timeout, the export continues in the background and the user is notified by email (status=EMAIL). Returns status=FAILED on error. Defaults to the last week if startDate is not provided."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"export_insights_data_with_threshold_dashboard","name":"Export insights data with threshold","isWebhook":false,"pointer":"/paths/~1dashboard~1export-insights-data-with-threshold/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export insights data with threshold","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Generates an Excel report and uploads it to S3. If the report completes within the timeout, returns the file URL directly (status=FINISHED). If it exceeds the timeout, the export continues in the background and the user is notified by email (status=EMAIL). Returns status=FAILED on error. Defaults to the last week if startDate is not provided."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset (e.g. 2025-01-01, 2025-01-01T14:30:00, 2025-01-01T14:30:00Z, 2025-01-01T14:30:00%2B02:00). Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Optional for most endpoints — defaults to a period before end date if omitted."},"children":[]}]}]}]},{"name":"endDate","in":"query","schemaId":"schema_80","description":"End date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset. Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Defaults to today."},{"name":"group","in":"query","schemaId":"schema_81","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overrides the automatic granularity of the date range. Case-insensitive. When omitted, granularity is derived from the range length. Legacy values DAY, WEEK, MONTH and YEAR are also accepted. HOUR returns the whole range as a single bucket holding the ACTIONS_PHONE hour-of-day profile (phone0..phone23) and is only valid for the ACTIONS_PHONE metric; other endpoints treat it as DAILY."},"children":[]}]}]}]},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"textFilter","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deprecated: use the newer "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"query"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" parameter instead. Free-text location search that narrows results to matching locations (matches name, address, identifier and label fields). Supports #label and @group tokens (e.g. \"main st #premium @north\"), combined with AND semantics. Applied only when no filterCategory is set."},"children":[]}]}]}],"deprecated":true},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1export-insights-data-with-threshold/get/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Uberall-User-Id","in":"header","schemaId":"schema_88","required":true}],"pointer":"/paths/~1dashboard~1export-insights-data-with-threshold/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/export-insights-data-with-threshold","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"startDate","in":"query","required":false,"example":"2025-01-01","schemaId":"schema_79","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"example":"2025-03-31","schemaId":"schema_80","style":"form","explode":true},{"name":"group","in":"query","required":false,"example":"MONTHLY","schemaId":"schema_81","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"textFilter","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[{"name":"X-Uberall-User-Id","in":"header","required":true,"schemaId":"schema_88","style":"simple","explode":false}],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/export-insights-data-with-threshold","href":"dashboard/export_insights_data_with_threshold_dashboard","openApiOperationId":"export_insights_data_with_threshold_dashboard","summary":"Export insights data with threshold"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Export status with optional file URL","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseAsyncExportResponse"}},"schemaId":"components/schemas/BaseHttpResponseAsyncExportResponse"}],"pointer":"/paths/~1dashboard~1export-insights-data-with-threshold/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseAsyncExportResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseAsyncExportResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/export_insights_data_with_threshold_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/export-insights-data-with-threshold"},{"label":"Legacy Export Excel Report","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_report_data_legacy_dashboard","routeSlug":"/apis/swagger/dashboard/get_report_data_legacy_dashboard","metadata":{"seo":{"title":"Legacy Export Excel Report","description":"Legacy alias of the Excel report export, kept for backwards compatibility. Behaves identically to \"Export Excel report\": generates and downloads an Excel (.xlsx) report containing insight data and ratings for all filtered locations. Prefer /excel-export for new integrations."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_report_data_legacy_dashboard","name":"Legacy Export Excel Report","isWebhook":false,"pointer":"/paths/~1dashboard~1export-insights-data/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Legacy Export Excel Report","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Legacy alias of the Excel report export, kept for backwards compatibility. Behaves identically to \"Export Excel report\": generates and downloads an Excel (.xlsx) report containing insight data and ratings for all filtered locations. Prefer /excel-export for new integrations."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset (e.g. 2025-01-01, 2025-01-01T14:30:00, 2025-01-01T14:30:00Z, 2025-01-01T14:30:00%2B02:00). Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Optional for most endpoints — defaults to a period before end date if omitted."},"children":[]}]}]}]},{"name":"endDate","in":"query","schemaId":"schema_80","description":"End date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset. Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Defaults to today."},{"name":"group","in":"query","schemaId":"schema_81","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overrides the automatic granularity of the date range. Case-insensitive. When omitted, granularity is derived from the range length. Legacy values DAY, WEEK, MONTH and YEAR are also accepted. HOUR returns the whole range as a single bucket holding the ACTIONS_PHONE hour-of-day profile (phone0..phone23) and is only valid for the ACTIONS_PHONE metric; other endpoints treat it as DAILY."},"children":[]}]}]}]},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"textFilter","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deprecated: use the newer "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"query"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" parameter instead. Free-text location search that narrows results to matching locations (matches name, address, identifier and label fields). Supports #label and @group tokens (e.g. \"main st #premium @north\"), combined with AND semantics. Applied only when no filterCategory is set."},"children":[]}]}]}],"deprecated":true},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1export-insights-data/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/export-insights-data","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"startDate","in":"query","required":false,"example":"2025-01-01","schemaId":"schema_79","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"example":"2025-03-31","schemaId":"schema_80","style":"form","explode":true},{"name":"group","in":"query","required":false,"example":"MONTHLY","schemaId":"schema_81","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"textFilter","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/export-insights-data","href":"dashboard/get_report_data_legacy_dashboard","openApiOperationId":"get_report_data_legacy_dashboard","summary":"Legacy Export Excel Report"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Excel (.xlsx) file download. Each row is one location; columns are described by the schema below.","mediaType":"application/octet-stream","mediaTypes":["application/octet-stream"],"mediaTypeContent":{"application/octet-stream":{"schemaId":"schema_89"}},"schemaId":"schema_89"}],"pointer":"/paths/~1dashboard~1export-insights-data/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_89","mediaTypes":["application/octet-stream"],"mediaTypeContent":{"application/octet-stream":{"schemaId":"schema_89"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_report_data_legacy_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/export-insights-data"},{"label":"Export Excel report","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_report_data_dashboard","routeSlug":"/apis/swagger/dashboard/get_report_data_dashboard","metadata":{"seo":{"title":"Export Excel report","description":"Generates and downloads an Excel (.xlsx) report containing insight data and ratings for all filtered locations. The report includes per-location rows with metrics from connected directories (Google, Facebook, Yelp, Bing). Only columns for directories with connected listings are included. Defaults to the last week if startDate is not provided."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_report_data_dashboard","name":"Export Excel report","isWebhook":false,"pointer":"/paths/~1dashboard~1excel-export/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Export Excel report","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Generates and downloads an Excel (.xlsx) report containing insight data and ratings for all filtered locations. The report includes per-location rows with metrics from connected directories (Google, Facebook, Yelp, Bing). Only columns for directories with connected listings are included. Defaults to the last week if startDate is not provided."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset (e.g. 2025-01-01, 2025-01-01T14:30:00, 2025-01-01T14:30:00Z, 2025-01-01T14:30:00%2B02:00). Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Optional for most endpoints — defaults to a period before end date if omitted."},"children":[]}]}]}]},{"name":"endDate","in":"query","schemaId":"schema_80","description":"End date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset. Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Defaults to today."},{"name":"group","in":"query","schemaId":"schema_81","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overrides the automatic granularity of the date range. Case-insensitive. When omitted, granularity is derived from the range length. Legacy values DAY, WEEK, MONTH and YEAR are also accepted. HOUR returns the whole range as a single bucket holding the ACTIONS_PHONE hour-of-day profile (phone0..phone23) and is only valid for the ACTIONS_PHONE metric; other endpoints treat it as DAILY."},"children":[]}]}]}]},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1excel-export/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/excel-export","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"startDate","in":"query","required":false,"example":"2025-01-01","schemaId":"schema_79","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"example":"2025-03-31","schemaId":"schema_80","style":"form","explode":true},{"name":"group","in":"query","required":false,"example":"MONTHLY","schemaId":"schema_81","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/excel-export","href":"dashboard/get_report_data_dashboard","openApiOperationId":"get_report_data_dashboard","summary":"Export Excel report"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Excel (.xlsx) file download. Each row is one location; columns are described by the schema below.","mediaType":"application/octet-stream","mediaTypes":["application/octet-stream"],"mediaTypeContent":{"application/octet-stream":{"schemaId":"schema_89"}},"schemaId":"schema_89"}],"pointer":"/paths/~1dashboard~1excel-export/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_89","mediaTypes":["application/octet-stream"],"mediaTypeContent":{"application/octet-stream":{"schemaId":"schema_89"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_report_data_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/excel-export"},{"label":"Get data availability date","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_data_availability_dashboard","routeSlug":"/apis/swagger/dashboard/get_data_availability_dashboard","metadata":{"seo":{"title":"Get data availability date","description":"Returns the latest date up to which data is fully available for the filtered locations. Determines availability by checking connected listing data delays across Google, Facebook, and other directories. Returns null if no connected listings exist."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_data_availability_dashboard","name":"Get data availability date","isWebhook":false,"pointer":"/paths/~1dashboard~1data-availability/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get data availability date","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the latest date up to which data is fully available for the filtered locations. Determines availability by checking connected listing data delays across Google, Facebook, and other directories. Returns null if no connected listings exist."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1data-availability/get/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Uberall-User-Features","in":"header","schemaId":"schema_83","required":true}],"pointer":"/paths/~1dashboard~1data-availability/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/data-availability","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[{"name":"X-Uberall-User-Features","in":"header","required":true,"schemaId":"schema_83","style":"simple","explode":false}],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/data-availability","href":"dashboard/get_data_availability_dashboard","openApiOperationId":"get_data_availability_dashboard","summary":"Get data availability date"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Data availability date","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseDataAvailabilityResponse"}},"schemaId":"components/schemas/BaseHttpResponseDataAvailabilityResponse"}],"pointer":"/paths/~1dashboard~1data-availability/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseDataAvailabilityResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseDataAvailabilityResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_data_availability_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/data-availability"},{"label":"Get customer feedback by period","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_customer_feedback_by_period_dashboard","routeSlug":"/apis/swagger/dashboard/get_customer_feedback_by_period_dashboard","metadata":{"seo":{"title":"Get customer feedback by period","description":"Retrieves customer feedback metrics broken down by time period. Returns average ratings per period, interaction counts (reviews, questions, photos), matched location count, and total ratings. Granularity is auto-determined by the date range. Defaults to all available data (from 1970-01-01 up to today) if startDate is not provided."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_customer_feedback_by_period_dashboard","name":"Get customer feedback by period","isWebhook":false,"pointer":"/paths/~1dashboard~1customer-feedback~1by-period/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get customer feedback by period","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves customer feedback metrics broken down by time period. Returns average ratings per period, interaction counts (reviews, questions, photos), matched location count, and total ratings. Granularity is auto-determined by the date range. Defaults to all available data (from 1970-01-01 up to today) if startDate is not provided."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"v","in":"query","schemaId":"schema_78","description":"API version. Defaults to the latest version. Versions older than 20260713 return the legacy flat interactionCountByPeriod format and label each period by granularity (weekly '2025 3', monthly and quarterly 2025-3, yearly 2025) instead of returning the ISO start date of the period."},{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset (e.g. 2025-01-01, 2025-01-01T14:30:00, 2025-01-01T14:30:00Z, 2025-01-01T14:30:00%2B02:00). Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Optional for most endpoints — defaults to a period before end date if omitted."},"children":[]}]}]}]},{"name":"endDate","in":"query","schemaId":"schema_80","description":"End date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset. Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Defaults to today."},{"name":"group","in":"query","schemaId":"schema_81","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overrides the automatic granularity of the date range. Case-insensitive. When omitted, granularity is derived from the range length. Legacy values DAY, WEEK, MONTH and YEAR are also accepted. HOUR returns the whole range as a single bucket holding the ACTIONS_PHONE hour-of-day profile (phone0..phone23) and is only valid for the ACTIONS_PHONE metric; other endpoints treat it as DAILY."},"children":[]}]}]}]},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"textFilter","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deprecated: use the newer "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"query"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" parameter instead. Free-text location search that narrows results to matching locations (matches name, address, identifier and label fields). Supports #label and @group tokens (e.g. \"main st #premium @north\"), combined with AND semantics. Applied only when no filterCategory is set."},"children":[]}]}]}],"deprecated":true},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1customer-feedback~1by-period/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/customer-feedback/by-period","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"v","in":"query","required":false,"example":20260713,"schemaId":"schema_78","style":"form","explode":true},{"name":"startDate","in":"query","required":false,"example":"2025-01-01","schemaId":"schema_79","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"example":"2025-03-31","schemaId":"schema_80","style":"form","explode":true},{"name":"group","in":"query","required":false,"example":"MONTHLY","schemaId":"schema_81","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"textFilter","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/customer-feedback/by-period","href":"dashboard/get_customer_feedback_by_period_dashboard","openApiOperationId":"get_customer_feedback_by_period_dashboard","summary":"Get customer feedback by period"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Feedback metrics grouped by time period. The interactionCountByPeriod shape depends on the requested version: latest returns counts grouped by type, versions older than 20260713 return the legacy flat list.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_90"}},"schemaId":"schema_90"}],"pointer":"/paths/~1dashboard~1customer-feedback~1by-period/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_90","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_90"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_customer_feedback_by_period_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/customer-feedback/by-period"},{"label":"Get customer feedback keywords","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_customer_feedback_keywords_dashboard","routeSlug":"/apis/swagger/dashboard/get_customer_feedback_keywords_dashboard","metadata":{"seo":{"title":"Get customer feedback keywords","description":"Retrieves keyword analysis from customer feedback reviews. Keywords are extracted and aggregated from review text with current vs previous period comparison for both frequency percentage and average rating. Supports pagination (pageSize defaults to 50 when page is set) and sorting. Defaults to the last 30 days if startDate is not provided."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_customer_feedback_keywords_dashboard","name":"Get customer feedback keywords","isWebhook":false,"pointer":"/paths/~1dashboard~1customer-feedback-keywords/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get customer feedback keywords","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves keyword analysis from customer feedback reviews. Keywords are extracted and aggregated from review text with current vs previous period comparison for both frequency percentage and average rating. Supports pagination (pageSize defaults to 50 when page is set) and sorting. Defaults to the last 30 days if startDate is not provided."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset (e.g. 2025-01-01, 2025-01-01T14:30:00, 2025-01-01T14:30:00Z, 2025-01-01T14:30:00%2B02:00). Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Optional for most endpoints — defaults to a period before end date if omitted."},"children":[]}]}]}]},{"name":"endDate","in":"query","schemaId":"schema_80","description":"End date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset. Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Defaults to today."},{"name":"group","in":"query","schemaId":"schema_81","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overrides the automatic granularity of the date range. Case-insensitive. When omitted, granularity is derived from the range length. Legacy values DAY, WEEK, MONTH and YEAR are also accepted. HOUR returns the whole range as a single bucket holding the ACTIONS_PHONE hour-of-day profile (phone0..phone23) and is only valid for the ACTIONS_PHONE metric; other endpoints treat it as DAILY."},"children":[]}]}]}]},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"textFilter","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deprecated: use the newer "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"query"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" parameter instead. Free-text location search that narrows results to matching locations (matches name, address, identifier and label fields). Supports #label and @group tokens (e.g. \"main st #premium @north\"), combined with AND semantics. Applied only when no filterCategory is set."},"children":[]}]}]}],"deprecated":true},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1customer-feedback-keywords/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/customer-feedback-keywords","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"startDate","in":"query","required":false,"example":"2025-01-01","schemaId":"schema_79","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"example":"2025-03-31","schemaId":"schema_80","style":"form","explode":true},{"name":"group","in":"query","required":false,"example":"MONTHLY","schemaId":"schema_81","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"textFilter","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/customer-feedback-keywords","href":"dashboard/get_customer_feedback_keywords_dashboard","openApiOperationId":"get_customer_feedback_keywords_dashboard","summary":"Get customer feedback keywords"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Paginated keyword analysis with period comparison","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseCustomerFeedbackKeywordResponse"}},"schemaId":"components/schemas/BaseHttpResponseCustomerFeedbackKeywordResponse"}],"pointer":"/paths/~1dashboard~1customer-feedback-keywords/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseCustomerFeedbackKeywordResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseCustomerFeedbackKeywordResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_customer_feedback_keywords_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/customer-feedback-keywords"},{"label":"Get customer feedback by period (legacy alias)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_customer_feedback_by_period_1_dashboard","routeSlug":"/apis/swagger/dashboard/get_customer_feedback_by_period_1_dashboard","metadata":{"seo":{"title":"Get customer feedback by period (legacy alias)","description":"Legacy top-level alias of the customer feedback by period endpoint, kept for backwards compatibility. Behaves identically to \"Get customer feedback by period\" (/customer-feedback/by-period), which is preferred for new integrations. Defaults to all available data (from 1970-01-01 up to today) if startDate is not provided."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_customer_feedback_by_period_1_dashboard","name":"Get customer feedback by period (legacy alias)","isWebhook":false,"pointer":"/paths/~1dashboard~1customer-feedback-by-period/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get customer feedback by period (legacy alias)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Legacy top-level alias of the customer feedback by period endpoint, kept for backwards compatibility. Behaves identically to \"Get customer feedback by period\" (/customer-feedback/by-period), which is preferred for new integrations. Defaults to all available data (from 1970-01-01 up to today) if startDate is not provided."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"v","in":"query","schemaId":"schema_78","description":"API version. Defaults to the latest version. Versions older than 20260713 return the legacy flat interactionCountByPeriod format and label each period by granularity (weekly '2025 3', monthly and quarterly 2025-3, yearly 2025) instead of returning the ISO start date of the period."},{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset (e.g. 2025-01-01, 2025-01-01T14:30:00, 2025-01-01T14:30:00Z, 2025-01-01T14:30:00%2B02:00). Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Optional for most endpoints — defaults to a period before end date if omitted."},"children":[]}]}]}]},{"name":"endDate","in":"query","schemaId":"schema_80","description":"End date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset. Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Defaults to today."},{"name":"group","in":"query","schemaId":"schema_81","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overrides the automatic granularity of the date range. Case-insensitive. When omitted, granularity is derived from the range length. Legacy values DAY, WEEK, MONTH and YEAR are also accepted. HOUR returns the whole range as a single bucket holding the ACTIONS_PHONE hour-of-day profile (phone0..phone23) and is only valid for the ACTIONS_PHONE metric; other endpoints treat it as DAILY."},"children":[]}]}]}]},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"textFilter","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deprecated: use the newer "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"query"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" parameter instead. Free-text location search that narrows results to matching locations (matches name, address, identifier and label fields). Supports #label and @group tokens (e.g. \"main st #premium @north\"), combined with AND semantics. Applied only when no filterCategory is set."},"children":[]}]}]}],"deprecated":true},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1customer-feedback-by-period/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/customer-feedback-by-period","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"v","in":"query","required":false,"example":20260713,"schemaId":"schema_78","style":"form","explode":true},{"name":"startDate","in":"query","required":false,"example":"2025-01-01","schemaId":"schema_79","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"example":"2025-03-31","schemaId":"schema_80","style":"form","explode":true},{"name":"group","in":"query","required":false,"example":"MONTHLY","schemaId":"schema_81","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"textFilter","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/customer-feedback-by-period","href":"dashboard/get_customer_feedback_by_period_1_dashboard","openApiOperationId":"get_customer_feedback_by_period_1_dashboard","summary":"Get customer feedback by period (legacy alias)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Feedback metrics grouped by time period. The interactionCountByPeriod shape depends on the requested version: latest returns counts grouped by type, versions older than 20260713 return the legacy flat list.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_90"}},"schemaId":"schema_90"}],"pointer":"/paths/~1dashboard~1customer-feedback-by-period/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_90","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_90"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_customer_feedback_by_period_1_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/customer-feedback-by-period"},{"label":"Get customer feedback overview","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_customer_feedback_dashboard","routeSlug":"/apis/swagger/dashboard/get_customer_feedback_dashboard","metadata":{"seo":{"title":"Get customer feedback overview","description":"Retrieves aggregated customer review statistics including average rating, count by each star rating, reply counts, and contributing directory types. Optionally filters by a specific directory type. Defaults to all available data (from 1970-01-01 up to today) if startDate is not provided."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_customer_feedback_dashboard","name":"Get customer feedback overview","isWebhook":false,"pointer":"/paths/~1dashboard~1customer-feedback/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get customer feedback overview","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves aggregated customer review statistics including average rating, count by each star rating, reply counts, and contributing directory types. Optionally filters by a specific directory type. Defaults to all available data (from 1970-01-01 up to today) if startDate is not provided."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"v","in":"query","schemaId":"schema_78","description":"API version. Defaults to the latest version. Versions older than 20260713 additionally return interactionCount, unreadInteractionCount and unreadInteractions."},{"name":"directoryType","in":"query","schemaId":"schema_83"},{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset (e.g. 2025-01-01, 2025-01-01T14:30:00, 2025-01-01T14:30:00Z, 2025-01-01T14:30:00%2B02:00). Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Optional for most endpoints — defaults to a period before end date if omitted."},"children":[]}]}]}]},{"name":"endDate","in":"query","schemaId":"schema_80","description":"End date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset. Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Defaults to today."},{"name":"group","in":"query","schemaId":"schema_81","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overrides the automatic granularity of the date range. Case-insensitive. When omitted, granularity is derived from the range length. Legacy values DAY, WEEK, MONTH and YEAR are also accepted. HOUR returns the whole range as a single bucket holding the ACTIONS_PHONE hour-of-day profile (phone0..phone23) and is only valid for the ACTIONS_PHONE metric; other endpoints treat it as DAILY."},"children":[]}]}]}]},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"textFilter","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deprecated: use the newer "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"query"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" parameter instead. Free-text location search that narrows results to matching locations (matches name, address, identifier and label fields). Supports #label and @group tokens (e.g. \"main st #premium @north\"), combined with AND semantics. Applied only when no filterCategory is set."},"children":[]}]}]}],"deprecated":true},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1customer-feedback/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/customer-feedback","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"v","in":"query","required":false,"example":20260713,"schemaId":"schema_78","style":"form","explode":true},{"name":"directoryType","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"startDate","in":"query","required":false,"example":"2025-01-01","schemaId":"schema_79","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"example":"2025-03-31","schemaId":"schema_80","style":"form","explode":true},{"name":"group","in":"query","required":false,"example":"MONTHLY","schemaId":"schema_81","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"textFilter","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/customer-feedback","href":"dashboard/get_customer_feedback_dashboard","openApiOperationId":"get_customer_feedback_dashboard","summary":"Get customer feedback overview"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Aggregated feedback statistics with rating breakdown. Versions older than 20260713 also include interactionCount, unreadInteractionCount and unreadInteractions.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_91"}},"schemaId":"schema_91"}],"pointer":"/paths/~1dashboard~1customer-feedback/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_91","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_91"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_customer_feedback_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/customer-feedback"},{"label":"Update PDF generation status","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/update_status_dashboard","routeSlug":"/apis/swagger/dashboard/update_status_dashboard","metadata":{"seo":{"title":"Update PDF generation status","description":"Updates the status (and optional file URL) of a previously triggered PDF generation job. Typically called by the PDF rendering service as a callback once generation finishes or fails."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"update_status_dashboard","name":"Update PDF generation status","isWebhook":false,"pointer":"/paths/~1dashboard~1pdf~1export-async~1status/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update PDF generation status","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Updates the status (and optional file URL) of a previously triggered PDF generation job. Typically called by the PDF rendering service as a callback once generation finishes or fails."},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/PdfGenerationStatusUpdateRequest"}},"schemaId":"components/schemas/PdfGenerationStatusUpdateRequest","pointer":"/paths/~1dashboard~1pdf~1export-async~1status/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/dashboard/pdf/export-async/status","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/PdfGenerationStatusUpdateRequest"}},"responseCodes":["200"],"pointer":"/dashboard/pdf/export-async/status","href":"dashboard/update_status_dashboard","openApiOperationId":"update_status_dashboard","summary":"Update PDF generation status"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/PdfGenerationStatusUpdateRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/PdfGenerationStatusUpdateRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Status updated","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseString"}},"schemaId":"components/schemas/BaseHttpResponseString"}],"pointer":"/paths/~1dashboard~1pdf~1export-async~1status/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseString","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseString"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/update_status_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/pdf/export-async/status"},{"label":"Trigger async PDF report generation","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/trigger_async_pdf_generation_dashboard","routeSlug":"/apis/swagger/dashboard/trigger_async_pdf_generation_dashboard","metadata":{"seo":{"title":"Trigger async PDF report generation","description":"Triggers asynchronous generation of a PDF report containing insights data and ratings for the filtered locations within the resolved date range. Returns the created job with a SCHEDULED status; the completed report is delivered once generation finishes."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"trigger_async_pdf_generation_dashboard","name":"Trigger async PDF report generation","isWebhook":false,"pointer":"/paths/~1dashboard~1pdf~1export-async/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Trigger async PDF report generation","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Triggers asynchronous generation of a PDF report containing insights data and ratings for the filtered locations within the resolved date range. Returns the created job with a SCHEDULED status; the completed report is delivered once generation finishes."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1pdf~1export-async/post/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Uberall-User-Id","in":"header","schemaId":"schema_88","required":true},{"name":"X-Uberall-Access-Token","in":"header","schemaId":"schema_83","required":true}],"pointer":"/paths/~1dashboard~1pdf~1export-async/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/dashboard/pdf/export-async","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[{"name":"X-Uberall-User-Id","in":"header","required":true,"schemaId":"schema_88","style":"simple","explode":false},{"name":"X-Uberall-Access-Token","in":"header","required":true,"schemaId":"schema_83","style":"simple","explode":false}],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/pdf/export-async","href":"dashboard/trigger_async_pdf_generation_dashboard","openApiOperationId":"trigger_async_pdf_generation_dashboard","summary":"Trigger async PDF report generation"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Created PDF generation job","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseAsyncPdfExportResponse"}},"schemaId":"components/schemas/BaseHttpResponseAsyncPdfExportResponse"}],"pointer":"/paths/~1dashboard~1pdf~1export-async/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseAsyncPdfExportResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseAsyncPdfExportResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/trigger_async_pdf_generation_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/pdf/export-async"},{"label":"Create Excel export job","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/create_excel_export_dashboard","routeSlug":"/apis/swagger/dashboard/create_excel_export_dashboard","metadata":{"seo":{"title":"Create Excel export job","description":"Creates an asynchronous Excel export job for the filtered locations and returns the job identifier. The report is generated in the background; use the returned job id to poll its status and download the file once ready. Defaults to the last week if startDate is not provided."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"create_excel_export_dashboard","name":"Create Excel export job","isWebhook":false,"pointer":"/paths/~1dashboard~1excel-exports/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create Excel export job","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates an asynchronous Excel export job for the filtered locations and returns the job identifier. The report is generated in the background; use the returned job id to poll its status and download the file once ready. Defaults to the last week if startDate is not provided."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"startDate","in":"query","schemaId":"schema_79","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset (e.g. 2025-01-01, 2025-01-01T14:30:00, 2025-01-01T14:30:00Z, 2025-01-01T14:30:00%2B02:00). Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Optional for most endpoints — defaults to a period before end date if omitted."},"children":[]}]}]}]},{"name":"endDate","in":"query","schemaId":"schema_80","description":"End date (inclusive) as an ISO-8601 date or date-time, with or without zone/offset. Zone-aware values are normalised to UTC. The formats yyyy.MM.dd, dd.MM.yyyy, dd-MM-yyyy HH:mm:ss and dd.MM.yyyy HH:mm:ss are also accepted. Defaults to today."},{"name":"group","in":"query","schemaId":"schema_81","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Overrides the automatic granularity of the date range. Case-insensitive. When omitted, granularity is derived from the range length. Legacy values DAY, WEEK, MONTH and YEAR are also accepted. HOUR returns the whole range as a single bucket holding the ACTIONS_PHONE hour-of-day profile (phone0..phone23) and is only valid for the ACTIONS_PHONE metric; other endpoints treat it as DAILY."},"children":[]}]}]}]},{"name":"filterCategory","in":"query","schemaId":"schema_82","description":"Filter strategy to use for scoping locations"},{"name":"locationIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated location IDs (used when filterCategory=location)"},"children":[]}]}]}]},{"name":"businessIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Comma-separated business IDs (used when filterCategory=business)"},"children":[]}]}]}]},{"name":"labels","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Label names (used when filterCategory=labels)"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_83","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Location group IDs (used when filterCategory=location-groups)"},"children":[]}]}]}]},{"name":"excludedLocationIds","in":"query","schemaId":"schema_83","description":"Comma-separated location IDs to exclude from results"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_83","description":"Comma-separated business IDs to exclude from results"},{"name":"excludedLabels","in":"query","schemaId":"schema_83","description":"Label names to exclude from results"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_83","description":"Location group IDs to exclude from results"}],"pointer":"/paths/~1dashboard~1excel-exports/post/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Uberall-User-Id","in":"header","schemaId":"schema_88","required":true}],"pointer":"/paths/~1dashboard~1excel-exports/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/dashboard/excel-exports","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"startDate","in":"query","required":false,"example":"2025-01-01","schemaId":"schema_79","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"example":"2025-03-31","schemaId":"schema_80","style":"form","explode":true},{"name":"group","in":"query","required":false,"example":"MONTHLY","schemaId":"schema_81","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_82","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_83","style":"form","explode":true}],"querystring":[],"header":[{"name":"X-Uberall-User-Id","in":"header","required":true,"schemaId":"schema_88","style":"simple","explode":false}],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/excel-exports","href":"dashboard/create_excel_export_dashboard","openApiOperationId":"create_excel_export_dashboard","summary":"Create Excel export job"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Created export job with its identifier","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseCreateExcelExportJobResponse"}},"schemaId":"components/schemas/BaseHttpResponseCreateExcelExportJobResponse"}],"pointer":"/paths/~1dashboard~1excel-exports/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseCreateExcelExportJobResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseCreateExcelExportJobResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/create_excel_export_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/excel-exports"},{"label":"Get Excel export job","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_excel_export_job_by_id_dashboard","routeSlug":"/apis/swagger/dashboard/get_excel_export_job_by_id_dashboard","metadata":{"seo":{"title":"Get Excel export job","description":"Retrieves the current state of a previously created Excel export job by its identifier, including its processing status and, once available, the download details."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_excel_export_job_by_id_dashboard","name":"Get Excel export job","isWebhook":false,"pointer":"/paths/~1dashboard~1excel-exports~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Excel export job","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves the current state of a previously created Excel export job by its identifier, including its processing status and, once available, the download details."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_92","required":true}],"pointer":"/paths/~1dashboard~1excel-exports~1{id}/get/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Uberall-User-Id","in":"header","schemaId":"schema_88","required":true}],"pointer":"/paths/~1dashboard~1excel-exports~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/excel-exports/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_92","style":"simple","explode":false}],"query":[],"querystring":[],"header":[{"name":"X-Uberall-User-Id","in":"header","required":true,"schemaId":"schema_88","style":"simple","explode":false}],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/excel-exports/{id}","href":"dashboard/get_excel_export_job_by_id_dashboard","openApiOperationId":"get_excel_export_job_by_id_dashboard","summary":"Get Excel export job"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Excel export job details","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseExcelExportJobResponse"}},"schemaId":"components/schemas/BaseHttpResponseExcelExportJobResponse"}],"pointer":"/paths/~1dashboard~1excel-exports~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseExcelExportJobResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseExcelExportJobResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_excel_export_job_by_id_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/excel-exports/{id}"},{"label":"Update Excel export job","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/update_excel_export_job_by_id_dashboard","routeSlug":"/apis/swagger/dashboard/update_excel_export_job_by_id_dashboard","metadata":{"seo":{"title":"Update Excel export job","description":"Updates an existing Excel export job by its identifier. Currently toggles whether the user should be notified by email once the export is finished."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"update_excel_export_job_by_id_dashboard","name":"Update Excel export job","isWebhook":false,"pointer":"/paths/~1dashboard~1excel-exports~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update Excel export job","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Updates an existing Excel export job by its identifier. Currently toggles whether the user should be notified by email once the export is finished."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_92","required":true}],"pointer":"/paths/~1dashboard~1excel-exports~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Uberall-User-Id","in":"header","schemaId":"schema_88","required":true}],"pointer":"/paths/~1dashboard~1excel-exports~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateExcelExportJobRequest"}},"schemaId":"components/schemas/UpdateExcelExportJobRequest","pointer":"/paths/~1dashboard~1excel-exports~1{id}/patch/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/dashboard/excel-exports/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_92","style":"simple","explode":false}],"query":[],"querystring":[],"header":[{"name":"X-Uberall-User-Id","in":"header","required":true,"schemaId":"schema_88","style":"simple","explode":false}],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateExcelExportJobRequest"}},"responseCodes":["200"],"pointer":"/dashboard/excel-exports/{id}","href":"dashboard/update_excel_export_job_by_id_dashboard","openApiOperationId":"update_excel_export_job_by_id_dashboard","summary":"Update Excel export job"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/UpdateExcelExportJobRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateExcelExportJobRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Export job updated successfully","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseString"}},"schemaId":"components/schemas/BaseHttpResponseString"}],"pointer":"/paths/~1dashboard~1excel-exports~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseString","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseString"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/update_excel_export_job_by_id_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/excel-exports/{id}"},{"label":"Get current visibility index score for a location","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_current_visibility_index_score_by_location_id_dashboard","routeSlug":"/apis/swagger/dashboard/get_current_visibility_index_score_by_location_id_dashboard","metadata":{"seo":{"title":"Get current visibility index score for a location","description":"Returns the current visibility index score for a single location as of today. Scores are stored only when they change, so if there is no score dated today the most recent score on or before today is returned. Score is 0 if the location has no scores."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_current_visibility_index_score_by_location_id_dashboard","name":"Get current visibility index score for a location","isWebhook":false,"pointer":"/paths/~1dashboard~1visibility-index~1{locationId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get current visibility index score for a location","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the current visibility index score for a single location as of today. Scores are stored only when they change, so if there is no score dated today the most recent score on or before today is returned. Score is 0 if the location has no scores."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"locationId","in":"path","schemaId":"schema_88","description":"Identifier of the location to retrieve the current visibility index score for","required":true}],"pointer":"/paths/~1dashboard~1visibility-index~1{locationId}/get/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Uberall-Sales-Partner-Id","in":"header","schemaId":"schema_88","required":true}],"pointer":"/paths/~1dashboard~1visibility-index~1{locationId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/visibility-index/{locationId}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"locationId","in":"path","required":true,"schemaId":"schema_88","style":"simple","explode":false}],"query":[],"querystring":[],"header":[{"name":"X-Uberall-Sales-Partner-Id","in":"header","required":true,"schemaId":"schema_88","style":"simple","explode":false}],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/visibility-index/{locationId}","href":"dashboard/get_current_visibility_index_score_by_location_id_dashboard","openApiOperationId":"get_current_visibility_index_score_by_location_id_dashboard","summary":"Get current visibility index score for a location"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Current visibility index score for the location","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseCurrentVisibilityIndexScoreResponse"}},"schemaId":"components/schemas/BaseHttpResponseCurrentVisibilityIndexScoreResponse"}],"pointer":"/paths/~1dashboard~1visibility-index~1{locationId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseCurrentVisibilityIndexScoreResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseCurrentVisibilityIndexScoreResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_current_visibility_index_score_by_location_id_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/visibility-index/{locationId}"},{"label":"Get PDF generation job","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_by_id_dashboard","routeSlug":"/apis/swagger/dashboard/get_by_id_dashboard","metadata":{"seo":{"title":"Get PDF generation job","description":"Retrieves a PDF generation job by its id, including its current status and the file URL once the report has finished generating."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_by_id_dashboard","name":"Get PDF generation job","isWebhook":false,"pointer":"/paths/~1dashboard~1pdf~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get PDF generation job","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves a PDF generation job by its id, including its current status and the file URL once the report has finished generating."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_88","required":true}],"pointer":"/paths/~1dashboard~1pdf~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/pdf/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_88","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/pdf/{id}","href":"dashboard/get_by_id_dashboard","openApiOperationId":"get_by_id_dashboard","summary":"Get PDF generation job"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"PDF generation job with status and file URL","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponsePdfGenerationResponse"}},"schemaId":"components/schemas/BaseHttpResponsePdfGenerationResponse"}],"pointer":"/paths/~1dashboard~1pdf~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponsePdfGenerationResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponsePdfGenerationResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_by_id_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/pdf/{id}"},{"label":"Legacy get listings health for a location","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_listings_health_by_location_id_dashboard","routeSlug":"/apis/swagger/dashboard/get_listings_health_by_location_id_dashboard","metadata":{"seo":{"title":"Legacy get listings health for a location","description":"Retrieves the current listing sync status breakdown across all directories for a single location. Counts listings by status: in sync, being updated, linked, submitted, action required, and locations requiring sync. Reflects current state (no date range)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_listings_health_by_location_id_dashboard","name":"Legacy get listings health for a location","isWebhook":false,"pointer":"/paths/~1dashboard~1listing-health~1{locationId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Legacy get listings health for a location","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves the current listing sync status breakdown across all directories for a single location. Counts listings by status: in sync, being updated, linked, submitted, action required, and locations requiring sync. Reflects current state (no date range)."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"locationId","in":"path","schemaId":"schema_88","description":"Identifier of the location to retrieve listings health for","required":true}],"pointer":"/paths/~1dashboard~1listing-health~1{locationId}/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"v","in":"query","schemaId":"schema_78","description":"API version. Defaults to the latest version. Versions older than 20260713 additionally return the legacy directoriesMissingConnect, countLocationsNeedsReview and countFieldsInSync fields."}],"pointer":"/paths/~1dashboard~1listing-health~1{locationId}/get/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Uberall-Sales-Partner-Id","in":"header","schemaId":"schema_88","required":true}],"pointer":"/paths/~1dashboard~1listing-health~1{locationId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/listing-health/{locationId}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"locationId","in":"path","required":true,"schemaId":"schema_88","style":"simple","explode":false}],"query":[{"name":"v","in":"query","required":false,"example":20260713,"schemaId":"schema_78","style":"form","explode":true}],"querystring":[],"header":[{"name":"X-Uberall-Sales-Partner-Id","in":"header","required":true,"schemaId":"schema_88","style":"simple","explode":false}],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/listing-health/{locationId}","href":"dashboard/get_listings_health_by_location_id_dashboard","openApiOperationId":"get_listings_health_by_location_id_dashboard","summary":"Legacy get listings health for a location"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Listings health status breakdown for the location","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseString"}},"schemaId":"components/schemas/BaseHttpResponseString"}],"pointer":"/paths/~1dashboard~1listing-health~1{locationId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BaseHttpResponseString","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BaseHttpResponseString"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_listings_health_by_location_id_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/listing-health/{locationId}"},{"label":"Download Excel export file","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/download_excel_export_dashboard","routeSlug":"/apis/swagger/dashboard/download_excel_export_dashboard","metadata":{"seo":{"title":"Download Excel export file","description":"Downloads the generated Excel (.xlsx) file for a completed export job by its identifier. Returns the file as an attachment (application/octet-stream)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"download_excel_export_dashboard","name":"Download Excel export file","isWebhook":false,"pointer":"/paths/~1dashboard~1excel-exports~1{jobId}~1download/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Download Excel export file","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Downloads the generated Excel (.xlsx) file for a completed export job by its identifier. Returns the file as an attachment (application/octet-stream)."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"jobId","in":"path","schemaId":"schema_92","required":true}],"pointer":"/paths/~1dashboard~1excel-exports~1{jobId}~1download/get/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"X-Uberall-User-Id","in":"header","schemaId":"schema_88","required":true}],"pointer":"/paths/~1dashboard~1excel-exports~1{jobId}~1download/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/excel-exports/{jobId}/download","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"jobId","in":"path","required":true,"schemaId":"schema_92","style":"simple","explode":false}],"query":[],"querystring":[],"header":[{"name":"X-Uberall-User-Id","in":"header","required":true,"schemaId":"schema_88","style":"simple","explode":false}],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/excel-exports/{jobId}/download","href":"dashboard/download_excel_export_dashboard","openApiOperationId":"download_excel_export_dashboard","summary":"Download Excel export file"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Excel (.xlsx) file download. Each row is one location; columns are described by the schema below.","mediaType":"application/octet-stream","mediaTypes":["application/octet-stream"],"mediaTypeContent":{"application/octet-stream":{"schemaId":"schema_89"}},"schemaId":"schema_89"}],"pointer":"/paths/~1dashboard~1excel-exports~1{jobId}~1download/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_89","mediaTypes":["application/octet-stream"],"mediaTypeContent":{"application/octet-stream":{"schemaId":"schema_89"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/download_excel_export_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/excel-exports/{jobId}/download"},{"label":"Get next best actions","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_next_best_actions_dashboard","routeSlug":"/apis/swagger/dashboard/get_next_best_actions_dashboard","metadata":{"seo":{"title":"Get next best actions","description":"Deprecated. Returns the next best actions recommended for the given location."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_next_best_actions_dashboard","name":"Get next best actions","deprecated":true,"isWebhook":false,"pointer":"/paths/~1dashboard~1next-best-actions~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get next best actions","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deprecated. Returns the next best actions recommended for the given location."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_83","description":"The Uberall unique id for the location","required":true}],"pointer":"/paths/~1dashboard~1next-best-actions~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/next-best-actions/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_83","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/next-best-actions/{id}","href":"dashboard/get_next_best_actions_dashboard","openApiOperationId":"get_next_best_actions_dashboard","summary":"Get next best actions"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Next best actions for the location","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_83"}},"schemaId":"schema_83"}],"pointer":"/paths/~1dashboard~1next-best-actions~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_83","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_83"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_next_best_actions_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/next-best-actions/{id}"},{"label":"Get managers count","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard/get_managers_count_dashboard","routeSlug":"/apis/swagger/dashboard/get_managers_count_dashboard","metadata":{"seo":{"title":"Get managers count","description":"Deprecated. Returns the number of managers for the given location."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_managers_count_dashboard","name":"Get managers count","deprecated":true,"isWebhook":false,"pointer":"/paths/~1dashboard~1managers-count~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get managers count","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deprecated. Returns the number of managers for the given location. "},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_83","description":"The Uberall unique id for the location","required":true}],"pointer":"/paths/~1dashboard~1managers-count~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard/managers-count/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_83","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200"],"pointer":"/dashboard/managers-count/{id}","href":"dashboard/get_managers_count_dashboard","openApiOperationId":"get_managers_count_dashboard","summary":"Get managers count"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Location managers count","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_83"}},"schemaId":"schema_83"}],"pointer":"/paths/~1dashboard~1managers-count~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_83","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"schema_83"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard/get_managers_count_dashboard"}],"panels":[]}]},"httpPath":"/dashboard/managers-count/{id}"}],"content":{"contentType":"group","meta":{"name":"Dashboard"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Dashboard","showPageActions":true},{"nodeType":"markdoc","content":"Products - Dashboard"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/dashboard/visibility-index","summary":"Get visibility index score","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_visibility_index_score_dashboard","deprecated":false},{"title":"/dashboard/suppressed-duplicates","summary":"Get suppressed duplicate locations","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_suppressed_duplicate_locations_dashboard","deprecated":false},{"title":"/dashboard/search-keywords","summary":"Get search keywords","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_search_keywords_dashboard","deprecated":false},{"title":"/dashboard/review-response-time","summary":"Get review response time","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_review_response_time_dashboard","deprecated":false},{"title":"/dashboard/profile-completeness","summary":"Get profile completeness","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_profile_completeness_dashboard","deprecated":false},{"title":"/dashboard/listing-health","summary":"Get listings health","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_listings_health_dashboard","deprecated":false},{"title":"/dashboard/insights-data/warnings","summary":"Get insight data warnings","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_insight_data_warnings_dashboard","deprecated":false},{"title":"/dashboard/insights-data","summary":"Get insight metrics","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_insight_data_dashboard","deprecated":false},{"title":"/dashboard/export-insights-data-with-threshold","summary":"Export insights data with threshold","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/export_insights_data_with_threshold_dashboard","deprecated":false},{"title":"/dashboard/export-insights-data","summary":"Legacy Export Excel Report","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_report_data_legacy_dashboard","deprecated":false},{"title":"/dashboard/excel-export","summary":"Export Excel report","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_report_data_dashboard","deprecated":false},{"title":"/dashboard/data-availability","summary":"Get data availability date","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_data_availability_dashboard","deprecated":false},{"title":"/dashboard/customer-feedback/by-period","summary":"Get customer feedback by period","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_customer_feedback_by_period_dashboard","deprecated":false},{"title":"/dashboard/customer-feedback-keywords","summary":"Get customer feedback keywords","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_customer_feedback_keywords_dashboard","deprecated":false},{"title":"/dashboard/customer-feedback-by-period","summary":"Get customer feedback by period (legacy alias)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_customer_feedback_by_period_1_dashboard","deprecated":false},{"title":"/dashboard/customer-feedback","summary":"Get customer feedback overview","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_customer_feedback_dashboard","deprecated":false},{"title":"/dashboard/pdf/export-async/status","summary":"Update PDF generation status","prefix":{"name":"post","color":"post"},"badges":[],"link":"/dashboard/update_status_dashboard","deprecated":false},{"title":"/dashboard/pdf/export-async","summary":"Trigger async PDF report generation","prefix":{"name":"post","color":"post"},"badges":[],"link":"/dashboard/trigger_async_pdf_generation_dashboard","deprecated":false},{"title":"/dashboard/excel-exports","summary":"Create Excel export job","prefix":{"name":"post","color":"post"},"badges":[],"link":"/dashboard/create_excel_export_dashboard","deprecated":false},{"title":"/dashboard/excel-exports/{id}","summary":"Get Excel export job","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_excel_export_job_by_id_dashboard","deprecated":false},{"title":"/dashboard/excel-exports/{id}","summary":"Update Excel export job","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/dashboard/update_excel_export_job_by_id_dashboard","deprecated":false},{"title":"/dashboard/visibility-index/{locationId}","summary":"Get current visibility index score for a location","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_current_visibility_index_score_by_location_id_dashboard","deprecated":false},{"title":"/dashboard/pdf/{id}","summary":"Get PDF generation job","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_by_id_dashboard","deprecated":false},{"title":"/dashboard/listing-health/{locationId}","summary":"Legacy get listings health for a location","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/get_listings_health_by_location_id_dashboard","deprecated":false},{"title":"/dashboard/excel-exports/{jobId}/download","summary":"Download Excel export file","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard/download_excel_export_dashboard","deprecated":false},{"title":"/dashboard/next-best-actions/{id}","summary":"Get next best actions","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/dashboard/get_next_best_actions_dashboard","deprecated":true},{"title":"/dashboard/managers-count/{id}","summary":"Get managers count","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/dashboard/get_managers_count_dashboard","deprecated":true}]}]}]}]}},{"type":"group","label":"Dashboard Exports","link":"/apis/swagger/dashboard-exports","routeSlug":"/apis/swagger/dashboard-exports","items":[{"label":"Get a list of dashboard exports","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard-exports/get_dashboard_exports","routeSlug":"/apis/swagger/dashboard-exports/get_dashboard_exports","metadata":{"seo":{"title":"Get a list of dashboard exports","description":"Get a list of dashboard exports."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_dashboard_exports","name":"Get a list of dashboard exports","isWebhook":false,"pointer":"/paths/~1dashboard-exports/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a list of dashboard exports","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a list of dashboard exports."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"locationIds","in":"query","schemaId":"schema_67","description":"List of location IDs to filter by"},{"name":"max","in":"query","schemaId":"schema_69","description":"Max number of items to return"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"}],"pointer":"/paths/~1dashboard-exports/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard-exports","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"locationIds","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/dashboard-exports","href":"dashboard-exports/get_dashboard_exports","openApiOperationId":"get_dashboard_exports","summary":"Get a list of dashboard exports","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"List of dashboard exports successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DashboardExportDataListWrapper"}},"schemaId":"components/schemas/DashboardExportDataListWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1dashboard-exports/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DashboardExportDataListWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DashboardExportDataListWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard-exports/get_dashboard_exports"}],"panels":[]}]},"httpPath":"/dashboard-exports"},{"label":"Invoke a creation of a dashboard export","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard-exports/post_dashboard_exports","routeSlug":"/apis/swagger/dashboard-exports/post_dashboard_exports","metadata":{"seo":{"title":"Invoke a creation of a dashboard export","description":"Invoke creation of a dashboard export (in PDF format) asynchronously."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_dashboard_exports","name":"Invoke a creation of a dashboard export","isWebhook":false,"pointer":"/paths/~1dashboard-exports/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Invoke a creation of a dashboard export","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Invoke creation of a dashboard export (in PDF format) asynchronously."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"start","in":"query","schemaId":"schema_67","description":"Start date of export, in yyyy-MM-dd format","required":true,"example":"2017-01-01"},{"name":"end","in":"query","schemaId":"schema_67","description":"End date of export, in yyyy-MM-dd format","required":true,"example":"2017-12-31"},{"name":"group","in":"query","schemaId":"schema_67","description":"Grouping of the historical data","required":true},{"name":"whitelabelIdentifier","in":"query","schemaId":"schema_67","description":"Whitelabel identifier string","required":true},{"name":"locationIds","in":"query","schemaId":"schema_67","description":"List of location IDs","required":true},{"name":"language","in":"query","schemaId":"schema_67","description":"Language identifier (i.e. 'fr', 'de')","required":true,"example":"fr"}],"pointer":"/paths/~1dashboard-exports/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/CreatePDFValidatorCommand"}},"schemaId":"components/schemas/CreatePDFValidatorCommand","pointer":"/paths/~1dashboard-exports/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/dashboard-exports","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"start","in":"query","required":true,"example":"2017-01-01","schemaId":"schema_67","style":"form","explode":true},{"name":"end","in":"query","required":true,"example":"2017-12-31","schemaId":"schema_67","style":"form","explode":true},{"name":"group","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true},{"name":"whitelabelIdentifier","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true},{"name":"locationIds","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true},{"name":"language","in":"query","required":true,"example":"fr","schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"components/schemas/CreatePDFValidatorCommand"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/dashboard-exports","href":"dashboard-exports/post_dashboard_exports","openApiOperationId":"post_dashboard_exports","summary":"Invoke a creation of a dashboard export","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/CreatePDFValidatorCommand","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/CreatePDFValidatorCommand"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Export data created successfully","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DashboardExportDataWrapper"}},"schemaId":"components/schemas/DashboardExportDataWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1dashboard-exports/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DashboardExportDataWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DashboardExportDataWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard-exports/post_dashboard_exports"}],"panels":[]}]},"httpPath":"/dashboard-exports"},{"label":"Download the result of a dashboard export (a PDF file)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard-exports/get_dashboard_exports_id_download","routeSlug":"/apis/swagger/dashboard-exports/get_dashboard_exports_id_download","metadata":{"seo":{"title":"Download the result of a dashboard export (a PDF file)","description":"Download the result of a dashboard export (a PDF file)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_dashboard_exports_id_download","name":"Download the result of a dashboard export (a PDF file)","isWebhook":false,"pointer":"/paths/~1dashboard-exports~1{id}~1download/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Download the result of a dashboard export (a PDF file)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Download the result of a dashboard export (a PDF file)."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"DashboardExportData Id","required":true}],"pointer":"/paths/~1dashboard-exports~1{id}~1download/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard-exports/{id}/download","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/dashboard-exports/{id}/download","href":"dashboard-exports/get_dashboard_exports_id_download","openApiOperationId":"get_dashboard_exports_id_download","summary":"Download the result of a dashboard export (a PDF file)","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"PDF file successfully downloaded","mediaType":"application/pdf","mediaTypes":["application/pdf"],"mediaTypeContent":{"application/pdf":{"schemaId":"schema_93"}},"schemaId":"schema_93"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports~1{id}~1download/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports~1{id}~1download/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1dashboard-exports~1{id}~1download/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_93","mediaTypes":["application/pdf"],"mediaTypeContent":{"application/pdf":{"schemaId":"schema_93"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports~1{id}~1download/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports~1{id}~1download/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}~1download/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard-exports/get_dashboard_exports_id_download"}],"panels":[]}]},"httpPath":"/dashboard-exports/{id}/download"},{"label":"Get details of a dashboard export by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/dashboard-exports/get_dashboard_exports_id","routeSlug":"/apis/swagger/dashboard-exports/get_dashboard_exports_id","metadata":{"seo":{"title":"Get details of a dashboard export by ID","description":"Get details of dashboard export by ID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_dashboard_exports_id","name":"Get details of a dashboard export by ID","isWebhook":false,"pointer":"/paths/~1dashboard-exports~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get details of a dashboard export by ID","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get details of dashboard export by ID."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"DashboardExportData Id","required":true}],"pointer":"/paths/~1dashboard-exports~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dashboard-exports/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/dashboard-exports/{id}","href":"dashboard-exports/get_dashboard_exports_id","openApiOperationId":"get_dashboard_exports_id","summary":"Get details of a dashboard export by ID","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Details of dashboard found","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DashboardExportDataWrapper"}},"schemaId":"components/schemas/DashboardExportDataWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1dashboard-exports~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DashboardExportDataWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DashboardExportDataWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1dashboard-exports~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1dashboard-exports~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/dashboard-exports/get_dashboard_exports_id"}],"panels":[]}]},"httpPath":"/dashboard-exports/{id}"}],"content":{"contentType":"group","meta":{"name":"Dashboard Exports"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Dashboard Exports","showPageActions":true},{"nodeType":"markdoc","content":"Products - Analytics - Dashboard Exports"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/dashboard-exports","summary":"Get a list of dashboard exports","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard-exports/get_dashboard_exports","deprecated":false},{"title":"/dashboard-exports","summary":"Invoke a creation of a dashboard export","prefix":{"name":"post","color":"post"},"badges":[],"link":"/dashboard-exports/post_dashboard_exports","deprecated":false},{"title":"/dashboard-exports/{id}/download","summary":"Download the result of a dashboard export (a PDF file)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard-exports/get_dashboard_exports_id_download","deprecated":false},{"title":"/dashboard-exports/{id}","summary":"Get details of a dashboard export by ID","prefix":{"name":"get","color":"get"},"badges":[],"link":"/dashboard-exports/get_dashboard_exports_id","deprecated":false}]}]}]}]}},{"type":"group","label":"Data Point Filters","link":"/apis/swagger/data-point-filters","routeSlug":"/apis/swagger/data-point-filters","items":[{"label":"Get available filters for filtering data points","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-point-filters/get_data_points_filters","routeSlug":"/apis/swagger/data-point-filters/get_data_points_filters","metadata":{"seo":{"title":"Get available filters for filtering data points","description":"Get available filters for filtering data points, which the current api user has access to."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_data_points_filters","name":"Get available filters for filtering data points","isWebhook":false,"pointer":"/paths/~1data-points~1filters/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get available filters for filtering data points","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get available filters for filtering data points, which the current api user has access to."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"locationIds","in":"query","schemaId":"schema_71","description":"Applies a filter of locationIds"},{"name":"userId","in":"query","schemaId":"schema_67","description":"Shows the filters of the user with this id"}],"pointer":"/paths/~1data-points~1filters/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/data-points/filters","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"locationIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"userId","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/data-points/filters","href":"data-point-filters/get_data_points_filters","openApiOperationId":"get_data_points_filters","summary":"Get available filters for filtering data points","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FiltersResponseWrapper"}},"schemaId":"components/schemas/FiltersResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1data-points~1filters/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/FiltersResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FiltersResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-point-filters/get_data_points_filters"}],"panels":[]}]},"httpPath":"/data-points/filters"},{"label":"Create a new saved datapoint's filter","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-point-filters/post_data_points_filters","routeSlug":"/apis/swagger/data-point-filters/post_data_points_filters","metadata":{"seo":{"title":"Create a new saved datapoint's filter","description":"Creates a new DataPointFilter"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_data_points_filters","name":"Create a new saved datapoint's filter","isWebhook":false,"pointer":"/paths/~1data-points~1filters/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a new saved datapoint's filter","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a new DataPointFilter"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/DataPointFilter"}},"schemaId":"components/schemas/DataPointFilter","pointer":"/paths/~1data-points~1filters/post/requestBody","description":"DataPointFilter object that needs to be created"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/data-points/filters","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/DataPointFilter"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/data-points/filters","href":"data-point-filters/post_data_points_filters","openApiOperationId":"post_data_points_filters","summary":"Create a new saved datapoint's filter","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/DataPointFilter","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/DataPointFilter"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DataPointFilterResponseWrapper"}},"schemaId":"components/schemas/DataPointFilterResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1data-points~1filters/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointFilterResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DataPointFilterResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-point-filters/post_data_points_filters"}],"panels":[]}]},"httpPath":"/data-points/filters"},{"label":"Get a saved datapoint's filter","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-point-filters/get_data_points_filters_id","routeSlug":"/apis/swagger/data-point-filters/get_data_points_filters_id","metadata":{"seo":{"title":"Get a saved datapoint's filter","description":"The Uberall locationId"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_data_points_filters_id","name":"Get a saved datapoint's filter","isWebhook":false,"pointer":"/paths/~1data-points~1filters~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a saved datapoint's filter","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"The Uberall locationId"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"ID of a DataPointFilter","required":true}],"pointer":"/paths/~1data-points~1filters~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/data-points/filters/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/data-points/filters/{id}","href":"data-point-filters/get_data_points_filters_id","openApiOperationId":"get_data_points_filters_id","summary":"Get a saved datapoint's filter","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointFilterResponseWrapper"}},"schemaId":"components/schemas/DataPointFilterResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1data-points~1filters~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointFilterResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointFilterResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-point-filters/get_data_points_filters_id"}],"panels":[]}]},"httpPath":"/data-points/filters/{id}"},{"label":"Delete a saved datapoint's filter","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-point-filters/delete_data_points_filters_id","routeSlug":"/apis/swagger/data-point-filters/delete_data_points_filters_id","metadata":{"seo":{"title":"Delete a saved datapoint's filter","description":"Deletes a specific DataPointFilter"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_data_points_filters_id","name":"Delete a saved datapoint's filter","isWebhook":false,"pointer":"/paths/~1data-points~1filters~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a saved datapoint's filter","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes a specific DataPointFilter"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"ID of a DataPointFilter","required":true}],"pointer":"/paths/~1data-points~1filters~1{id}/delete/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"userId","in":"query","schemaId":"schema_69","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The user that is the owner of the filter. Required when request is done as API_ADMIN"},"children":[]}]}]}]}],"pointer":"/paths/~1data-points~1filters~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/data-points/filters/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"userId","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/data-points/filters/{id}","href":"data-point-filters/delete_data_points_filters_id","openApiOperationId":"delete_data_points_filters_id","summary":"Delete a saved datapoint's filter","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}},"schemaId":"components/schemas/SuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1data-points~1filters~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-point-filters/delete_data_points_filters_id"}],"panels":[]}]},"httpPath":"/data-points/filters/{id}"},{"label":"Update a saved datapoint's filter","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-point-filters/patch_data_points_filters_id","routeSlug":"/apis/swagger/data-point-filters/patch_data_points_filters_id","metadata":{"seo":{"title":"Update a saved datapoint's filter","description":"Changes a specific DataPointFilter"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_data_points_filters_id","name":"Update a saved datapoint's filter","isWebhook":false,"pointer":"/paths/~1data-points~1filters~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a saved datapoint's filter","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Changes a specific DataPointFilter"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"ID of a DataPointFilter","required":true}],"pointer":"/paths/~1data-points~1filters~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/DataPointFilter"}},"schemaId":"components/schemas/DataPointFilter","pointer":"/paths/~1data-points~1filters~1{id}/patch/requestBody","description":"A DataPointFilter object that needs to be updated"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/data-points/filters/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/DataPointFilter"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/data-points/filters/{id}","href":"data-point-filters/patch_data_points_filters_id","openApiOperationId":"patch_data_points_filters_id","summary":"Update a saved datapoint's filter","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/DataPointFilter","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/DataPointFilter"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointFilterResponseWrapper"}},"schemaId":"components/schemas/DataPointFilterResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1data-points~1filters~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointFilterResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointFilterResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-point-filters/patch_data_points_filters_id"}],"panels":[]}]},"httpPath":"/data-points/filters/{id}"},{"label":"List all saved datapoint's filters the user has access","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-point-filters/get_data_points_filters_list","routeSlug":"/apis/swagger/data-point-filters/get_data_points_filters_list","metadata":{"seo":{"title":"List all saved datapoint's filters the user has access","description":"Shows owned or subscribed DataPointFilters"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_data_points_filters_list","name":"List all saved datapoint's filters the user has access","isWebhook":false,"pointer":"/paths/~1data-points~1filters~1list/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List all saved datapoint's filters the user has access","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Shows owned or subscribed DataPointFilters"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"userId","in":"query","schemaId":"schema_67","description":"Shows the filters of the user with this id"}],"pointer":"/paths/~1data-points~1filters~1list/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/data-points/filters/list","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"userId","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/data-points/filters/list","href":"data-point-filters/get_data_points_filters_list","openApiOperationId":"get_data_points_filters_list","summary":"List all saved datapoint's filters the user has access","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointFiltersResponseWrapper"}},"schemaId":"components/schemas/DataPointFiltersResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1list/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1list/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1data-points~1filters~1list/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointFiltersResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointFiltersResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1list/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1list/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1list/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-point-filters/get_data_points_filters_list"}],"panels":[]}]},"httpPath":"/data-points/filters/list"},{"label":"Subscribe to a saved datapoint's filter","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-point-filters/post_data_points_filters_id_subscription","routeSlug":"/apis/swagger/data-point-filters/post_data_points_filters_id_subscription","metadata":{"seo":{"title":"Subscribe to a saved datapoint's filter","description":"Subscribe to a specific DataPointFilter"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_data_points_filters_id_subscription","name":"Subscribe to a saved datapoint's filter","isWebhook":false,"pointer":"/paths/~1data-points~1filters~1{id}~1subscription/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Subscribe to a saved datapoint's filter","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Subscribe to a specific DataPointFilter"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"ID of a DataPointFilter","required":true}],"pointer":"/paths/~1data-points~1filters~1{id}~1subscription/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"userId","in":"query","schemaId":"schema_69","description":"ID of a user that should be subscribed to the filter","required":true}],"pointer":"/paths/~1data-points~1filters~1{id}~1subscription/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/data-points/filters/{id}/subscription","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"userId","in":"query","required":true,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/data-points/filters/{id}/subscription","href":"data-point-filters/post_data_points_filters_id_subscription","openApiOperationId":"post_data_points_filters_id_subscription","summary":"Subscribe to a saved datapoint's filter","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointFilterResponseWrapper"}},"schemaId":"components/schemas/DataPointFilterResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}~1subscription/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}~1subscription/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1data-points~1filters~1{id}~1subscription/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointFilterResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointFilterResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}~1subscription/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}~1subscription/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-point-filters/post_data_points_filters_id_subscription"}],"panels":[]}]},"httpPath":"/data-points/filters/{id}/subscription"},{"label":"Unsubscribe from a saved datapoint's filter","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-point-filters/delete_data_points_filters_id_subscription","routeSlug":"/apis/swagger/data-point-filters/delete_data_points_filters_id_subscription","metadata":{"seo":{"title":"Unsubscribe from a saved datapoint's filter","description":"Unsubscribe from a specific DataPointFilter"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_data_points_filters_id_subscription","name":"Unsubscribe from a saved datapoint's filter","isWebhook":false,"pointer":"/paths/~1data-points~1filters~1{id}~1subscription/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Unsubscribe from a saved datapoint's filter","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Unsubscribe from a specific DataPointFilter"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"ID of a DataPointFilter","required":true}],"pointer":"/paths/~1data-points~1filters~1{id}~1subscription/delete/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"userId","in":"query","schemaId":"schema_69","description":"ID of a user that should be unsubscribed from the filter","required":true}],"pointer":"/paths/~1data-points~1filters~1{id}~1subscription/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/data-points/filters/{id}/subscription","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"userId","in":"query","required":true,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/data-points/filters/{id}/subscription","href":"data-point-filters/delete_data_points_filters_id_subscription","openApiOperationId":"delete_data_points_filters_id_subscription","summary":"Unsubscribe from a saved datapoint's filter","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointFilterResponseWrapper"}},"schemaId":"components/schemas/DataPointFilterResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1data-points~1filters~1{id}~1subscription/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointFilterResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointFilterResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1filters~1{id}~1subscription/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1filters~1{id}~1subscription/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-point-filters/delete_data_points_filters_id_subscription"}],"panels":[]}]},"httpPath":"/data-points/filters/{id}/subscription"}],"content":{"contentType":"group","meta":{"name":"Data Point Filters"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Data Point Filters","showPageActions":true},{"nodeType":"markdoc","content":"Products - Data Points - Data Point Filters"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/data-points/filters","summary":"Get available filters for filtering data points","prefix":{"name":"get","color":"get"},"badges":[],"link":"/data-point-filters/get_data_points_filters","deprecated":false},{"title":"/data-points/filters","summary":"Create a new saved datapoint's filter","prefix":{"name":"post","color":"post"},"badges":[],"link":"/data-point-filters/post_data_points_filters","deprecated":false},{"title":"/data-points/filters/{id}","summary":"Get a saved datapoint's filter","prefix":{"name":"get","color":"get"},"badges":[],"link":"/data-point-filters/get_data_points_filters_id","deprecated":false},{"title":"/data-points/filters/{id}","summary":"Delete a saved datapoint's filter","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/data-point-filters/delete_data_points_filters_id","deprecated":false},{"title":"/data-points/filters/{id}","summary":"Update a saved datapoint's filter","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/data-point-filters/patch_data_points_filters_id","deprecated":false},{"title":"/data-points/filters/list","summary":"List all saved datapoint's filters the user has access","prefix":{"name":"get","color":"get"},"badges":[],"link":"/data-point-filters/get_data_points_filters_list","deprecated":false},{"title":"/data-points/filters/{id}/subscription","summary":"Subscribe to a saved datapoint's filter","prefix":{"name":"post","color":"post"},"badges":[],"link":"/data-point-filters/post_data_points_filters_id_subscription","deprecated":false},{"title":"/data-points/filters/{id}/subscription","summary":"Unsubscribe from a saved datapoint's filter","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/data-point-filters/delete_data_points_filters_id_subscription","deprecated":false}]}]}]}]}},{"type":"group","label":"Data Points","link":"/apis/swagger/data-points","routeSlug":"/apis/swagger/data-points","items":[{"label":"Edit reply to a Data Point","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/put_data_points_id_reply_replyid_approval","routeSlug":"/apis/swagger/data-points/put_data_points_id_reply_replyid_approval","metadata":{"seo":{"title":"Edit reply to a Data Point","description":"Editing an existing reply that needs approval to a Data Point"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"put_data_points_id_reply_replyId_approval","name":"Edit reply to a Data Point","isWebhook":false,"pointer":"/paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Edit reply to a Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Editing an existing reply that needs approval to a Data Point"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The id of the root data point","required":true},{"name":"replyId","in":"path","schemaId":"schema_67","description":"The id  of the replying data point","required":true},{"name":"replyText","in":"path","schemaId":"schema_67","description":"The edited text of the reply","required":true}],"pointer":"/paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/data-points/{id}/reply/{replyId}/approval","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"replyId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"replyText","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/data-points/{id}/reply/{replyId}/approval","href":"data-points/put_data_points_id_reply_replyid_approval","openApiOperationId":"put_data_points_id_reply_replyId_approval","summary":"Edit reply to a Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointResponseWrapper"}},"schemaId":"components/schemas/DataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/put_data_points_id_reply_replyid_approval"}],"panels":[]}]},"httpPath":"/data-points/{id}/reply/{replyId}/approval"},{"label":"Approve reply to a Data Point","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/post_data_points_id_reply_replyid_approval","routeSlug":"/apis/swagger/data-points/post_data_points_id_reply_replyid_approval","metadata":{"seo":{"title":"Approve reply to a Data Point","description":"Approves a reply to a data point."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_data_points_id_reply_replyId_approval","name":"Approve reply to a Data Point","isWebhook":false,"pointer":"/paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Approve reply to a Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Approves a reply to a data point."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The id of the root data point","required":true},{"name":"replyId","in":"path","schemaId":"schema_67","description":"The id  of the replying data point","required":true}],"pointer":"/paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/data-points/{id}/reply/{replyId}/approval","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"replyId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/data-points/{id}/reply/{replyId}/approval","href":"data-points/post_data_points_id_reply_replyid_approval","openApiOperationId":"post_data_points_id_reply_replyId_approval","summary":"Approve reply to a Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointResponseWrapper"}},"schemaId":"components/schemas/DataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/post_data_points_id_reply_replyid_approval"}],"panels":[]}]},"httpPath":"/data-points/{id}/reply/{replyId}/approval"},{"label":"Reject a reply to a Data Point","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/delete_data_points_id_reply_replyid_approval","routeSlug":"/apis/swagger/data-points/delete_data_points_id_reply_replyid_approval","metadata":{"seo":{"title":"Reject a reply to a Data Point","description":"Deletes a reply to a data point that needs approval."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_data_points_id_reply_replyId_approval","name":"Reject a reply to a Data Point","isWebhook":false,"pointer":"/paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Reject a reply to a Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes a reply to a data point that needs approval."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The id of the root data point","required":true},{"name":"replyId","in":"path","schemaId":"schema_67","description":"The id  of the replying data point","required":true}],"pointer":"/paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/data-points/{id}/reply/{replyId}/approval","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"replyId","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/data-points/{id}/reply/{replyId}/approval","href":"data-points/delete_data_points_id_reply_replyid_approval","openApiOperationId":"delete_data_points_id_reply_replyId_approval","summary":"Reject a reply to a Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointResponseWrapper"}},"schemaId":"components/schemas/DataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/delete_data_points_id_reply_replyid_approval"}],"panels":[]}]},"httpPath":"/data-points/{id}/reply/{replyId}/approval"},{"label":"Report a Data Point","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/post_data_points_id_flag","routeSlug":"/apis/swagger/data-points/post_data_points_id_flag","metadata":{"seo":{"title":"Report a Data Point","description":"Flag a data point on the directory"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_data_points_id_flag","name":"Report a Data Point","isWebhook":false,"pointer":"/paths/~1data-points~1{id}~1flag/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Report a Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Flag a data point on the directory"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The data point id you want to report","required":true}],"pointer":"/paths/~1data-points~1{id}~1flag/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"flagType","in":"query","schemaId":"schema_67","description":"Must be one supported flagType for that directory","required":true,"example":"[OFFENSIVE, SPAM, NOLONGERRELEVANT, EXTERNAL_URL]"}],"pointer":"/paths/~1data-points~1{id}~1flag/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/data-points/{id}/flag","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"flagType","in":"query","required":true,"example":"[OFFENSIVE, SPAM, NOLONGERRELEVANT, EXTERNAL_URL]","schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/data-points/{id}/flag","href":"data-points/post_data_points_id_flag","openApiOperationId":"post_data_points_id_flag","summary":"Report a Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Data point flagged","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DataPointResponseWrapper"}},"schemaId":"components/schemas/DataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1flag/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1flag/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1data-points~1{id}~1flag/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1flag/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1flag/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1flag/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/post_data_points_id_flag"}],"panels":[]}]},"httpPath":"/data-points/{id}/flag"},{"label":"Get a Data Point","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/get_data_points_id","routeSlug":"/apis/swagger/data-points/get_data_points_id","metadata":{"seo":{"title":"Get a Data Point","description":"Get information about a single Data Point"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_data_points_id","name":"Get a Data Point","isWebhook":false,"pointer":"/paths/~1data-points~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get information about a single Data Point"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID of the data point you want to retrieve","required":true}],"pointer":"/paths/~1data-points~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/data-points/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/data-points/{id}","href":"data-points/get_data_points_id","openApiOperationId":"get_data_points_id","summary":"Get a Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointResponseWrapper"}},"schemaId":"components/schemas/DataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1data-points~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/get_data_points_id"}],"panels":[]}]},"httpPath":"/data-points/{id}"},{"label":"Like a Data Point","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/post_data_points_id_like","routeSlug":"/apis/swagger/data-points/post_data_points_id_like","metadata":{"seo":{"title":"Like a Data Point","description":"LIke a review (Facebook, Foursquare, ...)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_data_points_id_like","name":"Like a Data Point","isWebhook":false,"pointer":"/paths/~1data-points~1{id}~1like/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Like a Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"LIke a review (Facebook, Foursquare, ...)"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The data point id you want to like","required":true}],"pointer":"/paths/~1data-points~1{id}~1like/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/data-points/{id}/like","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/data-points/{id}/like","href":"data-points/post_data_points_id_like","openApiOperationId":"post_data_points_id_like","summary":"Like a Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Data point liked","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DataPointResponseWrapper"}},"schemaId":"components/schemas/DataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1like/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1like/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1data-points~1{id}~1like/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1like/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1like/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/post_data_points_id_like"}],"panels":[]}]},"httpPath":"/data-points/{id}/like"},{"label":"Unlike a Data Point","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/delete_data_points_id_like","routeSlug":"/apis/swagger/data-points/delete_data_points_id_like","metadata":{"seo":{"title":"Unlike a Data Point","description":"Unlike a review (Facebook, Foursquare, ...)"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_data_points_id_like","name":"Unlike a Data Point","isWebhook":false,"pointer":"/paths/~1data-points~1{id}~1like/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Unlike a Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Unlike a review (Facebook, Foursquare, ...)"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The data point id you want to unlike","required":true}],"pointer":"/paths/~1data-points~1{id}~1like/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/data-points/{id}/like","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/data-points/{id}/like","href":"data-points/delete_data_points_id_like","openApiOperationId":"delete_data_points_id_like","summary":"Unlike a Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Data point unliked","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DataPointResponseWrapper"}},"schemaId":"components/schemas/DataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1data-points~1{id}~1like/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1like/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/delete_data_points_id_like"}],"panels":[]}]},"httpPath":"/data-points/{id}/like"},{"label":"Moderate a Data Point","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/post_data_points_id_moderate","routeSlug":"/apis/swagger/data-points/post_data_points_id_moderate","metadata":{"seo":{"title":"Moderate a Data Point","description":"Moderate a Data Point.Only Data Points that belong to a WEBSITE_WIDGETS directory can be moderated."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_data_points_id_moderate","name":"Moderate a Data Point","isWebhook":false,"pointer":"/paths/~1data-points~1{id}~1moderate/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Moderate a Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Moderate a Data Point."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Only Data Points that belong to a WEBSITE_WIDGETS directory can be moderated."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID of the data point you want to moderate","required":true}],"pointer":"/paths/~1data-points~1{id}~1moderate/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"operation","in":"query","schemaId":"schema_67","description":"One of APPROVE or REJECT","required":true}],"pointer":"/paths/~1data-points~1{id}~1moderate/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/data-points/{id}/moderate","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"operation","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/data-points/{id}/moderate","href":"data-points/post_data_points_id_moderate","openApiOperationId":"post_data_points_id_moderate","summary":"Moderate a Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Data point moderated","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DataPointResponseWrapper"}},"schemaId":"components/schemas/DataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1moderate/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1moderate/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1data-points~1{id}~1moderate/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1moderate/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1moderate/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1moderate/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/post_data_points_id_moderate"}],"panels":[]}]},"httpPath":"/data-points/{id}/moderate"},{"label":"Mark as Read","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/post_data_points_read","routeSlug":"/apis/swagger/data-points/post_data_points_read","metadata":{"seo":{"title":"Mark as Read","description":"Mark one or several inbox items as read"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_data_points_read","name":"Mark as Read","isWebhook":false,"pointer":"/paths/~1data-points~1read/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Mark as Read","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Mark one or several inbox items as read"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"businessIds","in":"query","schemaId":"schema_71","description":"Filter by business ids"},{"name":"countries","in":"query","schemaId":"schema_71","description":"Filter by countries. ISO 3166-1 alpha-2 codes"},{"name":"zip","in":"query","schemaId":"schema_67","description":"Only change inbox items for locations where zip starts with given parameter"},{"name":"dataPointTypes","in":"query","schemaId":"schema_71","description":"Filter by type of datapoints","example":"[PHOTO, REVIEW, CHECKIN]"},{"name":"directoryTypes","in":"query","schemaId":"schema_71","description":"Filter by directories"},{"name":"ratings","in":"query","schemaId":"schema_71","description":"Only change inbox items with a rating included in ratings"},{"name":"replied","in":"query","schemaId":"schema_72","description":"Only show elements you have/you have not replied to"},{"name":"selectAll","in":"query","schemaId":"schema_72","description":"If all data points matching the current filter settings should be marked as read","required":true},{"name":"ids","in":"query","schemaId":"schema_71","description":"The uberall unique ids for the inbox items you want to mark as read"},{"name":"excludeIds","in":"query","schemaId":"schema_71","description":"If selectAll is set to true this parameter can contain a list of data point ids that should not be marked as read"},{"name":"query","in":"query","schemaId":"schema_67","description":"Filter by name"}],"pointer":"/paths/~1data-points~1read/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/data-points/read","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"businessIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"countries","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"zip","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"dataPointTypes","in":"query","required":false,"example":"[PHOTO, REVIEW, CHECKIN]","schemaId":"schema_71","style":"form","explode":true},{"name":"directoryTypes","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"ratings","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"replied","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"selectAll","in":"query","required":true,"schemaId":"schema_72","style":"form","explode":true},{"name":"ids","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"excludeIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/data-points/read","href":"data-points/post_data_points_read","openApiOperationId":"post_data_points_read","summary":"Mark as Read","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Inbox items marked as read","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}},"schemaId":"components/schemas/SuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1read/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1read/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1data-points~1read/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/error","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1read/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1read/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1read/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/post_data_points_read"}],"panels":[]}]},"httpPath":"/data-points/read"},{"label":"Mark as Unread","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/delete_data_points_read","routeSlug":"/apis/swagger/data-points/delete_data_points_read","metadata":{"seo":{"title":"Mark as Unread","description":"Mark one or several inbox items as unread"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_data_points_read","name":"Mark as Unread","isWebhook":false,"pointer":"/paths/~1data-points~1read/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Mark as Unread","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Mark one or several inbox items as unread"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"businessIds","in":"query","schemaId":"schema_71","description":"Filter by business ids"},{"name":"countries","in":"query","schemaId":"schema_71","description":"Filter by countries. ISO 3166-1 alpha-2 codes"},{"name":"zip","in":"query","schemaId":"schema_67","description":"Only change inbox items for locations where zip starts with given parameter"},{"name":"dataPointTypes","in":"query","schemaId":"schema_71","description":"Filter by type of datapoints","example":"[PHOTO, REVIEW, CHECKIN]"},{"name":"directoryTypes","in":"query","schemaId":"schema_71","description":"Filter by directories"},{"name":"ratings","in":"query","schemaId":"schema_71","description":"Only change inbox items with a rating included in ratings"},{"name":"replied","in":"query","schemaId":"schema_72","description":"Only show elements you have/you have not replied to"},{"name":"selectAll","in":"query","schemaId":"schema_72","description":"If all data points matching the current filter settings should be marked as unread","required":true},{"name":"ids","in":"query","schemaId":"schema_71","description":"The uberall unique ids for the inbox items you want to mark as unread"},{"name":"excludeIds","in":"query","schemaId":"schema_71","description":"If selectAll is set to true this parameter can contain a list of data point ids that should not be marked as unread"},{"name":"query","in":"query","schemaId":"schema_67","description":"Filter by name"}],"pointer":"/paths/~1data-points~1read/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/data-points/read","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"businessIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"countries","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"zip","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"dataPointTypes","in":"query","required":false,"example":"[PHOTO, REVIEW, CHECKIN]","schemaId":"schema_71","style":"form","explode":true},{"name":"directoryTypes","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"ratings","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"replied","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"selectAll","in":"query","required":true,"schemaId":"schema_72","style":"form","explode":true},{"name":"ids","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"excludeIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/data-points/read","href":"data-points/delete_data_points_read","openApiOperationId":"delete_data_points_read","summary":"Mark as Unread","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Inbox items marked as unread","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}},"schemaId":"components/schemas/SuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1read/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1read/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1data-points~1read/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/error","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1read/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1read/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1read/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/delete_data_points_read"}],"panels":[]}]},"httpPath":"/data-points/read"},{"label":"Get All Data Points","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/get_data_points","routeSlug":"/apis/swagger/data-points/get_data_points","metadata":{"seo":{"title":"Get All Data Points","description":"Get all data points, potentially filtered by directory, business, rating..."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_data_points","name":"Get All Data Points","isWebhook":false,"pointer":"/paths/~1data-points/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Data Points","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get all data points, potentially filtered by directory, business, rating..."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"max","in":"query","schemaId":"schema_69","description":"Used for pagination. Maximum number of results per page"},{"name":"page","in":"query","schemaId":"schema_69","description":"The page number for pagination"},{"name":"labels","in":"query","schemaId":"schema_71","description":"Filter by location labels"},{"name":"countries","in":"query","schemaId":"schema_71","description":"The countries you want data points for. ISO 3166-1 alpha-2 codes"},{"name":"businessIds","in":"query","schemaId":"schema_71","description":"Ids of businesses you want data points for"},{"name":"locationIds","in":"query","schemaId":"schema_71","description":"The ids of the locations you want data points for"},{"name":"zip","in":"query","schemaId":"schema_67","description":"Only return inbox items for locations where zip starts with given parameter"},{"name":"dataPointTypes","in":"query","schemaId":"schema_71","description":"Types of datapoints you want inbox items for","example":"[PHOTO, REVIEW, CHECKIN]"},{"name":"directoryTypes","in":"query","schemaId":"schema_71","description":"Directories you want inbox items for"},{"name":"ratings","in":"query","schemaId":"schema_71","description":"Only return inbox items with a rating included in ratings"},{"name":"read","in":"query","schemaId":"schema_72","description":"Only return data points that are read (true) or unread (false). If omitted, returns all."},{"name":"replied","in":"query","schemaId":"schema_72","description":"Only show elements you have/you have not replied to"},{"name":"text","in":"query","schemaId":"schema_72","description":"Only return data points with text or without"},{"name":"query","in":"query","schemaId":"schema_67","description":"Filter by name"},{"name":"minActionDate","in":"query","schemaId":"schema_67","description":"The min publication date of the DataPoint as unix timestamp in milliseconds.\n                            The publication date (actionDate) is the date the content was published on the directory;\n                            for directories that report edits (e.g. Google) it moves to the most recent edit by the author.\n                            For API versions before 20210215 this parameter is interpreted as minThreadActionDate for backward compatibility","example":1514764800000},{"name":"maxActionDate","in":"query","schemaId":"schema_67","description":"The max publication date of the DataPoint as unix timestamp in milliseconds.\n                            The publication date (actionDate) is the date the content was published on the directory;\n                            for directories that report edits (e.g. Google) it moves to the most recent edit by the author.\n                            For API versions before 20210215 this parameter is interpreted as maxThreadActionDate for backward compatibility","example":1514764800000},{"name":"minThreadActionDate","in":"query","schemaId":"schema_67","description":"The min date of the latest consumer activity on the DataPoint as unix timestamp in milliseconds.\n                            Consumer activity includes the original publication, edits by the author and new consumer comments; replies by the location owner do not update this date.\n                            To also match data points by owner-reply activity, combine with includeRepliedInDateRange","example":1514764800000},{"name":"maxThreadActionDate","in":"query","schemaId":"schema_67","description":"The max date of the latest consumer activity on the DataPoint as unix timestamp in milliseconds.\n                            Consumer activity includes the original publication, edits by the author and new consumer comments; replies by the location owner do not update this date.\n                            To also match data points by owner-reply activity, combine with includeRepliedInDateRange","example":1514764800000},{"name":"includeRepliedInDateRange","in":"query","schemaId":"schema_72","description":"When true, also returns data points whose owner reply was created or updated within the given date range, even if the data point itself falls outside it.\n                                    Has an effect only when at least one date filter is supplied and the feature is enabled for your sales partner; contact support to enable it.\n                                    Intended for incremental synchronization over bounded date ranges."},{"name":"fieldMask","in":"query","schemaId":"schema_67","description":"The fields you want to include in the response"}],"pointer":"/paths/~1data-points/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/data-points","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"page","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"countries","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"zip","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"dataPointTypes","in":"query","required":false,"example":"[PHOTO, REVIEW, CHECKIN]","schemaId":"schema_71","style":"form","explode":true},{"name":"directoryTypes","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"ratings","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"read","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"replied","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"text","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"minActionDate","in":"query","required":false,"example":1514764800000,"schemaId":"schema_67","style":"form","explode":true},{"name":"maxActionDate","in":"query","required":false,"example":1514764800000,"schemaId":"schema_67","style":"form","explode":true},{"name":"minThreadActionDate","in":"query","required":false,"example":1514764800000,"schemaId":"schema_67","style":"form","explode":true},{"name":"maxThreadActionDate","in":"query","required":false,"example":1514764800000,"schemaId":"schema_67","style":"form","explode":true},{"name":"includeRepliedInDateRange","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"fieldMask","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/data-points","href":"data-points/get_data_points","openApiOperationId":"get_data_points","summary":"Get All Data Points","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/InboxResponseWrapper"}},"schemaId":"components/schemas/InboxResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points/get/responses/400/content/application~1json/examples/error","paths/~1data-points/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points/get/responses/400/content/application~1json/examples/error","paths/~1data-points/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1data-points/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/InboxResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/InboxResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points/get/responses/400/content/application~1json/examples/error","paths/~1data-points/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points/get/responses/400/content/application~1json/examples/error","paths/~1data-points/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/get_data_points"}],"panels":[]}]},"httpPath":"/data-points"},{"label":"Reply to a Data Point","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/patch_data_points_id_reply","routeSlug":"/apis/swagger/data-points/patch_data_points_id_reply","metadata":{"seo":{"title":"Reply to a Data Point","description":"Reply with a text to a Data Point, e.g. a review"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_data_points_id_reply","name":"Reply to a Data Point","isWebhook":false,"pointer":"/paths/~1data-points~1{id}~1reply/patch","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Reply to a Data Point","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Reply with a text to a Data Point, e.g. a review"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID of the data point you want to reply to","required":true}],"pointer":"/paths/~1data-points~1{id}~1reply/patch/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"reply","in":"query","schemaId":"schema_67","description":"The text you want to reply, on most directories this will be published and can be read by the author of the original data point","required":true}],"pointer":"/paths/~1data-points~1{id}~1reply/patch/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/data-points/{id}/reply","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"reply","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/data-points/{id}/reply","href":"data-points/patch_data_points_id_reply","openApiOperationId":"patch_data_points_id_reply","summary":"Reply to a Data Point","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Reply sent","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DataPointResponseWrapper"}},"schemaId":"components/schemas/DataPointResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1data-points~1{id}~1reply/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DataPointResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/error","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1{id}~1reply/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/patch_data_points_id_reply"}],"panels":[]}]},"httpPath":"/data-points/{id}/reply"},{"label":"Get Data Points' Statistics","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/get_data_points_statistics","routeSlug":"/apis/swagger/data-points/get_data_points_statistics","metadata":{"seo":{"title":"Get Data Points' Statistics","description":"Returns statistics about the locations inbox."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_data_points_statistics","name":"Get Data Points' Statistics","isWebhook":false,"pointer":"/paths/~1data-points~1statistics/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Data Points' Statistics","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns statistics about the locations inbox."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"businessIds","in":"query","schemaId":"schema_71","description":"Ids of businesses you want inbox statistics for"},{"name":"countries","in":"query","schemaId":"schema_71","description":"The countries you want data points' statistics for. ISO 3166-1 alpha-2 codes"},{"name":"locationIds","in":"query","schemaId":"schema_71","description":"Only consider data points belonging to any of these locationIds"},{"name":"dataPointTypes","in":"query","schemaId":"schema_71","description":"Types of datapoints you want inbox statistics for","example":"[PHOTO, REVIEW, CHECKIN]"},{"name":"directoryTypes","in":"query","schemaId":"schema_71","description":"Directories you want inbox statistics for"},{"name":"ratings","in":"query","schemaId":"schema_71","description":"Ratings of datapoints you want inbox statistics for."},{"name":"minActionDate","in":"query","schemaId":"schema_67","description":"Only consider data points published on the directory after that date, as unix timestamp in milliseconds;\n                            for directories that report edits (e.g. Google) the publication date moves to the most recent edit by the author.\n                            For API versions before 20210215 this parameter is interpreted as minThreadActionDate for backward compatibility"},{"name":"maxActionDate","in":"query","schemaId":"schema_67","description":"Only consider data points published on the directory before that date, as unix timestamp in milliseconds;\n                            for directories that report edits (e.g. Google) the publication date moves to the most recent edit by the author.\n                            For API versions before 20210215 this parameter is interpreted as maxThreadActionDate for backward compatibility"},{"name":"minThreadActionDate","in":"query","schemaId":"schema_67","description":"The min date of the latest consumer activity on the DataPoint as unix timestamp in milliseconds.\n                            Consumer activity includes the original publication, edits by the author and new consumer comments; replies by the location owner do not update this date","example":1514764800000},{"name":"maxThreadActionDate","in":"query","schemaId":"schema_67","description":"The max date of the latest consumer activity on the DataPoint as unix timestamp in milliseconds.\n                            Consumer activity includes the original publication, edits by the author and new consumer comments; replies by the location owner do not update this date","example":1514764800000},{"name":"query","in":"query","schemaId":"schema_67","description":"Filter by name"},{"name":"read","in":"query","schemaId":"schema_72","description":"Only consider data points that the current user has already read"},{"name":"replied","in":"query","schemaId":"schema_72","description":"Only consider data points that are either replied or not replieds"}],"pointer":"/paths/~1data-points~1statistics/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/data-points/statistics","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"businessIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"countries","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"dataPointTypes","in":"query","required":false,"example":"[PHOTO, REVIEW, CHECKIN]","schemaId":"schema_71","style":"form","explode":true},{"name":"directoryTypes","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"ratings","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"minActionDate","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"maxActionDate","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"minThreadActionDate","in":"query","required":false,"example":1514764800000,"schemaId":"schema_67","style":"form","explode":true},{"name":"maxThreadActionDate","in":"query","required":false,"example":1514764800000,"schemaId":"schema_67","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"read","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"replied","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/data-points/statistics","href":"data-points/get_data_points_statistics","openApiOperationId":"get_data_points_statistics","summary":"Get Data Points' Statistics","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DatapointStatisticsResponseWrapper"}},"schemaId":"components/schemas/DatapointStatisticsResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1data-points~1statistics/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DatapointStatisticsResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DatapointStatisticsResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1statistics/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/get_data_points_statistics"}],"panels":[]}]},"httpPath":"/data-points/statistics"},{"label":"Get Data Points' time series","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/data-points/get_data_points_timeseries","routeSlug":"/apis/swagger/data-points/get_data_points_timeseries","metadata":{"seo":{"title":"Get Data Points' time series","description":"Returns time series of Data Points"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_data_points_timeseries","name":"Get Data Points' time series","isWebhook":false,"pointer":"/paths/~1data-points~1timeseries/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Data Points' time series","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns time series of Data Points"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"dataPointTypes","in":"query","schemaId":"schema_71","description":"Types of datapoints you want inbox statistics for","example":"[PHOTO, REVIEW, CHECKIN]"},{"name":"directoryTypes","in":"query","schemaId":"schema_71","description":"Directories you want data points time series for"},{"name":"businessIds","in":"query","schemaId":"schema_71","description":"Ids of businesses you want data points for"},{"name":"zip","in":"query","schemaId":"schema_67","description":"Only return Data Points time series for locations where zip starts with given parameter"},{"name":"ratings","in":"query","schemaId":"schema_71","description":"Only return Data Points with a rating included in ratings"},{"name":"read","in":"query","schemaId":"schema_72","description":"Only show read/not read elements"},{"name":"replied","in":"query","schemaId":"schema_72","description":"Only show elements you have/you have not replied to"},{"name":"countries","in":"query","schemaId":"schema_71","description":"The countries you want data points for. ISO 3166-1 alpha-2 codes"}],"pointer":"/paths/~1data-points~1timeseries/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/data-points/timeseries","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"dataPointTypes","in":"query","required":false,"example":"[PHOTO, REVIEW, CHECKIN]","schemaId":"schema_71","style":"form","explode":true},{"name":"directoryTypes","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"zip","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"ratings","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"read","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"replied","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"countries","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/data-points/timeseries","href":"data-points/get_data_points_timeseries","openApiOperationId":"get_data_points_timeseries","summary":"Get Data Points' time series","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointTimeSeriesResponseWrapper"}},"schemaId":"components/schemas/DataPointTimeSeriesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1timeseries/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1timeseries/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1data-points~1timeseries/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DataPointTimeSeriesResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DataPointTimeSeriesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/wrong_type","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/error","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/bad_request","paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/unauthorized","paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_token","paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1timeseries/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/403/content/application~1json/examples/forbidden","paths/~1data-points~1timeseries/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1data-points~1timeseries/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-points/get_data_points_timeseries"}],"panels":[]}]},"httpPath":"/data-points/timeseries"}],"content":{"contentType":"group","meta":{"name":"Data Points"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Data Points","showPageActions":true},{"nodeType":"markdoc","content":"Products - Data Points"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/data-points/{id}/reply/{replyId}/approval","summary":"Edit reply to a Data Point","prefix":{"name":"put","color":"put"},"badges":[],"link":"/data-points/put_data_points_id_reply_replyid_approval","deprecated":false},{"title":"/data-points/{id}/reply/{replyId}/approval","summary":"Approve reply to a Data Point","prefix":{"name":"post","color":"post"},"badges":[],"link":"/data-points/post_data_points_id_reply_replyid_approval","deprecated":false},{"title":"/data-points/{id}/reply/{replyId}/approval","summary":"Reject a reply to a Data Point","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/data-points/delete_data_points_id_reply_replyid_approval","deprecated":false},{"title":"/data-points/{id}/flag","summary":"Report a Data Point","prefix":{"name":"post","color":"post"},"badges":[],"link":"/data-points/post_data_points_id_flag","deprecated":false},{"title":"/data-points/{id}","summary":"Get a Data Point","prefix":{"name":"get","color":"get"},"badges":[],"link":"/data-points/get_data_points_id","deprecated":false},{"title":"/data-points/{id}/like","summary":"Like a Data Point","prefix":{"name":"post","color":"post"},"badges":[],"link":"/data-points/post_data_points_id_like","deprecated":false},{"title":"/data-points/{id}/like","summary":"Unlike a Data Point","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/data-points/delete_data_points_id_like","deprecated":false},{"title":"/data-points/{id}/moderate","summary":"Moderate a Data Point","prefix":{"name":"post","color":"post"},"badges":[],"link":"/data-points/post_data_points_id_moderate","deprecated":false},{"title":"/data-points/read","summary":"Mark as Read","prefix":{"name":"post","color":"post"},"badges":[],"link":"/data-points/post_data_points_read","deprecated":false},{"title":"/data-points/read","summary":"Mark as Unread","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/data-points/delete_data_points_read","deprecated":false},{"title":"/data-points","summary":"Get All Data Points","prefix":{"name":"get","color":"get"},"badges":[],"link":"/data-points/get_data_points","deprecated":false},{"title":"/data-points/{id}/reply","summary":"Reply to a Data Point","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/data-points/patch_data_points_id_reply","deprecated":false},{"title":"/data-points/statistics","summary":"Get Data Points' Statistics","prefix":{"name":"get","color":"get"},"badges":[],"link":"/data-points/get_data_points_statistics","deprecated":false},{"title":"/data-points/timeseries","summary":"Get Data Points' time series","prefix":{"name":"get","color":"get"},"badges":[],"link":"/data-points/get_data_points_timeseries","deprecated":false}]}]}]}]}},{"type":"group","label":"Digital Asset Management","link":"/apis/swagger/digital-asset-management","routeSlug":"/apis/swagger/digital-asset-management","items":[{"label":"Create a new social template as a digital asset","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/digital-asset-management/post_social_templates","routeSlug":"/apis/swagger/digital-asset-management/post_social_templates","metadata":{"seo":{"title":"Create a new social template as a digital asset","description":"Create a new social template as a part of the Digital Asset Management (DAM) framework."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_social_templates","name":"Create a new social template as a digital asset","isWebhook":false,"pointer":"/paths/~1social-templates/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a new social template as a digital asset","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a new social template as a part of the Digital Asset Management (DAM) framework."},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_94"}},"schemaId":"schema_94","pointer":"/paths/~1social-templates/post/requestBody","description":"A SocialPostTemplate object that should be created"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/social-templates","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"*/*":{"schemaId":"schema_94"}},"responseCodes":["200","400","403","404","409"],"pointer":"/social-templates","href":"digital-asset-management/post_social_templates","openApiOperationId":"post_social_templates","summary":"Create a new social template as a digital asset"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_94","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_94"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Social Template created","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SocialPostTemplateResponseWrapper"}},"schemaId":"components/schemas/SocialPostTemplateResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-templates/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-templates/post/responses/400/content/application~1json/examples/wrong_type","paths/~1social-templates/post/responses/400/content/application~1json/examples/error","paths/~1social-templates/post/responses/400/content/application~1json/examples/bad_request","paths/~1social-templates/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-templates/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-templates/post/responses/400/content/application~1json/examples/wrong_type","paths/~1social-templates/post/responses/400/content/application~1json/examples/error","paths/~1social-templates/post/responses/400/content/application~1json/examples/bad_request","paths/~1social-templates/post/responses/400/content/application~1json/examples/user_error"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/403/content/application~1json/examples/forbidden","paths/~1social-templates/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/403/content/application~1json/examples/forbidden","paths/~1social-templates/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1social-templates/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SocialPostTemplateResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SocialPostTemplateResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-templates/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-templates/post/responses/400/content/application~1json/examples/wrong_type","paths/~1social-templates/post/responses/400/content/application~1json/examples/error","paths/~1social-templates/post/responses/400/content/application~1json/examples/bad_request","paths/~1social-templates/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-templates/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-templates/post/responses/400/content/application~1json/examples/wrong_type","paths/~1social-templates/post/responses/400/content/application~1json/examples/error","paths/~1social-templates/post/responses/400/content/application~1json/examples/bad_request","paths/~1social-templates/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/403/content/application~1json/examples/forbidden","paths/~1social-templates/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/403/content/application~1json/examples/forbidden","paths/~1social-templates/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/digital-asset-management/post_social_templates"}],"panels":[]}]},"httpPath":"/social-templates"},{"label":"Edit an existing social template","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/digital-asset-management/patch_social_templates_id","routeSlug":"/apis/swagger/digital-asset-management/patch_social_templates_id","metadata":{"seo":{"title":"Edit an existing social template","description":"Edit an existing social template identified by its unique uberall ID"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_social_templates_id","name":"Edit an existing social template","isWebhook":false,"pointer":"/paths/~1social-templates~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Edit an existing social template","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Edit an existing social template identified by its unique uberall ID"},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The unique uberall ID for the Social Post Template you want to edit","required":true}],"pointer":"/paths/~1social-templates~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_95"}},"schemaId":"schema_95","pointer":"/paths/~1social-templates~1{id}/patch/requestBody","description":"A SocialPostTemplate object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/social-templates/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"*/*":{"schemaId":"schema_95"}},"responseCodes":["200","400","403","404","409"],"pointer":"/social-templates/{id}","href":"digital-asset-management/patch_social_templates_id","openApiOperationId":"patch_social_templates_id","summary":"Edit an existing social template"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_95","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_95"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Social Template updated","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SocialPostTemplateResponseWrapper"}},"schemaId":"components/schemas/SocialPostTemplateResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1social-templates~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1social-templates~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1social-templates~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SocialPostTemplateResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SocialPostTemplateResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1social-templates~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1social-templates~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-templates~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/digital-asset-management/patch_social_templates_id"}],"panels":[]}]},"httpPath":"/social-templates/{id}"},{"label":"List assets","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/digital-asset-management/list_digital_asset_management","routeSlug":"/apis/swagger/digital-asset-management/list_digital_asset_management","metadata":{"seo":{"title":"List assets","description":"Returns enriched assets visible to the user. Requires either type or folder_ids."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"list_digital_asset_management","name":"List assets","isWebhook":false,"pointer":"/paths/~1dam~1assets/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List assets","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns enriched assets visible to the user. Requires either type or folder_ids."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"type","in":"query","schemaId":"components/schemas/BaseAsset.Type"},{"name":"status","in":"query","schemaId":"components/schemas/BaseAsset.Status"},{"name":"query","in":"query","schemaId":"schema_96"},{"name":"folder_ids","in":"query","schemaId":"schema_97"},{"name":"folder_statuses","in":"query","schemaId":"schema_98"},{"name":"location_ids","in":"query","schemaId":"schema_97"},{"name":"business_ids","in":"query","schemaId":"schema_97"},{"name":"size","in":"query","schemaId":"schema_99","required":true},{"name":"page","in":"query","schemaId":"schema_100","required":true}],"pointer":"/paths/~1dam~1assets/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dam/assets","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"type","in":"query","required":false,"schemaId":"components/schemas/BaseAsset.Type","style":"form","explode":true},{"name":"status","in":"query","required":false,"schemaId":"components/schemas/BaseAsset.Status","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"folder_ids","in":"query","required":false,"schemaId":"schema_97","style":"form","explode":true},{"name":"folder_statuses","in":"query","required":false,"schemaId":"schema_98","style":"form","explode":true},{"name":"location_ids","in":"query","required":false,"schemaId":"schema_97","style":"form","explode":true},{"name":"business_ids","in":"query","required":false,"schemaId":"schema_97","style":"form","explode":true},{"name":"size","in":"query","required":true,"schemaId":"schema_99","style":"form","explode":true},{"name":"page","in":"query","required":true,"schemaId":"schema_100","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403"],"pointer":"/dam/assets","href":"digital-asset-management/list_digital_asset_management","openApiOperationId":"list_digital_asset_management","summary":"List assets"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ListEnrichedAssetResponse"}},"schemaId":"components/schemas/ListEnrichedAssetResponse"},{"code":"400","description":"Bad Request"},{"code":"403","description":"Forbidden"}],"pointer":"/paths/~1dam~1assets/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ListEnrichedAssetResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ListEnrichedAssetResponse"}}},{"code":"400"},{"code":"403"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/digital-asset-management/list_digital_asset_management"}],"panels":[]}]},"httpPath":"/dam/assets"},{"label":"Get an asset","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/digital-asset-management/get_digital_asset_management","routeSlug":"/apis/swagger/digital-asset-management/get_digital_asset_management","metadata":{"seo":{"title":"Get an asset","description":"Retrieves a single enriched asset by its ID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_digital_asset_management","name":"Get an asset","isWebhook":false,"pointer":"/paths/~1dam~1assets~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get an asset","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves a single enriched asset by its ID."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_69","required":true}],"pointer":"/paths/~1dam~1assets~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dam/assets/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_69","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/dam/assets/{id}","href":"digital-asset-management/get_digital_asset_management","openApiOperationId":"get_digital_asset_management","summary":"Get an asset"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/EnrichedAssetResponse"}},"schemaId":"components/schemas/EnrichedAssetResponse"},{"code":"400","description":"Bad Request"},{"code":"403","description":"Forbidden"},{"code":"404","description":"Not Found"}],"pointer":"/paths/~1dam~1assets~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/EnrichedAssetResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/EnrichedAssetResponse"}}},{"code":"400"},{"code":"403"},{"code":"404"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/digital-asset-management/get_digital_asset_management"}],"panels":[]}]},"httpPath":"/dam/assets/{id}"},{"label":"Delete an asset","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/digital-asset-management/delete_digital_asset_management","routeSlug":"/apis/swagger/digital-asset-management/delete_digital_asset_management","metadata":{"seo":{"title":"Delete an asset","description":"Deletes an asset by its ID. It also deletes the associated template"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_digital_asset_management","name":"Delete an asset","isWebhook":false,"pointer":"/paths/~1dam~1assets~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete an asset","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes an asset by its ID. It also deletes the associated template"},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_69","required":true}],"pointer":"/paths/~1dam~1assets~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/dam/assets/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_69","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/dam/assets/{id}","href":"digital-asset-management/delete_digital_asset_management","openApiOperationId":"delete_digital_asset_management","summary":"Delete an asset"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CreatePDFValidatorCommand"}},"schemaId":"components/schemas/CreatePDFValidatorCommand"},{"code":"400","description":"Bad Request"},{"code":"403","description":"Forbidden"},{"code":"404","description":"Not Found"}],"pointer":"/paths/~1dam~1assets~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CreatePDFValidatorCommand","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CreatePDFValidatorCommand"}}},{"code":"400"},{"code":"403"},{"code":"404"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/digital-asset-management/delete_digital_asset_management"}],"panels":[]}]},"httpPath":"/dam/assets/{id}"},{"label":"Update an asset","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/digital-asset-management/update_digital_asset_management","routeSlug":"/apis/swagger/digital-asset-management/update_digital_asset_management","metadata":{"seo":{"title":"Update an asset","description":"Updates an existing asset by its ID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"update_digital_asset_management","name":"Update an asset","isWebhook":false,"pointer":"/paths/~1dam~1assets~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update an asset","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Updates an existing asset by its ID."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_69","required":true}],"pointer":"/paths/~1dam~1assets~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateAssetRequest"}},"schemaId":"components/schemas/UpdateAssetRequest","pointer":"/paths/~1dam~1assets~1{id}/patch/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/dam/assets/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_69","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateAssetRequest"}},"responseCodes":["200","400","403","404"],"pointer":"/dam/assets/{id}","href":"digital-asset-management/update_digital_asset_management","openApiOperationId":"update_digital_asset_management","summary":"Update an asset"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/UpdateAssetRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateAssetRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/AssetResponse"}},"schemaId":"components/schemas/AssetResponse"},{"code":"400","description":"Bad Request"},{"code":"403","description":"Forbidden"},{"code":"404","description":"Not Found"}],"pointer":"/paths/~1dam~1assets~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/AssetResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/AssetResponse"}}},{"code":"400"},{"code":"403"},{"code":"404"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/digital-asset-management/update_digital_asset_management"}],"panels":[]}]},"httpPath":"/dam/assets/{id}"},{"label":"List folders","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/digital-asset-management/list_1_digital_asset_management","routeSlug":"/apis/swagger/digital-asset-management/list_1_digital_asset_management","metadata":{"seo":{"title":"List folders","description":"Returns folders accessible to the current user."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"list_1_digital_asset_management","name":"List folders","isWebhook":false,"pointer":"/paths/~1dam~1folders/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List folders","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns folders accessible to the current user."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"type","in":"query","schemaId":"components/schemas/BaseAsset.Type","required":true},{"name":"statuses","in":"query","schemaId":"schema_98"},{"name":"asset_statuses","in":"query","schemaId":"schema_98"},{"name":"location_ids","in":"query","schemaId":"schema_97"}],"pointer":"/paths/~1dam~1folders/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dam/folders","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"type","in":"query","required":true,"schemaId":"components/schemas/BaseAsset.Type","style":"form","explode":true},{"name":"statuses","in":"query","required":false,"schemaId":"schema_98","style":"form","explode":true},{"name":"asset_statuses","in":"query","required":false,"schemaId":"schema_98","style":"form","explode":true},{"name":"location_ids","in":"query","required":false,"schemaId":"schema_97","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403"],"pointer":"/dam/folders","href":"digital-asset-management/list_1_digital_asset_management","openApiOperationId":"list_1_digital_asset_management","summary":"List folders"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ListFolderResponse"}},"schemaId":"components/schemas/ListFolderResponse"},{"code":"400","description":"Bad Request"},{"code":"403","description":"Forbidden"}],"pointer":"/paths/~1dam~1folders/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ListFolderResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ListFolderResponse"}}},{"code":"400"},{"code":"403"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/digital-asset-management/list_1_digital_asset_management"}],"panels":[]}]},"httpPath":"/dam/folders"},{"label":"Create a folder","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/digital-asset-management/create_digital_asset_management","routeSlug":"/apis/swagger/digital-asset-management/create_digital_asset_management","metadata":{"seo":{"title":"Create a folder","description":"Creates a new folder."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"create_digital_asset_management","name":"Create a folder","isWebhook":false,"pointer":"/paths/~1dam~1folders/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a folder","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a new folder."},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateFolderRequest"}},"schemaId":"components/schemas/CreateFolderRequest","pointer":"/paths/~1dam~1folders/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/dam/folders","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/CreateFolderRequest"}},"responseCodes":["200","400","403"],"pointer":"/dam/folders","href":"digital-asset-management/create_digital_asset_management","openApiOperationId":"create_digital_asset_management","summary":"Create a folder"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/CreateFolderRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CreateFolderRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FolderResponse"}},"schemaId":"components/schemas/FolderResponse"},{"code":"400","description":"Bad Request"},{"code":"403","description":"Forbidden"}],"pointer":"/paths/~1dam~1folders/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/FolderResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FolderResponse"}}},{"code":"400"},{"code":"403"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/digital-asset-management/create_digital_asset_management"}],"panels":[]}]},"httpPath":"/dam/folders"},{"label":"Get a folder","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/digital-asset-management/get_1_digital_asset_management","routeSlug":"/apis/swagger/digital-asset-management/get_1_digital_asset_management","metadata":{"seo":{"title":"Get a folder","description":"Retrieves a folder by its ID, including visible and total asset counts."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_1_digital_asset_management","name":"Get a folder","isWebhook":false,"pointer":"/paths/~1dam~1folders~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a folder","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves a folder by its ID, including visible and total asset counts."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_69","required":true}],"pointer":"/paths/~1dam~1folders~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/dam/folders/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_69","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/dam/folders/{id}","href":"digital-asset-management/get_1_digital_asset_management","openApiOperationId":"get_1_digital_asset_management","summary":"Get a folder"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FolderResponse"}},"schemaId":"components/schemas/FolderResponse"},{"code":"400","description":"Bad Request"},{"code":"403","description":"Forbidden"},{"code":"404","description":"Not Found"}],"pointer":"/paths/~1dam~1folders~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/FolderResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FolderResponse"}}},{"code":"400"},{"code":"403"},{"code":"404"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/digital-asset-management/get_1_digital_asset_management"}],"panels":[]}]},"httpPath":"/dam/folders/{id}"},{"label":"Delete a folder","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/digital-asset-management/delete_1_digital_asset_management","routeSlug":"/apis/swagger/digital-asset-management/delete_1_digital_asset_management","metadata":{"seo":{"title":"Delete a folder","description":"Deletes a folder by its ID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_1_digital_asset_management","name":"Delete a folder","isWebhook":false,"pointer":"/paths/~1dam~1folders~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a folder","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes a folder by its ID."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_69","required":true}],"pointer":"/paths/~1dam~1folders~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/dam/folders/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_69","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/dam/folders/{id}","href":"digital-asset-management/delete_1_digital_asset_management","openApiOperationId":"delete_1_digital_asset_management","summary":"Delete a folder"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CreatePDFValidatorCommand"}},"schemaId":"components/schemas/CreatePDFValidatorCommand"},{"code":"400","description":"Bad Request"},{"code":"403","description":"Forbidden"},{"code":"404","description":"Not Found"}],"pointer":"/paths/~1dam~1folders~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CreatePDFValidatorCommand","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CreatePDFValidatorCommand"}}},{"code":"400"},{"code":"403"},{"code":"404"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/digital-asset-management/delete_1_digital_asset_management"}],"panels":[]}]},"httpPath":"/dam/folders/{id}"},{"label":"Update a folder","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/digital-asset-management/update_1_digital_asset_management","routeSlug":"/apis/swagger/digital-asset-management/update_1_digital_asset_management","metadata":{"seo":{"title":"Update a folder","description":"Partially updates an existing folder by its ID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"update_1_digital_asset_management","name":"Update a folder","isWebhook":false,"pointer":"/paths/~1dam~1folders~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a folder","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Partially updates an existing folder by its ID."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_69","required":true}],"pointer":"/paths/~1dam~1folders~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateFolderRequest"}},"schemaId":"components/schemas/UpdateFolderRequest","pointer":"/paths/~1dam~1folders~1{id}/patch/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/dam/folders/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_69","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/UpdateFolderRequest"}},"responseCodes":["200","400","403","404"],"pointer":"/dam/folders/{id}","href":"digital-asset-management/update_1_digital_asset_management","openApiOperationId":"update_1_digital_asset_management","summary":"Update a folder"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/UpdateFolderRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/UpdateFolderRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FolderResponse"}},"schemaId":"components/schemas/FolderResponse"},{"code":"400","description":"Bad Request"},{"code":"403","description":"Forbidden"},{"code":"404","description":"Not Found"}],"pointer":"/paths/~1dam~1folders~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/FolderResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FolderResponse"}}},{"code":"400"},{"code":"403"},{"code":"404"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/digital-asset-management/update_1_digital_asset_management"}],"panels":[]}]},"httpPath":"/dam/folders/{id}"}],"content":{"contentType":"group","meta":{"name":"Digital Asset Management"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Digital Asset Management","showPageActions":true},{"nodeType":"markdoc","content":"Products - Digital Asset Management"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/social-templates","summary":"Create a new social template as a digital asset","prefix":{"name":"post","color":"post"},"badges":[],"link":"/digital-asset-management/post_social_templates","deprecated":false},{"title":"/social-templates/{id}","summary":"Edit an existing social template","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/digital-asset-management/patch_social_templates_id","deprecated":false},{"title":"/dam/assets","summary":"List assets","prefix":{"name":"get","color":"get"},"badges":[],"link":"/digital-asset-management/list_digital_asset_management","deprecated":false},{"title":"/dam/assets/{id}","summary":"Get an asset","prefix":{"name":"get","color":"get"},"badges":[],"link":"/digital-asset-management/get_digital_asset_management","deprecated":false},{"title":"/dam/assets/{id}","summary":"Delete an asset","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/digital-asset-management/delete_digital_asset_management","deprecated":false},{"title":"/dam/assets/{id}","summary":"Update an asset","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/digital-asset-management/update_digital_asset_management","deprecated":false},{"title":"/dam/folders","summary":"List folders","prefix":{"name":"get","color":"get"},"badges":[],"link":"/digital-asset-management/list_1_digital_asset_management","deprecated":false},{"title":"/dam/folders","summary":"Create a folder","prefix":{"name":"post","color":"post"},"badges":[],"link":"/digital-asset-management/create_digital_asset_management","deprecated":false},{"title":"/dam/folders/{id}","summary":"Get a folder","prefix":{"name":"get","color":"get"},"badges":[],"link":"/digital-asset-management/get_1_digital_asset_management","deprecated":false},{"title":"/dam/folders/{id}","summary":"Delete a folder","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/digital-asset-management/delete_1_digital_asset_management","deprecated":false},{"title":"/dam/folders/{id}","summary":"Update a folder","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/digital-asset-management/update_1_digital_asset_management","deprecated":false}]}]}]}]}},{"type":"group","label":"Homepage","link":"/apis/swagger/homepage","routeSlug":"/apis/swagger/homepage","items":[{"label":"Get key metrics","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/get_key_metrics_homepage","routeSlug":"/apis/swagger/homepage/get_key_metrics_homepage","metadata":{"seo":{"title":"Get key metrics","description":"Fetches aggregated key metrics for the authenticated user based on the provided location filters."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_key_metrics_homepage","name":"Get key metrics","isWebhook":false,"pointer":"/paths/~1home~1key-metrics/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get key metrics","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Fetches aggregated key metrics for the authenticated user based on the provided location filters."},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/KeyMetricsRequest"}},"schemaId":"components/schemas/KeyMetricsRequest","pointer":"/paths/~1home~1key-metrics/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/home/key-metrics","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/KeyMetricsRequest"}},"responseCodes":["200","400","401"],"pointer":"/home/key-metrics","href":"homepage/get_key_metrics_homepage","openApiOperationId":"get_key_metrics_homepage","summary":"Get key metrics"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/KeyMetricsRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/KeyMetricsRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Key metrics retrieved successfully","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/KeyMetricsResponse"}},"schemaId":"components/schemas/KeyMetricsResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized"}],"pointer":"/paths/~1home~1key-metrics/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/KeyMetricsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/KeyMetricsResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/get_key_metrics_homepage"}],"panels":[]}]},"httpPath":"/home/key-metrics"},{"label":"Get key metrics configuration","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/get_configuration_homepage","routeSlug":"/apis/swagger/homepage/get_configuration_homepage","metadata":{"seo":{"title":"Get key metrics configuration","description":"Retrieves the current key metrics configuration for the authenticated user."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_configuration_homepage","name":"Get key metrics configuration","isWebhook":false,"pointer":"/paths/~1home~1key-metrics~1configuration/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get key metrics configuration","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves the current key metrics configuration for the authenticated user."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/home/key-metrics/configuration","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","401"],"pointer":"/home/key-metrics/configuration","href":"homepage/get_configuration_homepage","openApiOperationId":"get_configuration_homepage","summary":"Get key metrics configuration"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Configuration retrieved successfully","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/KeyMetricsConfigurationResponse"}},"schemaId":"components/schemas/KeyMetricsConfigurationResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized"}],"pointer":"/paths/~1home~1key-metrics~1configuration/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/KeyMetricsConfigurationResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/KeyMetricsConfigurationResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/get_configuration_homepage"}],"panels":[]}]},"httpPath":"/home/key-metrics/configuration"},{"label":"Update key metrics configuration","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/update_configuration_homepage","routeSlug":"/apis/swagger/homepage/update_configuration_homepage","metadata":{"seo":{"title":"Update key metrics configuration","description":"Replaces the key metrics configuration for the authenticated user with the provided settings."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"update_configuration_homepage","name":"Update key metrics configuration","isWebhook":false,"pointer":"/paths/~1home~1key-metrics~1configuration/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update key metrics configuration","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Replaces the key metrics configuration for the authenticated user with the provided settings."},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/KeyMetricsConfigurationRequest"}},"schemaId":"components/schemas/KeyMetricsConfigurationRequest","pointer":"/paths/~1home~1key-metrics~1configuration/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/home/key-metrics/configuration","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/KeyMetricsConfigurationRequest"}},"responseCodes":["200","400","401"],"pointer":"/home/key-metrics/configuration","href":"homepage/update_configuration_homepage","openApiOperationId":"update_configuration_homepage","summary":"Update key metrics configuration"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/KeyMetricsConfigurationRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/KeyMetricsConfigurationRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Configuration updated successfully","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/KeyMetricsConfigurationResponse"}},"schemaId":"components/schemas/KeyMetricsConfigurationResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized"}],"pointer":"/paths/~1home~1key-metrics~1configuration/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/KeyMetricsConfigurationResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/KeyMetricsConfigurationResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/update_configuration_homepage"}],"panels":[]}]},"httpPath":"/home/key-metrics/configuration"},{"label":"Get location rankings via GET","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/get_locations_ranking_homepage","routeSlug":"/apis/swagger/homepage/get_locations_ranking_homepage","metadata":{"seo":{"title":"Get location rankings via GET","description":"Retrieves a paginated ranking of locations based on their scores, using query parameters for filter criteria."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_ranking_homepage","name":"Get location rankings via GET","isWebhook":false,"pointer":"/paths/~1home~1locations~1ranks/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get location rankings via GET","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves a paginated ranking of locations based on their scores, using query parameters for filter criteria."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"locationIds","in":"query","schemaId":"schema_96","description":"Comma-separated location IDs to filter by"},{"name":"businessIds","in":"query","schemaId":"schema_96","description":"Comma-separated business IDs to filter by"},{"name":"locationGroupIds","in":"query","schemaId":"schema_96","description":"Comma-separated location group IDs to filter by"},{"name":"labels","in":"query","schemaId":"schema_96","description":"Comma-separated labels to filter by"},{"name":"sort","in":"query","schemaId":"schema_101","description":"Sort direction (asc or desc)","required":true},{"name":"page","in":"query","schemaId":"schema_100","description":"Page number (zero-based)","required":true},{"name":"pageSize","in":"query","schemaId":"schema_102","description":"Number of results per page","required":true},{"name":"scoreMin","in":"query","schemaId":"schema_100","description":"Minimum score filter (inclusive)","required":true},{"name":"scoreMax","in":"query","schemaId":"schema_99","description":"Maximum score filter (inclusive)","required":true},{"name":"normalisedScoreMin","in":"query","schemaId":"schema_103","description":"Minimum normalised score filter (inclusive). When set, results are ordered by normalised score."},{"name":"normalisedScoreMax","in":"query","schemaId":"schema_103","description":"Maximum normalised score filter (inclusive). When set, results are ordered by normalised score."},{"name":"excludedLocationIds","in":"query","schemaId":"schema_96","description":"Comma-separated location IDs to exclude"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_96","description":"Comma-separated business IDs to exclude"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_96","description":"Comma-separated location group IDs to exclude"},{"name":"excludedLabels","in":"query","schemaId":"schema_96","description":"Comma-separated labels to exclude"},{"name":"filterCategory","in":"query","schemaId":"schema_96","description":"Filter strategy to apply: location-groups, labels, business, or location"},{"name":"query","in":"query","schemaId":"schema_96","description":"Search query string depending on filter category"}],"pointer":"/paths/~1home~1locations~1ranks/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/home/locations/ranks","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"locationIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"sort","in":"query","required":true,"schemaId":"schema_101","style":"form","explode":true},{"name":"page","in":"query","required":true,"schemaId":"schema_100","style":"form","explode":true},{"name":"pageSize","in":"query","required":true,"schemaId":"schema_102","style":"form","explode":true},{"name":"scoreMin","in":"query","required":true,"schemaId":"schema_100","style":"form","explode":true},{"name":"scoreMax","in":"query","required":true,"schemaId":"schema_99","style":"form","explode":true},{"name":"normalisedScoreMin","in":"query","required":false,"schemaId":"schema_103","style":"form","explode":true},{"name":"normalisedScoreMax","in":"query","required":false,"schemaId":"schema_103","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","401"],"pointer":"/home/locations/ranks","href":"homepage/get_locations_ranking_homepage","openApiOperationId":"get_locations_ranking_homepage","summary":"Get location rankings via GET"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved location rankings","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationsRankingResponse"}},"schemaId":"components/schemas/LocationsRankingResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized - missing or invalid user headers"}],"pointer":"/paths/~1home~1locations~1ranks/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationsRankingResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationsRankingResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/get_locations_ranking_homepage"}],"panels":[]}]},"httpPath":"/home/locations/ranks"},{"label":"Get location rankings via POST","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/post_get_locations_ranking_homepage","routeSlug":"/apis/swagger/homepage/post_get_locations_ranking_homepage","metadata":{"seo":{"title":"Get location rankings via POST","description":"Retrieves a paginated ranking of locations based on their scores, using a POST body for filter criteria."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_get_locations_ranking_homepage","name":"Get location rankings via POST","isWebhook":false,"pointer":"/paths/~1home~1locations~1ranks/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get location rankings via POST","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves a paginated ranking of locations based on their scores, using a POST body for filter criteria."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"sort","in":"query","schemaId":"schema_101","description":"Sort direction (asc or desc)","required":true},{"name":"page","in":"query","schemaId":"schema_100","description":"Page number (zero-based)","required":true},{"name":"pageSize","in":"query","schemaId":"schema_102","description":"Number of results per page","required":true},{"name":"scoreMin","in":"query","schemaId":"schema_100","description":"Minimum score filter (inclusive)","required":true},{"name":"scoreMax","in":"query","schemaId":"schema_99","description":"Maximum score filter (inclusive)","required":true},{"name":"normalisedScoreMin","in":"query","schemaId":"schema_103","description":"Minimum normalised score filter (inclusive). When set, results are ordered by normalised score."},{"name":"normalisedScoreMax","in":"query","schemaId":"schema_103","description":"Maximum normalised score filter (inclusive). When set, results are ordered by normalised score."}],"pointer":"/paths/~1home~1locations~1ranks/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"schemaId":"components/schemas/LocationFilterPostRequest","pointer":"/paths/~1home~1locations~1ranks/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/home/locations/ranks","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"sort","in":"query","required":true,"schemaId":"schema_101","style":"form","explode":true},{"name":"page","in":"query","required":true,"schemaId":"schema_100","style":"form","explode":true},{"name":"pageSize","in":"query","required":true,"schemaId":"schema_102","style":"form","explode":true},{"name":"scoreMin","in":"query","required":true,"schemaId":"schema_100","style":"form","explode":true},{"name":"scoreMax","in":"query","required":true,"schemaId":"schema_99","style":"form","explode":true},{"name":"normalisedScoreMin","in":"query","required":false,"schemaId":"schema_103","style":"form","explode":true},{"name":"normalisedScoreMax","in":"query","required":false,"schemaId":"schema_103","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"responseCodes":["200","400","401"],"pointer":"/home/locations/ranks","href":"homepage/post_get_locations_ranking_homepage","openApiOperationId":"post_get_locations_ranking_homepage","summary":"Get location rankings via POST"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/LocationFilterPostRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved location rankings","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationsRankingResponse"}},"schemaId":"components/schemas/LocationsRankingResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized - missing or invalid user headers"}],"pointer":"/paths/~1home~1locations~1ranks/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationsRankingResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationsRankingResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/post_get_locations_ranking_homepage"}],"panels":[]}]},"httpPath":"/home/locations/ranks"},{"label":"Get location scores via GET","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/get_locations_score_homepage","routeSlug":"/apis/swagger/homepage/get_locations_score_homepage","metadata":{"seo":{"title":"Get location scores via GET","description":"Retrieves aggregated location scores using filter criteria provided as query parameters."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_score_homepage","name":"Get location scores via GET","isWebhook":false,"pointer":"/paths/~1home~1locations~1score/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get location scores via GET","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves aggregated location scores using filter criteria provided as query parameters."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"locationIds","in":"query","schemaId":"schema_96","description":"Comma-separated location IDs to filter by"},{"name":"businessIds","in":"query","schemaId":"schema_96","description":"Comma-separated business IDs to filter by"},{"name":"locationGroupIds","in":"query","schemaId":"schema_96","description":"Comma-separated location group IDs to filter by"},{"name":"labels","in":"query","schemaId":"schema_96","description":"Comma-separated labels to filter by"},{"name":"excludedLocationIds","in":"query","schemaId":"schema_96","description":"Comma-separated location IDs to exclude"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_96","description":"Comma-separated business IDs to exclude"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_96","description":"Comma-separated location group IDs to exclude"},{"name":"excludedLabels","in":"query","schemaId":"schema_96","description":"Comma-separated labels to exclude"},{"name":"filterCategory","in":"query","schemaId":"schema_96","description":"Filter strategy to apply: location-groups, labels, business, or location"},{"name":"includeBenchmark","in":"query","schemaId":"schema_104","description":"Whether to include benchmark data in the response","required":true},{"name":"query","in":"query","schemaId":"schema_96","description":"Search query string depending on filter category"}],"pointer":"/paths/~1home~1locations~1score/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/home/locations/score","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"locationIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"includeBenchmark","in":"query","required":true,"schemaId":"schema_104","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","401"],"pointer":"/home/locations/score","href":"homepage/get_locations_score_homepage","openApiOperationId":"get_locations_score_homepage","summary":"Get location scores via GET"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Location scores retrieved successfully","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationScoreResponse"}},"schemaId":"components/schemas/LocationScoreResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized"}],"pointer":"/paths/~1home~1locations~1score/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationScoreResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationScoreResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/get_locations_score_homepage"}],"panels":[]}]},"httpPath":"/home/locations/score"},{"label":"Get location scores via POST","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/post_get_locations_score_homepage","routeSlug":"/apis/swagger/homepage/post_get_locations_score_homepage","metadata":{"seo":{"title":"Get location scores via POST","description":"Retrieves aggregated location scores using filter criteria provided in the request body."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_get_locations_score_homepage","name":"Get location scores via POST","isWebhook":false,"pointer":"/paths/~1home~1locations~1score/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get location scores via POST","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves aggregated location scores using filter criteria provided in the request body."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"includeBenchmark","in":"query","schemaId":"schema_104","description":"Whether to include benchmark data in the response","required":true}],"pointer":"/paths/~1home~1locations~1score/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"schemaId":"components/schemas/LocationFilterPostRequest","pointer":"/paths/~1home~1locations~1score/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/home/locations/score","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"includeBenchmark","in":"query","required":true,"schemaId":"schema_104","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"responseCodes":["200","400","401"],"pointer":"/home/locations/score","href":"homepage/post_get_locations_score_homepage","openApiOperationId":"post_get_locations_score_homepage","summary":"Get location scores via POST"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/LocationFilterPostRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Location scores retrieved successfully","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationScoreResponse"}},"schemaId":"components/schemas/LocationScoreResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized"}],"pointer":"/paths/~1home~1locations~1score/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationScoreResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationScoreResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/post_get_locations_score_homepage"}],"panels":[]}]},"httpPath":"/home/locations/score"},{"label":"Get suggestions via GET","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/get_suggestions_homepage","routeSlug":"/apis/swagger/homepage/get_suggestions_homepage","metadata":{"seo":{"title":"Get suggestions via GET","description":"Retrieves a paginated list of suggestions for the user, using query parameters for location filter criteria."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_suggestions_homepage","name":"Get suggestions via GET","isWebhook":false,"pointer":"/paths/~1home~1suggestions/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get suggestions via GET","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves a paginated list of suggestions for the user, using query parameters for location filter criteria."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"page","in":"query","schemaId":"schema_100","description":"Page number (zero-based)","required":true},{"name":"pageSize","in":"query","schemaId":"schema_102","description":"Number of suggestions per page","required":true},{"name":"locationIds","in":"query","schemaId":"schema_96","description":"Comma-separated location IDs to filter by"},{"name":"businessIds","in":"query","schemaId":"schema_96","description":"Comma-separated business IDs to filter by"},{"name":"locationGroupIds","in":"query","schemaId":"schema_96","description":"Comma-separated location group IDs to filter by"},{"name":"labels","in":"query","schemaId":"schema_96","description":"Comma-separated labels to filter by"},{"name":"excludedLocationIds","in":"query","schemaId":"schema_96","description":"Comma-separated location IDs to exclude"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_96","description":"Comma-separated business IDs to exclude"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_96","description":"Comma-separated location group IDs to exclude"},{"name":"excludedLabels","in":"query","schemaId":"schema_96","description":"Comma-separated labels to exclude"},{"name":"products","in":"query","schemaId":"schema_96","description":"Comma-separated list of product filters"},{"name":"filterCategory","in":"query","schemaId":"schema_96","description":"Filter strategy to apply: location-groups, labels, business, or location"},{"name":"query","in":"query","schemaId":"schema_96","description":"Search query string depending on filter category"}],"pointer":"/paths/~1home~1suggestions/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/home/suggestions","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"page","in":"query","required":true,"schemaId":"schema_100","style":"form","explode":true},{"name":"pageSize","in":"query","required":true,"schemaId":"schema_102","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"products","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","401"],"pointer":"/home/suggestions","href":"homepage/get_suggestions_homepage","openApiOperationId":"get_suggestions_homepage","summary":"Get suggestions via GET"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved suggestions","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetSuggestionsResponse"}},"schemaId":"components/schemas/GetSuggestionsResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized - missing or invalid user headers"}],"pointer":"/paths/~1home~1suggestions/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetSuggestionsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetSuggestionsResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/get_suggestions_homepage"}],"panels":[]}]},"httpPath":"/home/suggestions"},{"label":"Get suggestions via POST","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/post_get_suggestions_homepage","routeSlug":"/apis/swagger/homepage/post_get_suggestions_homepage","metadata":{"seo":{"title":"Get suggestions via POST","description":"Retrieves a paginated list of suggestions for the user, using a POST body for location filter criteria."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_get_suggestions_homepage","name":"Get suggestions via POST","isWebhook":false,"pointer":"/paths/~1home~1suggestions/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get suggestions via POST","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves a paginated list of suggestions for the user, using a POST body for location filter criteria."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"page","in":"query","schemaId":"schema_100","description":"Page number (zero-based)","required":true},{"name":"pageSize","in":"query","schemaId":"schema_102","description":"Number of suggestions per page","required":true},{"name":"products","in":"query","schemaId":"schema_96","description":"Comma-separated list of product filters"}],"pointer":"/paths/~1home~1suggestions/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"schemaId":"components/schemas/LocationFilterPostRequest","pointer":"/paths/~1home~1suggestions/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/home/suggestions","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"page","in":"query","required":true,"schemaId":"schema_100","style":"form","explode":true},{"name":"pageSize","in":"query","required":true,"schemaId":"schema_102","style":"form","explode":true},{"name":"products","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"responseCodes":["200","400","401"],"pointer":"/home/suggestions","href":"homepage/post_get_suggestions_homepage","openApiOperationId":"post_get_suggestions_homepage","summary":"Get suggestions via POST"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/LocationFilterPostRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved suggestions","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetSuggestionsResponse"}},"schemaId":"components/schemas/GetSuggestionsResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized - missing or invalid user headers"}],"pointer":"/paths/~1home~1suggestions/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetSuggestionsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetSuggestionsResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/post_get_suggestions_homepage"}],"panels":[]}]},"httpPath":"/home/suggestions"},{"label":"Dismiss a suggestion","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/dismiss_suggestion_homepage","routeSlug":"/apis/swagger/homepage/dismiss_suggestion_homepage","metadata":{"seo":{"title":"Dismiss a suggestion","description":"Dismisses a suggestion of the given type for the authenticated user so it is no longer shown."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"dismiss_suggestion_homepage","name":"Dismiss a suggestion","isWebhook":false,"pointer":"/paths/~1home~1suggestions~1dismiss/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Dismiss a suggestion","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Dismisses a suggestion of the given type for the authenticated user so it is no longer shown."},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_105"}},"schemaId":"schema_105","pointer":"/paths/~1home~1suggestions~1dismiss/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/home/suggestions/dismiss","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_105"}},"responseCodes":["200","400","401"],"pointer":"/home/suggestions/dismiss","href":"homepage/dismiss_suggestion_homepage","openApiOperationId":"dismiss_suggestion_homepage","summary":"Dismiss a suggestion"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_105","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_105"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Suggestion successfully dismissed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DismissSuggestionResponse"}},"schemaId":"components/schemas/DismissSuggestionResponse"},{"code":"400","description":"Invalid suggestion type"},{"code":"401","description":"Unauthorized - missing or invalid user headers"}],"pointer":"/paths/~1home~1suggestions~1dismiss/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DismissSuggestionResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DismissSuggestionResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/dismiss_suggestion_homepage"}],"panels":[]}]},"httpPath":"/home/suggestions/dismiss"},{"label":"Get tasks via GET","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/get_tasks_homepage","routeSlug":"/apis/swagger/homepage/get_tasks_homepage","metadata":{"seo":{"title":"Get tasks via GET","description":"Retrieves paginated tasks for the authenticated user using query parameters for location filter criteria."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_tasks_homepage","name":"Get tasks via GET","isWebhook":false,"pointer":"/paths/~1home~1tasks/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get tasks via GET","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves paginated tasks for the authenticated user using query parameters for location filter criteria."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"page","in":"query","schemaId":"schema_100","description":"Page number (zero-based)","required":true},{"name":"pageSize","in":"query","schemaId":"schema_102","description":"Number of tasks per page","required":true},{"name":"locationIds","in":"query","schemaId":"schema_96","description":"Comma-separated list of location IDs to filter by"},{"name":"businessIds","in":"query","schemaId":"schema_96","description":"Comma-separated list of business IDs to filter by"},{"name":"products","in":"query","schemaId":"schema_96","description":"Comma-separated list of product filters"},{"name":"locationGroupIds","in":"query","schemaId":"schema_96","description":"Comma-separated list of location group IDs to filter by"},{"name":"labels","in":"query","schemaId":"schema_96","description":"Comma-separated list of labels to filter by"},{"name":"excludedLocationIds","in":"query","schemaId":"schema_96","description":"Comma-separated list of location IDs to exclude"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_96","description":"Comma-separated list of business IDs to exclude"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_96","description":"Comma-separated list of location group IDs to exclude"},{"name":"excludedLabels","in":"query","schemaId":"schema_96","description":"Comma-separated list of labels to exclude"},{"name":"filterCategory","in":"query","schemaId":"schema_96","description":"Filter strategy to apply: location-groups, labels, business, or location"},{"name":"query","in":"query","schemaId":"schema_96","description":"Search query string depending on filter category"}],"pointer":"/paths/~1home~1tasks/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/home/tasks","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"page","in":"query","required":true,"schemaId":"schema_100","style":"form","explode":true},{"name":"pageSize","in":"query","required":true,"schemaId":"schema_102","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"products","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","401"],"pointer":"/home/tasks","href":"homepage/get_tasks_homepage","openApiOperationId":"get_tasks_homepage","summary":"Get tasks via GET"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Tasks retrieved successfully","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetTasksResponse"}},"schemaId":"components/schemas/GetTasksResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized - missing or invalid user credentials"}],"pointer":"/paths/~1home~1tasks/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetTasksResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetTasksResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/get_tasks_homepage"}],"panels":[]}]},"httpPath":"/home/tasks"},{"label":"Get tasks via POST","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/post_get_tasks_homepage","routeSlug":"/apis/swagger/homepage/post_get_tasks_homepage","metadata":{"seo":{"title":"Get tasks via POST","description":"Retrieves paginated tasks for the authenticated user using a POST body for location filter criteria."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_get_tasks_homepage","name":"Get tasks via POST","isWebhook":false,"pointer":"/paths/~1home~1tasks/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get tasks via POST","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves paginated tasks for the authenticated user using a POST body for location filter criteria."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"page","in":"query","schemaId":"schema_100","description":"Page number (zero-based)","required":true},{"name":"pageSize","in":"query","schemaId":"schema_102","description":"Number of tasks per page","required":true},{"name":"products","in":"query","schemaId":"schema_96","description":"Comma-separated list of product filters"}],"pointer":"/paths/~1home~1tasks/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"schemaId":"components/schemas/LocationFilterPostRequest","pointer":"/paths/~1home~1tasks/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/home/tasks","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"page","in":"query","required":true,"schemaId":"schema_100","style":"form","explode":true},{"name":"pageSize","in":"query","required":true,"schemaId":"schema_102","style":"form","explode":true},{"name":"products","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"responseCodes":["200","400","401"],"pointer":"/home/tasks","href":"homepage/post_get_tasks_homepage","openApiOperationId":"post_get_tasks_homepage","summary":"Get tasks via POST"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/LocationFilterPostRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Tasks retrieved successfully","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetTasksResponse"}},"schemaId":"components/schemas/GetTasksResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized - missing or invalid user credentials"}],"pointer":"/paths/~1home~1tasks/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetTasksResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetTasksResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/post_get_tasks_homepage"}],"panels":[]}]},"httpPath":"/home/tasks"},{"label":"Dismiss a task","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/dismiss_task_homepage","routeSlug":"/apis/swagger/homepage/dismiss_task_homepage","metadata":{"seo":{"title":"Dismiss a task","description":"Marks a task as dismissed for the given user, optionally scoped to a specific location and directory."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"dismiss_task_homepage","name":"Dismiss a task","isWebhook":false,"pointer":"/paths/~1home~1tasks~1dismiss/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Dismiss a task","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Marks a task as dismissed for the given user, optionally scoped to a specific location and directory."},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_106"}},"schemaId":"schema_106","pointer":"/paths/~1home~1tasks~1dismiss/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/home/tasks/dismiss","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_106"}},"responseCodes":["200","400","401"],"pointer":"/home/tasks/dismiss","href":"homepage/dismiss_task_homepage","openApiOperationId":"dismiss_task_homepage","summary":"Dismiss a task"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_106","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_106"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Task dismissed successfully","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DismissTaskResponse"}},"schemaId":"components/schemas/DismissTaskResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized - missing or invalid user ID"}],"pointer":"/paths/~1home~1tasks~1dismiss/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DismissTaskResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DismissTaskResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/dismiss_task_homepage"}],"panels":[]}]},"httpPath":"/home/tasks/dismiss"},{"label":"Undo a task dismissal","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/undo_dismiss_task_homepage","routeSlug":"/apis/swagger/homepage/undo_dismiss_task_homepage","metadata":{"seo":{"title":"Undo a task dismissal","description":"Reverts a previously dismissed task for the given user, optionally scoped to a specific location and directory."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"undo_dismiss_task_homepage","name":"Undo a task dismissal","isWebhook":false,"pointer":"/paths/~1home~1tasks~1dismiss/delete","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Undo a task dismissal","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Reverts a previously dismissed task for the given user, optionally scoped to a specific location and directory."},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_107"}},"schemaId":"schema_107","pointer":"/paths/~1home~1tasks~1dismiss/delete/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/home/tasks/dismiss","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_107"}},"responseCodes":["200","400","401"],"pointer":"/home/tasks/dismiss","href":"homepage/undo_dismiss_task_homepage","openApiOperationId":"undo_dismiss_task_homepage","summary":"Undo a task dismissal"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_107","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_107"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Task dismissal reverted successfully","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DismissTaskResponse"}},"schemaId":"components/schemas/DismissTaskResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized - missing or invalid user ID"}],"pointer":"/paths/~1home~1tasks~1dismiss/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DismissTaskResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DismissTaskResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/undo_dismiss_task_homepage"}],"panels":[]}]},"httpPath":"/home/tasks/dismiss"},{"label":"Get location IDs for a task type via GET","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/get_task_location_ids_homepage","routeSlug":"/apis/swagger/homepage/get_task_location_ids_homepage","metadata":{"seo":{"title":"Get location IDs for a task type via GET","description":"Returns all location IDs that have the specified task type, using query parameters for location filter criteria."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_task_location_ids_homepage","name":"Get location IDs for a task type via GET","isWebhook":false,"pointer":"/paths/~1home~1tasks~1locations/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get location IDs for a task type via GET","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns all location IDs that have the specified task type, using query parameters for location filter criteria."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"taskType","in":"query","schemaId":"components/schemas/TaskType","description":"The task type to retrieve location IDs for","required":true},{"name":"locationIds","in":"query","schemaId":"schema_96","description":"Comma-separated list of location IDs to filter by"},{"name":"businessIds","in":"query","schemaId":"schema_96","description":"Comma-separated list of business IDs to filter by"},{"name":"locationGroupIds","in":"query","schemaId":"schema_96","description":"Comma-separated list of location group IDs to filter by"},{"name":"labels","in":"query","schemaId":"schema_96","description":"Comma-separated list of labels to filter by"},{"name":"excludedLocationIds","in":"query","schemaId":"schema_96","description":"Comma-separated list of location IDs to exclude"},{"name":"excludedBusinessIds","in":"query","schemaId":"schema_96","description":"Comma-separated list of business IDs to exclude"},{"name":"excludedLocationGroupIds","in":"query","schemaId":"schema_96","description":"Comma-separated list of location group IDs to exclude"},{"name":"excludedLabels","in":"query","schemaId":"schema_96","description":"Comma-separated list of labels to exclude"},{"name":"filterCategory","in":"query","schemaId":"schema_96","description":"Filter strategy to apply: location-groups, labels, business, or location"},{"name":"query","in":"query","schemaId":"schema_96","description":"Search query string depending on filter category"},{"name":"directory","in":"query","schemaId":"schema_96","description":"Optional directory name to filter tasks by"}],"pointer":"/paths/~1home~1tasks~1locations/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/home/tasks/locations","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"taskType","in":"query","required":true,"schemaId":"components/schemas/TaskType","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedBusinessIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLocationGroupIds","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"excludedLabels","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"filterCategory","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true},{"name":"directory","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","401"],"pointer":"/home/tasks/locations","href":"homepage/get_task_location_ids_homepage","openApiOperationId":"get_task_location_ids_homepage","summary":"Get location IDs for a task type via GET"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Location IDs retrieved successfully","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetTaskLocationIdsResponse"}},"schemaId":"components/schemas/GetTaskLocationIdsResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized - missing or invalid user credentials"}],"pointer":"/paths/~1home~1tasks~1locations/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetTaskLocationIdsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetTaskLocationIdsResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/get_task_location_ids_homepage"}],"panels":[]}]},"httpPath":"/home/tasks/locations"},{"label":"Get location IDs for a task type via POST","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/homepage/post_get_task_location_ids_homepage","routeSlug":"/apis/swagger/homepage/post_get_task_location_ids_homepage","metadata":{"seo":{"title":"Get location IDs for a task type via POST","description":"Returns all location IDs that have the specified task type, using a POST body for location filter criteria."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_get_task_location_ids_homepage","name":"Get location IDs for a task type via POST","isWebhook":false,"pointer":"/paths/~1home~1tasks~1locations/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get location IDs for a task type via POST","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns all location IDs that have the specified task type, using a POST body for location filter criteria."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"taskType","in":"query","schemaId":"components/schemas/TaskType","description":"The task type to retrieve location IDs for","required":true},{"name":"directory","in":"query","schemaId":"schema_96","description":"Optional directory name to filter tasks by"}],"pointer":"/paths/~1home~1tasks~1locations/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"schemaId":"components/schemas/LocationFilterPostRequest","pointer":"/paths/~1home~1tasks~1locations/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/home/tasks/locations","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"taskType","in":"query","required":true,"schemaId":"components/schemas/TaskType","style":"form","explode":true},{"name":"directory","in":"query","required":false,"schemaId":"schema_96","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"responseCodes":["200","400","401"],"pointer":"/home/tasks/locations","href":"homepage/post_get_task_location_ids_homepage","openApiOperationId":"post_get_task_location_ids_homepage","summary":"Get location IDs for a task type via POST"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/LocationFilterPostRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationFilterPostRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Location IDs retrieved successfully","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetTaskLocationIdsResponse"}},"schemaId":"components/schemas/GetTaskLocationIdsResponse"},{"code":"400","description":"Invalid request parameters"},{"code":"401","description":"Unauthorized - missing or invalid user credentials"}],"pointer":"/paths/~1home~1tasks~1locations/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetTaskLocationIdsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetTaskLocationIdsResponse"}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/homepage/post_get_task_location_ids_homepage"}],"panels":[]}]},"httpPath":"/home/tasks/locations"}],"content":{"contentType":"group","meta":{"name":"Homepage"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Homepage","showPageActions":true},{"nodeType":"markdoc","content":"Products - Homepage"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/home/key-metrics","summary":"Get key metrics","prefix":{"name":"post","color":"post"},"badges":[],"link":"/homepage/get_key_metrics_homepage","deprecated":false},{"title":"/home/key-metrics/configuration","summary":"Get key metrics configuration","prefix":{"name":"get","color":"get"},"badges":[],"link":"/homepage/get_configuration_homepage","deprecated":false},{"title":"/home/key-metrics/configuration","summary":"Update key metrics configuration","prefix":{"name":"put","color":"put"},"badges":[],"link":"/homepage/update_configuration_homepage","deprecated":false},{"title":"/home/locations/ranks","summary":"Get location rankings via GET","prefix":{"name":"get","color":"get"},"badges":[],"link":"/homepage/get_locations_ranking_homepage","deprecated":false},{"title":"/home/locations/ranks","summary":"Get location rankings via POST","prefix":{"name":"post","color":"post"},"badges":[],"link":"/homepage/post_get_locations_ranking_homepage","deprecated":false},{"title":"/home/locations/score","summary":"Get location scores via GET","prefix":{"name":"get","color":"get"},"badges":[],"link":"/homepage/get_locations_score_homepage","deprecated":false},{"title":"/home/locations/score","summary":"Get location scores via POST","prefix":{"name":"post","color":"post"},"badges":[],"link":"/homepage/post_get_locations_score_homepage","deprecated":false},{"title":"/home/suggestions","summary":"Get suggestions via GET","prefix":{"name":"get","color":"get"},"badges":[],"link":"/homepage/get_suggestions_homepage","deprecated":false},{"title":"/home/suggestions","summary":"Get suggestions via POST","prefix":{"name":"post","color":"post"},"badges":[],"link":"/homepage/post_get_suggestions_homepage","deprecated":false},{"title":"/home/suggestions/dismiss","summary":"Dismiss a suggestion","prefix":{"name":"post","color":"post"},"badges":[],"link":"/homepage/dismiss_suggestion_homepage","deprecated":false},{"title":"/home/tasks","summary":"Get tasks via GET","prefix":{"name":"get","color":"get"},"badges":[],"link":"/homepage/get_tasks_homepage","deprecated":false},{"title":"/home/tasks","summary":"Get tasks via POST","prefix":{"name":"post","color":"post"},"badges":[],"link":"/homepage/post_get_tasks_homepage","deprecated":false},{"title":"/home/tasks/dismiss","summary":"Dismiss a task","prefix":{"name":"post","color":"post"},"badges":[],"link":"/homepage/dismiss_task_homepage","deprecated":false},{"title":"/home/tasks/dismiss","summary":"Undo a task dismissal","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/homepage/undo_dismiss_task_homepage","deprecated":false},{"title":"/home/tasks/locations","summary":"Get location IDs for a task type via GET","prefix":{"name":"get","color":"get"},"badges":[],"link":"/homepage/get_task_location_ids_homepage","deprecated":false},{"title":"/home/tasks/locations","summary":"Get location IDs for a task type via POST","prefix":{"name":"post","color":"post"},"badges":[],"link":"/homepage/post_get_task_location_ids_homepage","deprecated":false}]}]}]}]}},{"type":"group","label":"Near Me Check","link":"/apis/swagger/near-me-check","routeSlug":"/apis/swagger/near-me-check","items":[{"label":"Fetches Uberall categories","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/near-me-check/get_categories_near_me_check","routeSlug":"/apis/swagger/near-me-check/get_categories_near_me_check","metadata":{"seo":{"title":"Fetches Uberall categories","description":"Fetches Uberall categories"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_categories_near_me_check","name":"Fetches Uberall categories","isWebhook":false,"pointer":"/paths/~1near-me-check~1categories/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Fetches Uberall categories","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"publicKey","scopes":[],"type":"apiKey","in":"header","paramName":"publicKey","description":"Public Key"}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"q","in":"query","schemaId":"schema_108","description":"search query","example":"restaurant"},{"name":"categories","in":"query","schemaId":"schema_109","description":"category id","example":"1"},{"name":"language","in":"query","schemaId":"schema_110","description":"language two letter code","required":true,"example":"en"}],"pointer":"/paths/~1near-me-check~1categories/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/near-me-check/categories","servers":[{"url":"https://near-me-check.uberall.com/api","description":"Near Me Check API Server"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"q","in":"query","required":false,"example":"restaurant","schemaId":"schema_108","style":"form","explode":true},{"name":"categories","in":"query","required":false,"example":"1","schemaId":"schema_109","style":"form","explode":true},{"name":"language","in":"query","required":true,"example":"en","schemaId":"schema_110","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"publicKey","type":"apiKey","name":"publicKey","in":"header"}],"scopes":[]}],"responseCodes":["200","400","401"],"pointer":"/near-me-check/categories","href":"near-me-check/get_categories_near_me_check","openApiOperationId":"get_categories_near_me_check","summary":"Fetches Uberall categories"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://near-me-check.uberall.com/api","description":"Near Me Check API Server"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Return category list","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1near-me-check~1categories/get/responses/200/content/application~1json/examples/example"]}},"exampleIds":["paths/~1near-me-check~1categories/get/responses/200/content/application~1json/examples/example"]},{"code":"400","headers":{"MISSING_PARAMETER":{"description":"Parameter \"q\", \"language\" or \"categories\" is missing","style":"simple","explode":false,"schema":{}},"QUERY_TOO_SHORT":{"description":"Parameter \"q\" must have at least 3 characters","style":"simple","explode":false,"schema":{}},"INVALID_PARAMETER":{"description":"Parameters \"q\" and \"categories\" both present in request","style":"simple","explode":false,"schema":{}},"BAD_REQUEST":{"description":"Other exception","style":"simple","explode":false,"schema":{}}},"headerSchemaId":"schema_111"},{"code":"401","description":"Authorization failed"}],"pointer":"/paths/~1near-me-check~1categories/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","exampleIds":["paths/~1near-me-check~1categories/get/responses/200/content/application~1json/examples/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1near-me-check~1categories/get/responses/200/content/application~1json/examples/example"]}}},{"code":"400"},{"code":"401"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/near-me-check/get_categories_near_me_check"}],"panels":[]}]},"httpPath":"/near-me-check/categories"},{"label":"Create a report","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/near-me-check/create_near_me_check","routeSlug":"/apis/swagger/near-me-check/create_near_me_check","metadata":{"seo":{"title":"Create a report","description":"Creates a report and fetches the data in the background"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"create_near_me_check","name":"Create a report","isWebhook":false,"pointer":"/paths/~1report/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a report","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a report and fetches the data in the background"},{"nodeType":"security","requirements":[{"schemes":[{"name":"publicKey","scopes":[],"type":"apiKey","in":"header","paramName":"publicKey","description":"Public Key"}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":false,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportCommand","exampleIds":["paths/~1report/post/requestBody/content/application~1json/examples/Example body"]}},"schemaId":"components/schemas/ReportCommand","exampleIds":["paths/~1report/post/requestBody/content/application~1json/examples/Example body"],"pointer":"/paths/~1report/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/report","servers":[{"url":"https://near-me-check.uberall.com/api","description":"Near Me Check API Server"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"publicKey","type":"apiKey","name":"publicKey","in":"header"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ReportCommand","exampleIds":["paths/~1report/post/requestBody/content/application~1json/examples/Example body"]}},"responseCodes":["200","400","401","429","500"],"pointer":"/report","href":"near-me-check/create_near_me_check","openApiOperationId":"create_near_me_check","summary":"Create a report"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://near-me-check.uberall.com/api","description":"Near Me Check API Server"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/ReportCommand","exampleIds":["paths/~1report/post/requestBody/content/application~1json/examples/Example body"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReportCommand","exampleIds":["paths/~1report/post/requestBody/content/application~1json/examples/Example body"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Representation of the successful created report","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1report/post/responses/200/content/application~1json/examples/example"]}},"exampleIds":["paths/~1report/post/responses/200/content/application~1json/examples/example"]},{"code":"400","description":"Validation of body failed"},{"code":"401","description":"Unauthorized request"},{"code":"429","description":"Too many requests. Allowed: 1 request per 10 seconds"},{"code":"500","description":"Other exception"}],"pointer":"/paths/~1report/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","exampleIds":["paths/~1report/post/responses/200/content/application~1json/examples/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1report/post/responses/200/content/application~1json/examples/example"]}}},{"code":"400"},{"code":"401"},{"code":"429"},{"code":"500"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/near-me-check/create_near_me_check"}],"panels":[]}]},"httpPath":"/report"},{"label":"Get report by id and token","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/near-me-check/get_near_me_check","routeSlug":"/apis/swagger/near-me-check/get_near_me_check","metadata":{"seo":{"title":"Get report by id and token","description":"Get report by id and token"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_near_me_check","name":"Get report by id and token","isWebhook":false,"pointer":"/paths/~1report~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get report by id and token","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"publicKey","scopes":[],"type":"apiKey","in":"header","paramName":"publicKey","description":"Public Key"}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_112","description":"id returned by the POST","required":true,"example":"1"}],"pointer":"/paths/~1report~1{id}/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"token","in":"query","schemaId":"schema_110","description":"token returned by the POST","required":true,"example":"Qxcymb4T4Sr51hOz"}],"pointer":"/paths/~1report~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/report/{id}","servers":[{"url":"https://near-me-check.uberall.com/api","description":"Near Me Check API Server"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"example":"1","schemaId":"schema_112","style":"simple","explode":false}],"query":[{"name":"token","in":"query","required":true,"example":"Qxcymb4T4Sr51hOz","schemaId":"schema_110","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"publicKey","type":"apiKey","name":"publicKey","in":"header"}],"scopes":[]}],"responseCodes":["200","401","404","429"],"pointer":"/report/{id}","href":"near-me-check/get_near_me_check","openApiOperationId":"get_near_me_check","summary":"Get report by id and token"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://near-me-check.uberall.com/api","description":"Near Me Check API Server"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Report with given id","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReportResponse","exampleIds":["paths/~1report~1{id}/get/responses/200/content/application~1json/examples/example"]}},"schemaId":"components/schemas/ReportResponse","exampleIds":["paths/~1report~1{id}/get/responses/200/content/application~1json/examples/example"]},{"code":"401","description":"Unauthorized request"},{"code":"404","description":"No report found"},{"code":"429","description":"Too many requests. Allowed: 1 request per 1 second"}],"pointer":"/paths/~1report~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ReportResponse","exampleIds":["paths/~1report~1{id}/get/responses/200/content/application~1json/examples/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReportResponse","exampleIds":["paths/~1report~1{id}/get/responses/200/content/application~1json/examples/example"]}}},{"code":"401"},{"code":"404"},{"code":"429"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/near-me-check/get_near_me_check"}],"panels":[]}]},"httpPath":"/report/{id}"}],"content":{"contentType":"group","meta":{"name":"Near Me Check"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Near Me Check","showPageActions":true},{"nodeType":"markdoc","content":"Products - Near Me Check"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/near-me-check/categories","summary":"Fetches Uberall categories","prefix":{"name":"get","color":"get"},"badges":[],"link":"/near-me-check/get_categories_near_me_check","deprecated":false},{"title":"/report","summary":"Create a report","prefix":{"name":"post","color":"post"},"badges":[],"link":"/near-me-check/create_near_me_check","deprecated":false},{"title":"/report/{id}","summary":"Get report by id and token","prefix":{"name":"get","color":"get"},"badges":[],"link":"/near-me-check/get_near_me_check","deprecated":false}]}]}]}]}},{"type":"group","label":"Review Generation","link":"/apis/swagger/review-generation","routeSlug":"/apis/swagger/review-generation","items":[{"label":"Find email Identities for given list of email addresses","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/review-generation/get_identities_review_generation","routeSlug":"/apis/swagger/review-generation/get_identities_review_generation","metadata":{"seo":{"title":"Find email Identities for given list of email addresses","description":"Find email Identities for given list of email addresses"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_identities_review_generation","name":"Find email Identities for given list of email addresses","isWebhook":false,"pointer":"/paths/~1customer-engagement~1identities/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Find email Identities for given list of email addresses","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"identity","in":"query","schemaId":"schema_71","description":"Must be url encoded","required":true,"example":"identity=user1%40uberall.com&identity=user2%40uberall.com"},{"name":"shouldUpdateStatus","in":"query","schemaId":"schema_113","description":"When true, we call the email provider to check for identity status","example":"true"}],"pointer":"/paths/~1customer-engagement~1identities/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/customer-engagement/identities","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"identity","in":"query","required":true,"example":"identity=user1%40uberall.com&identity=user2%40uberall.com","schemaId":"schema_71","style":"form","explode":true},{"name":"shouldUpdateStatus","in":"query","required":false,"example":"true","schemaId":"schema_113","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","401","500"],"pointer":"/customer-engagement/identities","href":"review-generation/get_identities_review_generation","openApiOperationId":"get_identities_review_generation","summary":"Find email Identities for given list of email addresses"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetIdentitiesResponse"}},"schemaId":"components/schemas/GetIdentitiesResponse"},{"code":"400","description":"Invalid identities"},{"code":"401","description":"User does not have right permission to perform this action"},{"code":"500","description":"Unexpected server error (generic error envelope; errorCode references the internal error report)","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GlobalErrorResponse"}},"schemaId":"components/schemas/GlobalErrorResponse"}],"pointer":"/paths/~1customer-engagement~1identities/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GetIdentitiesResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GetIdentitiesResponse"}}},{"code":"400"},{"code":"401"},{"code":"500","schemaId":"components/schemas/GlobalErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GlobalErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/review-generation/get_identities_review_generation"}],"panels":[]}]},"httpPath":"/customer-engagement/identities"},{"label":"Create a new email Identity","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/review-generation/create_identity_review_generation","routeSlug":"/apis/swagger/review-generation/create_identity_review_generation","metadata":{"seo":{"title":"Create a new email Identity","description":"Creates a new email Identity in AWS and sends a verification email"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"create_identity_review_generation","name":"Create a new email Identity","isWebhook":false,"pointer":"/paths/~1customer-engagement~1identities/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a new email Identity","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a new email Identity in AWS and sends a verification email"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_114"}},"schemaId":"schema_114","pointer":"/paths/~1customer-engagement~1identities/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/customer-engagement/identities","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_114"}},"responseCodes":["200","400","401","500"],"pointer":"/customer-engagement/identities","href":"review-generation/create_identity_review_generation","openApiOperationId":"create_identity_review_generation","summary":"Create a new email Identity"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_114","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_114"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/IdentityResponse"}},"schemaId":"components/schemas/IdentityResponse"},{"code":"400","description":"Invalid email address"},{"code":"401","description":"User does not have right permission to perform this action"},{"code":"500","description":"Unexpected server error (generic error envelope; errorCode references the internal error report)","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GlobalErrorResponse"}},"schemaId":"components/schemas/GlobalErrorResponse"}],"pointer":"/paths/~1customer-engagement~1identities/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/IdentityResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/IdentityResponse"}}},{"code":"400"},{"code":"401"},{"code":"500","schemaId":"components/schemas/GlobalErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GlobalErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/review-generation/create_identity_review_generation"}],"panels":[]}]},"httpPath":"/customer-engagement/identities"},{"label":"Resend verification email for given email address","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/review-generation/resend_verification_review_generation","routeSlug":"/apis/swagger/review-generation/resend_verification_review_generation","metadata":{"seo":{"title":"Resend verification email for given email address","description":"Resend verification email for given email address"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"resend_verification_review_generation","name":"Resend verification email for given email address","isWebhook":false,"pointer":"/paths/~1customer-engagement~1identities~1resend-verification/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Resend verification email for given email address","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"identity","in":"query","schemaId":"schema_67","description":"Must be url encoded","required":true,"example":"identity=user1%40uberall.com"}],"pointer":"/paths/~1customer-engagement~1identities~1resend-verification/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/customer-engagement/identities/resend-verification","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"identity","in":"query","required":true,"example":"identity=user1%40uberall.com","schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","401","500"],"pointer":"/customer-engagement/identities/resend-verification","href":"review-generation/resend_verification_review_generation","openApiOperationId":"resend_verification_review_generation","summary":"Resend verification email for given email address"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/IdentityResponse"}},"schemaId":"components/schemas/IdentityResponse"},{"code":"400","description":"Invalid identity"},{"code":"401","description":"User does not have right permission to perform this action"},{"code":"500","description":"Unexpected server error (generic error envelope; errorCode references the internal error report)","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GlobalErrorResponse"}},"schemaId":"components/schemas/GlobalErrorResponse"}],"pointer":"/paths/~1customer-engagement~1identities~1resend-verification/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/IdentityResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/IdentityResponse"}}},{"code":"400"},{"code":"401"},{"code":"500","schemaId":"components/schemas/GlobalErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GlobalErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/review-generation/resend_verification_review_generation"}],"panels":[]}]},"httpPath":"/customer-engagement/identities/resend-verification"},{"label":"Find review templates for given location Ids","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/review-generation/get_templates_review_generation","routeSlug":"/apis/swagger/review-generation/get_templates_review_generation","metadata":{"seo":{"title":"Find review templates for given location Ids","description":"Find review templates for given location Ids"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_templates_review_generation","name":"Find review templates for given location Ids","isWebhook":false,"pointer":"/paths/~1customer-engagement~1review-template/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Find review templates for given location Ids","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"empty-message","label":"No request data","labelTranslationKey":"noRequestData"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/customer-engagement/review-template","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","401","500"],"pointer":"/customer-engagement/review-template","href":"review-generation/get_templates_review_generation","openApiOperationId":"get_templates_review_generation","summary":"Find review templates for given location Ids"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_115"}},"schemaId":"schema_115"},{"code":"401","description":"User does not have right permission to perform this action or does not have access to specified locations"},{"code":"500","description":"Unexpected server error (generic error envelope; errorCode references the internal error report)","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GlobalErrorResponse"}},"schemaId":"components/schemas/GlobalErrorResponse"}],"pointer":"/paths/~1customer-engagement~1review-template/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_115","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_115"}}},{"code":"401"},{"code":"500","schemaId":"components/schemas/GlobalErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GlobalErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/review-generation/get_templates_review_generation"}],"panels":[]}]},"httpPath":"/customer-engagement/review-template"},{"label":"Create new review template for given location Ids","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/review-generation/save_template_review_generation","routeSlug":"/apis/swagger/review-generation/save_template_review_generation","metadata":{"seo":{"title":"Create new review template for given location Ids","description":"Creates a review template. When email is present the template type is EMAIL and the locations' businesses need the REVIEW_GENERATION_EMAIL product plan feature; when email is absent the template type is SMS (REVIEW_GENERATION_SMS). For EMAIL templates every review link must have a label."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"save_template_review_generation","name":"Create new review template for given location Ids","isWebhook":false,"pointer":"/paths/~1customer-engagement~1review-template/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create new review template for given location Ids","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Creates a review template. When email is present the template type is EMAIL and the locations' businesses need the REVIEW_GENERATION_EMAIL product plan feature; when email is absent the template type is SMS (REVIEW_GENERATION_SMS). For EMAIL templates every review link must have a label."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_116"}},"schemaId":"schema_116","pointer":"/paths/~1customer-engagement~1review-template/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/customer-engagement/review-template","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_116"}},"responseCodes":["200","400","401","500"],"pointer":"/customer-engagement/review-template","href":"review-generation/save_template_review_generation","openApiOperationId":"save_template_review_generation","summary":"Create new review template for given location Ids"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_116","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_116"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateResponse"}},"schemaId":"components/schemas/ReviewTemplateResponse"},{"code":"400","description":"Invalid ReviewTemplateRequest (failed request validation)"},{"code":"401","description":"User does not have right permission to perform this action or does not have access to specified locations"},{"code":"500","description":"Unexpected server error. Handled failures return this endpoint's usual response shape with only the message field set; unhandled failures return the generic error envelope with errorMessage and errorCode instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateResponse"}},"schemaId":"components/schemas/ReviewTemplateResponse"}],"pointer":"/paths/~1customer-engagement~1review-template/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ReviewTemplateResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateResponse"}}},{"code":"400"},{"code":"401"},{"code":"500","schemaId":"components/schemas/ReviewTemplateResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/review-generation/save_template_review_generation"}],"panels":[]}]},"httpPath":"/customer-engagement/review-template"},{"label":"Start a review generation job for given customer location Ids and review template Id","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/review-generation/start_review_template_job_review_generation","routeSlug":"/apis/swagger/review-generation/start_review_template_job_review_generation","metadata":{"seo":{"title":"Start a review generation job for given customer location Ids and review template Id","description":"Starts a review generation job that sends the review requests to the given customer locations using an existing review template. NOTE: delivery is immediate; scheduling for a future time is not supported. The formerly documented scheduledDateTimeUtc parameter has been removed and is ignored when sent. When the user lacks the required feature or the review template id does not exist, the response is HTTP 200 with an empty jobs list and an explanatory message. If any review link cannot be resolved for any of the given locations, the entire request is rejected: no jobs are created and the failure reasons are reported in the errors field."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"start_review_template_job_review_generation","name":"Start a review generation job for given customer location Ids and review template Id","isWebhook":false,"pointer":"/paths/~1customer-engagement~1review-template~1job/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Start a review generation job for given customer location Ids and review template Id","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Starts a review generation job that sends the review requests to the given customer locations using an existing review template. NOTE: delivery is immediate; scheduling for a future time is not supported. The formerly documented scheduledDateTimeUtc parameter has been removed and is ignored when sent. When the user lacks the required feature or the review template id does not exist, the response is HTTP 200 with an empty jobs list and an explanatory message. If any review link cannot be resolved for any of the given locations, the entire request is rejected: no jobs are created and the failure reasons are reported in the errors field."},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReviewTemplateJobRequest"}},"schemaId":"components/schemas/ReviewTemplateJobRequest","pointer":"/paths/~1customer-engagement~1review-template~1job/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/customer-engagement/review-template/job","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/ReviewTemplateJobRequest"}},"responseCodes":["200","400","401","500"],"pointer":"/customer-engagement/review-template/job","href":"review-generation/start_review_template_job_review_generation","openApiOperationId":"start_review_template_job_review_generation","summary":"Start a review generation job for given customer location Ids and review template Id"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/ReviewTemplateJobRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ReviewTemplateJobRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK. jobs is empty and message is set when the user lacks the required feature or the review template does not exist; jobs is empty and errors is populated when any review link cannot be resolved.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateJobsResponse"}},"schemaId":"components/schemas/ReviewTemplateJobsResponse"},{"code":"400","description":"Invalid ReviewTemplateJobRequest (failed request validation)"},{"code":"401","description":"Request is not authenticated"},{"code":"500","description":"Unexpected server error (generic error envelope; errorCode references the internal error report)","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GlobalErrorResponse"}},"schemaId":"components/schemas/GlobalErrorResponse"}],"pointer":"/paths/~1customer-engagement~1review-template~1job/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ReviewTemplateJobsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateJobsResponse"}}},{"code":"400"},{"code":"401"},{"code":"500","schemaId":"components/schemas/GlobalErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GlobalErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/review-generation/start_review_template_job_review_generation"}],"panels":[]}]},"httpPath":"/customer-engagement/review-template/job"},{"label":"Find review template jobs for given location Ids","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/review-generation/get_review_template_jobs_review_generation","routeSlug":"/apis/swagger/review-generation/get_review_template_jobs_review_generation","metadata":{"seo":{"title":"Find review template jobs for given location Ids","description":"Returns the review template jobs for all locations managed by the authenticated user. Returns an empty list (HTTP 200) when the user lacks the required features or has no managed locations with the required product plan features."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_review_template_jobs_review_generation","name":"Find review template jobs for given location Ids","isWebhook":false,"pointer":"/paths/~1customer-engagement~1review-template~1jobs/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Find review template jobs for given location Ids","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the review template jobs for all locations managed by the authenticated user. Returns an empty list (HTTP 200) when the user lacks the required features or has no managed locations with the required product plan features."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/customer-engagement/review-template/jobs","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","401","500"],"pointer":"/customer-engagement/review-template/jobs","href":"review-generation/get_review_template_jobs_review_generation","openApiOperationId":"get_review_template_jobs_review_generation","summary":"Find review template jobs for given location Ids"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK. Empty list when the user has no permitted locations.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_117"}},"schemaId":"schema_117"},{"code":"401","description":"Request is not authenticated"},{"code":"500","description":"Unexpected server error (generic error envelope; errorCode references the internal error report)","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GlobalErrorResponse"}},"schemaId":"components/schemas/GlobalErrorResponse"}],"pointer":"/paths/~1customer-engagement~1review-template~1jobs/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_117","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_117"}}},{"code":"401"},{"code":"500","schemaId":"components/schemas/GlobalErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/GlobalErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/review-generation/get_review_template_jobs_review_generation"}],"panels":[]}]},"httpPath":"/customer-engagement/review-template/jobs"},{"label":"Get review template media presigned S3 url","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/review-generation/get_presigned_s3url_for_review_template_media_upload_review_generation","routeSlug":"/apis/swagger/review-generation/get_presigned_s3url_for_review_template_media_upload_review_generation","metadata":{"seo":{"title":"Get review template media presigned S3 url","description":"Get review template media presigned S3 url"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_presigned_s3url_for_review_template_media_upload_review_generation","name":"Get review template media presigned S3 url","isWebhook":false,"pointer":"/paths/~1customer-engagement~1review-template~1media~1upload-url/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get review template media presigned S3 url","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"type","in":"query","schemaId":"schema_118","required":true},{"name":"contentType","in":"query","schemaId":"schema_119","required":true},{"name":"fileName","in":"query","schemaId":"schema_120","required":true}],"pointer":"/paths/~1customer-engagement~1review-template~1media~1upload-url/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/customer-engagement/review-template/media/upload-url","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"type","in":"query","required":true,"schemaId":"schema_118","style":"form","explode":true},{"name":"contentType","in":"query","required":true,"schemaId":"schema_119","style":"form","explode":true},{"name":"fileName","in":"query","required":true,"schemaId":"schema_120","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","500"],"pointer":"/customer-engagement/review-template/media/upload-url","href":"review-generation/get_presigned_s3url_for_review_template_media_upload_review_generation","openApiOperationId":"get_presigned_s3url_for_review_template_media_upload_review_generation","summary":"Get review template media presigned S3 url"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateMediaResponse"}},"schemaId":"components/schemas/ReviewTemplateMediaResponse"},{"code":"400","description":"Invalid ReviewTemplateMediaRequest (failed request validation)"},{"code":"403","description":"User does not have right permission to perform this action"},{"code":"500","description":"Unexpected server error. Handled failures return this endpoint's usual response shape with only the message field set; unhandled failures return the generic error envelope with errorMessage and errorCode instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateMediaResponse"}},"schemaId":"components/schemas/ReviewTemplateMediaResponse"}],"pointer":"/paths/~1customer-engagement~1review-template~1media~1upload-url/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ReviewTemplateMediaResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateMediaResponse"}}},{"code":"400"},{"code":"403"},{"code":"500","schemaId":"components/schemas/ReviewTemplateMediaResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateMediaResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/review-generation/get_presigned_s3url_for_review_template_media_upload_review_generation"}],"panels":[]}]},"httpPath":"/customer-engagement/review-template/media/upload-url"},{"label":"Update an existing review template","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/review-generation/update_template_review_generation","routeSlug":"/apis/swagger/review-generation/update_template_review_generation","metadata":{"seo":{"title":"Update an existing review template","description":"Updates a review template. When email is present the template type is EMAIL and the locations' businesses need the REVIEW_GENERATION_EMAIL product plan feature; when email is absent the template type is SMS (REVIEW_GENERATION_SMS). For EMAIL templates every review link must have a label."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"update_template_review_generation","name":"Update an existing review template","isWebhook":false,"pointer":"/paths/~1customer-engagement~1review-template~1{id}/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update an existing review template","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Updates a review template. When email is present the template type is EMAIL and the locations' businesses need the REVIEW_GENERATION_EMAIL product plan feature; when email is absent the template type is SMS (REVIEW_GENERATION_SMS). For EMAIL templates every review link must have a label."},"children":[]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_69","required":true}],"pointer":"/paths/~1customer-engagement~1review-template~1{id}/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_116"}},"schemaId":"schema_116","pointer":"/paths/~1customer-engagement~1review-template~1{id}/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/customer-engagement/review-template/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_69","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"schema_116"}},"responseCodes":["200","400","401","404","500"],"pointer":"/customer-engagement/review-template/{id}","href":"review-generation/update_template_review_generation","openApiOperationId":"update_template_review_generation","summary":"Update an existing review template"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_116","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_116"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateResponse"}},"schemaId":"components/schemas/ReviewTemplateResponse"},{"code":"400","description":"Invalid ReviewTemplateRequest"},{"code":"401","description":"User does not have right permission to perform this action or does not have access to specified locations"},{"code":"404","description":"Review template not found"},{"code":"500","description":"Unexpected server error. Handled failures return this endpoint's usual response shape with only the message field set; unhandled failures return the generic error envelope with errorMessage and errorCode instead.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateResponse"}},"schemaId":"components/schemas/ReviewTemplateResponse"}],"pointer":"/paths/~1customer-engagement~1review-template~1{id}/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ReviewTemplateResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateResponse"}}},{"code":"400"},{"code":"401"},{"code":"404"},{"code":"500","schemaId":"components/schemas/ReviewTemplateResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ReviewTemplateResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/review-generation/update_template_review_generation"}],"panels":[]}]},"httpPath":"/customer-engagement/review-template/{id}"}],"content":{"contentType":"group","meta":{"name":"Review Generation"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Review Generation","showPageActions":true},{"nodeType":"markdoc","content":"Products - Review Generation"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/customer-engagement/identities","summary":"Find email Identities for given list of email addresses","prefix":{"name":"get","color":"get"},"badges":[],"link":"/review-generation/get_identities_review_generation","deprecated":false},{"title":"/customer-engagement/identities","summary":"Create a new email Identity","prefix":{"name":"post","color":"post"},"badges":[],"link":"/review-generation/create_identity_review_generation","deprecated":false},{"title":"/customer-engagement/identities/resend-verification","summary":"Resend verification email for given email address","prefix":{"name":"post","color":"post"},"badges":[],"link":"/review-generation/resend_verification_review_generation","deprecated":false},{"title":"/customer-engagement/review-template","summary":"Find review templates for given location Ids","prefix":{"name":"get","color":"get"},"badges":[],"link":"/review-generation/get_templates_review_generation","deprecated":false},{"title":"/customer-engagement/review-template","summary":"Create new review template for given location Ids","prefix":{"name":"post","color":"post"},"badges":[],"link":"/review-generation/save_template_review_generation","deprecated":false},{"title":"/customer-engagement/review-template/job","summary":"Start a review generation job for given customer location Ids and review template Id","prefix":{"name":"post","color":"post"},"badges":[],"link":"/review-generation/start_review_template_job_review_generation","deprecated":false},{"title":"/customer-engagement/review-template/jobs","summary":"Find review template jobs for given location Ids","prefix":{"name":"get","color":"get"},"badges":[],"link":"/review-generation/get_review_template_jobs_review_generation","deprecated":false},{"title":"/customer-engagement/review-template/media/upload-url","summary":"Get review template media presigned S3 url","prefix":{"name":"get","color":"get"},"badges":[],"link":"/review-generation/get_presigned_s3url_for_review_template_media_upload_review_generation","deprecated":false},{"title":"/customer-engagement/review-template/{id}","summary":"Update an existing review template","prefix":{"name":"put","color":"put"},"badges":[],"link":"/review-generation/update_template_review_generation","deprecated":false}]}]}]}]}},{"type":"group","label":"Social AI","link":"/apis/swagger/social-ai","routeSlug":"/apis/swagger/social-ai","items":[{"label":"Generate AI-based social post content","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/social-ai/generate_content_social_ai","routeSlug":"/apis/swagger/social-ai/generate_content_social_ai","metadata":{"seo":{"title":"Generate AI-based social post content","description":"It looks for previous social posts which match the context in the request and use them to send to the AI to generate similar social post content that mimics tone and style"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"generate_content_social_ai","name":"Generate AI-based social post content","isWebhook":false,"pointer":"/paths/~1social-ai~1generate-content/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Generate AI-based social post content","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"It looks for previous social posts which match the context in the request \n            and use them to send to the AI to generate similar social post content that mimics tone and style"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/GenerateContentRequest"}},"schemaId":"components/schemas/GenerateContentRequest","pointer":"/paths/~1social-ai~1generate-content/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/social-ai/generate-content","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"requestBody":{"application/json":{"schemaId":"components/schemas/GenerateContentRequest"}},"responseCodes":["200"],"pointer":"/social-ai/generate-content","href":"social-ai/generate_content_social_ai","openApiOperationId":"generate_content_social_ai","summary":"Generate AI-based social post content"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/GenerateContentRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/GenerateContentRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"OK","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/GenerateContentResponse"}},"schemaId":"components/schemas/GenerateContentResponse"}],"pointer":"/paths/~1social-ai~1generate-content/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GenerateContentResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/GenerateContentResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/social-ai/generate_content_social_ai"}],"panels":[]}]},"httpPath":"/social-ai/generate-content"}],"content":{"contentType":"group","meta":{"name":"Social AI"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Social AI","showPageActions":true},{"nodeType":"markdoc","content":"Products - Social AI"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/social-ai/generate-content","summary":"Generate AI-based social post content","prefix":{"name":"post","color":"post"},"badges":[],"link":"/social-ai/generate_content_social_ai","deprecated":false}]}]}]}]}},{"type":"group","label":"Social Posting","link":"/apis/swagger/social-posting","routeSlug":"/apis/swagger/social-posting","items":[{"label":"Directories","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/social-posting/get_social_posts_directories","routeSlug":"/apis/swagger/social-posting/get_social_posts_directories","metadata":{"seo":{"title":"Directories","description":"Get a list of directories where a posting is possible for the given combination of parameters. The response also contains warnings like missing directory connections."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_social_posts_directories","name":"Directories","isWebhook":false,"pointer":"/paths/~1social-posts~1directories/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Directories","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a list of directories where a posting is possible for the given combination of parameters.\nThe response also contains warnings like missing directory connections."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"locationIds","in":"query","schemaId":"schema_71","description":"Return directories where posting is possible for these locationIds"},{"name":"businessIds","in":"query","schemaId":"schema_71","description":"Return directories where posting is possible for these businessIds"},{"name":"locationGroupIds","in":"query","schemaId":"schema_71","description":"Return directories where posting is possible for these locationGroupIds"},{"name":"labels","in":"query","schemaId":"schema_71","description":"Return directories where posting is possible for these labels"},{"name":"excludedLocationIds","in":"query","schemaId":"schema_71","description":"List of excluded locationIds"}],"pointer":"/paths/~1social-posts~1directories/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/social-posts/directories","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"locationIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"labels","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/social-posts/directories","href":"social-posting/get_social_posts_directories","openApiOperationId":"get_social_posts_directories","summary":"Directories","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Directories retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SocialPostDirectoriesResponseWrapper","exampleIds":["paths/~1social-posts~1directories/get/responses/200/content/application~1json/examples/GetSocialPostDirectoriesExample"]}},"schemaId":"components/schemas/SocialPostDirectoriesResponseWrapper","exampleIds":["paths/~1social-posts~1directories/get/responses/200/content/application~1json/examples/GetSocialPostDirectoriesExample"]},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/error","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/error","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1directories/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1directories/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1social-posts~1directories/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SocialPostDirectoriesResponseWrapper","exampleIds":["paths/~1social-posts~1directories/get/responses/200/content/application~1json/examples/GetSocialPostDirectoriesExample"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SocialPostDirectoriesResponseWrapper","exampleIds":["paths/~1social-posts~1directories/get/responses/200/content/application~1json/examples/GetSocialPostDirectoriesExample"]}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/error","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/error","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1directories/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1directories/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directories/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/social-posting/get_social_posts_directories"}],"panels":[]}]},"httpPath":"/social-posts/directories"},{"label":"Get several Social Posts","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/social-posting/get_social_posts","routeSlug":"/apis/swagger/social-posting/get_social_posts","metadata":{"seo":{"title":"Get several Social Posts","description":"Get several Social Posts."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_social_posts","name":"Get several Social Posts","isWebhook":false,"pointer":"/paths/~1social-posts/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get several Social Posts","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get several Social Posts."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"offset","in":"query","schemaId":"schema_69","description":"The offset of the first social post to return"},{"name":"max","in":"query","schemaId":"schema_69","description":"The maximum number of social posts to return"},{"name":"locationIds","in":"query","schemaId":"schema_71","description":"Return social posts for this locations"},{"name":"socialPostStatuses","in":"query","schemaId":"schema_71","description":"Return social posts with these statuses"},{"name":"isStoreLocator","in":"query","schemaId":"schema_72","description":"Is the post for store locator"},{"name":"campaignIds","in":"query","schemaId":"schema_71","description":"Return social posts for these campaigns"}],"pointer":"/paths/~1social-posts/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/social-posts","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"socialPostStatuses","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"isStoreLocator","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"campaignIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/social-posts","href":"social-posting/get_social_posts","openApiOperationId":"get_social_posts","summary":"Get several Social Posts","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Social Posts retrieved.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SocialPostsResponseWrapper","exampleIds":["paths/~1social-posts/get/responses/200/content/application~1json/examples/GetSocialPostsExample"]}},"schemaId":"components/schemas/SocialPostsResponseWrapper","exampleIds":["paths/~1social-posts/get/responses/200/content/application~1json/examples/GetSocialPostsExample"]},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts/get/responses/400/content/application~1json/examples/error","paths/~1social-posts/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts/get/responses/400/content/application~1json/examples/error","paths/~1social-posts/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1social-posts/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SocialPostsResponseWrapper","exampleIds":["paths/~1social-posts/get/responses/200/content/application~1json/examples/GetSocialPostsExample"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SocialPostsResponseWrapper","exampleIds":["paths/~1social-posts/get/responses/200/content/application~1json/examples/GetSocialPostsExample"]}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts/get/responses/400/content/application~1json/examples/error","paths/~1social-posts/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts/get/responses/400/content/application~1json/examples/error","paths/~1social-posts/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/social-posting/get_social_posts"}],"panels":[]}]},"httpPath":"/social-posts"},{"label":"Create a Social Post","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/social-posting/post_social_posts","routeSlug":"/apis/swagger/social-posting/post_social_posts","metadata":{"seo":{"title":"Create a Social Post","description":"Create a new Social Post. Requires either one businessId or one locationId or one label. When a combination of those fields is provided all matching locations are added together."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_social_posts","name":"Create a Social Post","isWebhook":false,"pointer":"/paths/~1social-posts/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Social Post","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a new Social Post. \nRequires either one businessId or one locationId or one label.\nWhen a combination of those fields is provided all matching locations are added together."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/SocialPostSwaggerWrapper"}},"schemaId":"components/schemas/SocialPostSwaggerWrapper","pointer":"/paths/~1social-posts/post/requestBody","description":"A SocialPost object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/social-posts","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/SocialPostSwaggerWrapper"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/social-posts","href":"social-posting/post_social_posts","openApiOperationId":"post_social_posts","summary":"Create a Social Post","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/SocialPostSwaggerWrapper","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/SocialPostSwaggerWrapper"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Social Posts created.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SocialPostWrapper","exampleIds":["paths/~1social-posts/post/responses/200/content/application~1json/examples/CreateSocialPostExample"]}},"schemaId":"components/schemas/SocialPostWrapper","exampleIds":["paths/~1social-posts/post/responses/200/content/application~1json/examples/CreateSocialPostExample"]},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts/post/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts/post/responses/400/content/application~1json/examples/error","paths/~1social-posts/post/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts/post/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts/post/responses/400/content/application~1json/examples/error","paths/~1social-posts/post/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1social-posts/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SocialPostWrapper","exampleIds":["paths/~1social-posts/post/responses/200/content/application~1json/examples/CreateSocialPostExample"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SocialPostWrapper","exampleIds":["paths/~1social-posts/post/responses/200/content/application~1json/examples/CreateSocialPostExample"]}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts/post/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts/post/responses/400/content/application~1json/examples/error","paths/~1social-posts/post/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts/post/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts/post/responses/400/content/application~1json/examples/error","paths/~1social-posts/post/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/social-posting/post_social_posts"}],"panels":[]}]},"httpPath":"/social-posts"},{"label":"Get a Social Post","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/social-posting/get_social_posts_id","routeSlug":"/apis/swagger/social-posting/get_social_posts_id","metadata":{"seo":{"title":"Get a Social Post","description":"Get a Social Plan identified by its unique uberall ID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_social_posts_id","name":"Get a Social Post","isWebhook":false,"pointer":"/paths/~1social-posts~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Social Post","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a Social Plan identified by its unique uberall ID."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID of the Social Post you want to get","required":true}],"pointer":"/paths/~1social-posts~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/social-posts/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/social-posts/{id}","href":"social-posting/get_social_posts_id","openApiOperationId":"get_social_posts_id","summary":"Get a Social Post","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Social Post retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SocialPostResponseWrapper","exampleIds":["paths/~1social-posts~1{id}/get/responses/200/content/application~1json/examples/GetSocialPostIdExample"]}},"schemaId":"components/schemas/SocialPostResponseWrapper","exampleIds":["paths/~1social-posts~1{id}/get/responses/200/content/application~1json/examples/GetSocialPostIdExample"]},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1social-posts~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SocialPostResponseWrapper","exampleIds":["paths/~1social-posts~1{id}/get/responses/200/content/application~1json/examples/GetSocialPostIdExample"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SocialPostResponseWrapper","exampleIds":["paths/~1social-posts~1{id}/get/responses/200/content/application~1json/examples/GetSocialPostIdExample"]}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/social-posting/get_social_posts_id"}],"panels":[]}]},"httpPath":"/social-posts/{id}"},{"label":"Delete a Social Post","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/social-posting/delete_social_posts_id","routeSlug":"/apis/swagger/social-posting/delete_social_posts_id","metadata":{"seo":{"title":"Delete a Social Post","description":"Delete an existing Social Post identified by its unique uberall ID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_social_posts_id","name":"Delete a Social Post","isWebhook":false,"pointer":"/paths/~1social-posts~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Social Post","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete an existing Social Post identified by its unique uberall ID."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID of the Social Post that should be deleted","required":true}],"pointer":"/paths/~1social-posts~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/social-posts/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/social-posts/{id}","href":"social-posting/delete_social_posts_id","openApiOperationId":"delete_social_posts_id","summary":"Delete a Social Post","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Social Post deleted","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SocialPostResponseWrapper","exampleIds":["paths/~1social-posts~1{id}/delete/responses/200/content/application~1json/examples/DeleteSocialPostIdExample"]}},"schemaId":"components/schemas/SocialPostResponseWrapper","exampleIds":["paths/~1social-posts~1{id}/delete/responses/200/content/application~1json/examples/DeleteSocialPostIdExample"]},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1social-posts~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SocialPostResponseWrapper","exampleIds":["paths/~1social-posts~1{id}/delete/responses/200/content/application~1json/examples/DeleteSocialPostIdExample"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SocialPostResponseWrapper","exampleIds":["paths/~1social-posts~1{id}/delete/responses/200/content/application~1json/examples/DeleteSocialPostIdExample"]}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/social-posting/delete_social_posts_id"}],"panels":[]}]},"httpPath":"/social-posts/{id}"},{"label":"Update a Social Post","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/social-posting/patch_social_posts_id","routeSlug":"/apis/swagger/social-posting/patch_social_posts_id","metadata":{"seo":{"title":"Update a Social Post","description":"Edit an existing Social Post identified by its unique uberall ID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_social_posts_id","name":"Update a Social Post","isWebhook":false,"pointer":"/paths/~1social-posts~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Social Post","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Edit an existing Social Post identified by its unique uberall ID."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID of the Social Post yu want to edit","required":true}],"pointer":"/paths/~1social-posts~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/SocialPostSwaggerWrapper"}},"schemaId":"components/schemas/SocialPostSwaggerWrapper","pointer":"/paths/~1social-posts~1{id}/patch/requestBody","description":"A SocialPost object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/social-posts/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/SocialPostSwaggerWrapper"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/social-posts/{id}","href":"social-posting/patch_social_posts_id","openApiOperationId":"patch_social_posts_id","summary":"Update a Social Post","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/SocialPostSwaggerWrapper","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/SocialPostSwaggerWrapper"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Social Post updated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SocialPostResponseWrapper","exampleIds":["paths/~1social-posts~1{id}/patch/responses/200/content/application~1json/examples/PatchSocialPostIdExample"]}},"schemaId":"components/schemas/SocialPostResponseWrapper","exampleIds":["paths/~1social-posts~1{id}/patch/responses/200/content/application~1json/examples/PatchSocialPostIdExample"]},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1social-posts~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SocialPostResponseWrapper","exampleIds":["paths/~1social-posts~1{id}/patch/responses/200/content/application~1json/examples/PatchSocialPostIdExample"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SocialPostResponseWrapper","exampleIds":["paths/~1social-posts~1{id}/patch/responses/200/content/application~1json/examples/PatchSocialPostIdExample"]}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/social-posting/patch_social_posts_id"}],"panels":[]}]},"httpPath":"/social-posts/{id}"},{"label":"Get a list of Directory Pages","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/social-posting/get_social_posts_directory_pages","routeSlug":"/apis/swagger/social-posting/get_social_posts_directory_pages","metadata":{"seo":{"title":"Get a list of Directory Pages","description":"Get several Directory Pages."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_social_posts_directory_pages","name":"Get a list of Directory Pages","isWebhook":false,"pointer":"/paths/~1social-posts~1directory-pages/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a list of Directory Pages","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get several Directory Pages."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"types","in":"query","schemaId":"schema_67","description":"The directory types we want pages for."},{"name":"levels","in":"query","schemaId":"schema_67","description":"String that represents the level of a directory page. The 2 possible values are \"LISTING\" and \"BUSINESS\""},{"name":"locationIds","in":"query","schemaId":"schema_71","description":"Return directory pages where input locationIds have access to"},{"name":"page","in":"query","schemaId":"schema_69","description":"Used for pagination. Page number we're interested in"},{"name":"size","in":"query","schemaId":"schema_69","description":"Used for pagination. It indicates the amount of result to be returned in a single page"},{"name":"query","in":"query","schemaId":"schema_67","description":"Filter by page name"}],"pointer":"/paths/~1social-posts~1directory-pages/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/social-posts/directory-pages","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"types","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"levels","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"page","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"size","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/social-posts/directory-pages","href":"social-posting/get_social_posts_directory_pages","openApiOperationId":"get_social_posts_directory_pages","summary":"Get a list of Directory Pages","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Directory Pages retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ListDirectoryPagesResponseWrapper","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/200/content/application~1json/examples/GetSocialPostDirectoryPageExample"]}},"schemaId":"components/schemas/ListDirectoryPagesResponseWrapper","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/200/content/application~1json/examples/GetSocialPostDirectoryPageExample"]},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/error","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/error","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1directory-pages/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1directory-pages/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1social-posts~1directory-pages/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ListDirectoryPagesResponseWrapper","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/200/content/application~1json/examples/GetSocialPostDirectoryPageExample"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ListDirectoryPagesResponseWrapper","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/200/content/application~1json/examples/GetSocialPostDirectoryPageExample"]}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/error","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/error","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1directory-pages/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1directory-pages/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1directory-pages/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/social-posting/get_social_posts_directory_pages"}],"panels":[]}]},"httpPath":"/social-posts/directory-pages"},{"label":"Validate the Apple CTA","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/social-posting/post_social_posts_validate_apple_cta","routeSlug":"/apis/swagger/social-posting/post_social_posts_validate_apple_cta","metadata":{"seo":{"title":"Validate the Apple CTA","description":"Check if the CTA is valid for an Apple post"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_social_posts_validate_apple_cta","name":"Validate the Apple CTA","isWebhook":false,"pointer":"/paths/~1social-posts~1validate-apple-cta/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Validate the Apple CTA","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Check if the CTA is valid for an Apple post"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"cta","in":"query","schemaId":"schema_67","description":"The call to action","required":true},{"name":"locationIds","in":"query","schemaId":"schema_71","description":"The location IDs","required":true}],"pointer":"/paths/~1social-posts~1validate-apple-cta/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/social-posts/validate-apple-cta","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"cta","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true},{"name":"locationIds","in":"query","required":true,"schemaId":"schema_71","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","205","206","400","401","403","404","409"],"pointer":"/social-posts/validate-apple-cta","href":"social-posting/post_social_posts_validate_apple_cta","openApiOperationId":"post_social_posts_validate_apple_cta","summary":"Validate the Apple CTA","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"All locations support the CTA"},{"code":"205","description":"No locations support the CTA"},{"code":"206","description":"Some locations do not support the CTA","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_121"}},"schemaId":"schema_121"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/error","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/error","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1validate-apple-cta/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1validate-apple-cta/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1social-posts~1validate-apple-cta/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200"},{"code":"205"},{"code":"206","schemaId":"schema_121","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_121"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/error","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/wrong_type","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/error","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/bad_request","paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/unauthorized","paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_token","paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1validate-apple-cta/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/403/content/application~1json/examples/forbidden","paths/~1social-posts~1validate-apple-cta/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1social-posts~1validate-apple-cta/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/social-posting/post_social_posts_validate_apple_cta"}],"panels":[]}]},"httpPath":"/social-posts/validate-apple-cta"}],"content":{"contentType":"group","meta":{"name":"Social Posting"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Social Posting","showPageActions":true},{"nodeType":"markdoc","content":"Products - Social Posting"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/social-posts/directories","summary":"Directories","prefix":{"name":"get","color":"get"},"badges":[],"link":"/social-posting/get_social_posts_directories","deprecated":false},{"title":"/social-posts","summary":"Get several Social Posts","prefix":{"name":"get","color":"get"},"badges":[],"link":"/social-posting/get_social_posts","deprecated":false},{"title":"/social-posts","summary":"Create a Social Post","prefix":{"name":"post","color":"post"},"badges":[],"link":"/social-posting/post_social_posts","deprecated":false},{"title":"/social-posts/{id}","summary":"Get a Social Post","prefix":{"name":"get","color":"get"},"badges":[],"link":"/social-posting/get_social_posts_id","deprecated":false},{"title":"/social-posts/{id}","summary":"Delete a Social Post","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/social-posting/delete_social_posts_id","deprecated":false},{"title":"/social-posts/{id}","summary":"Update a Social Post","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/social-posting/patch_social_posts_id","deprecated":false},{"title":"/social-posts/directory-pages","summary":"Get a list of Directory Pages","prefix":{"name":"get","color":"get"},"badges":[],"link":"/social-posting/get_social_posts_directory_pages","deprecated":false},{"title":"/social-posts/validate-apple-cta","summary":"Validate the Apple CTA","prefix":{"name":"post","color":"post"},"badges":[],"link":"/social-posting/post_social_posts_validate_apple_cta","deprecated":false}]}]}]}]}},{"type":"group","label":"Status Check","link":"/apis/swagger/status-check","routeSlug":"/apis/swagger/status-check","items":[{"label":"Returns a list of the last searches","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/status-check/get_search","routeSlug":"/apis/swagger/status-check/get_search","metadata":{"seo":{"title":"Returns a list of the last searches","description":"Returns a list of the last searches"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_search","name":"Returns a list of the last searches","isWebhook":false,"pointer":"/paths/~1search/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Returns a list of the last searches","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of the last searches"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-PUBLIC-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-PUBLIC-API-KEY","description":"Client-side API key intended for non-sensitive operations from browsers.\n                                    This key has highly restricted permissions and can only be used for status checks. Include as a header with applicable requests."}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"max","in":"query","schemaId":"schema_69","description":"Used for pagination. Maximum number of results per page. Default: 50","example":50},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0","example":0}],"pointer":"/paths/~1search/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/search","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"max","in":"query","required":false,"example":50,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"example":0,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-PUBLIC-API-KEY","type":"apiKey","name":"X-PUBLIC-API-KEY","in":"header"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/search","href":"status-check/get_search","openApiOperationId":"get_search","summary":"Returns a list of the last searches"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved status reports","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SearchDataListWrapper"}},"schemaId":"components/schemas/SearchDataListWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1search/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1search/get/responses/400/content/application~1json/examples/wrong_type","paths/~1search/get/responses/400/content/application~1json/examples/error","paths/~1search/get/responses/400/content/application~1json/examples/bad_request","paths/~1search/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1search/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1search/get/responses/400/content/application~1json/examples/wrong_type","paths/~1search/get/responses/400/content/application~1json/examples/error","paths/~1search/get/responses/400/content/application~1json/examples/bad_request","paths/~1search/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/401/content/application~1json/examples/unauthorized","paths/~1search/get/responses/401/content/application~1json/examples/bad_token","paths/~1search/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1search/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/401/content/application~1json/examples/unauthorized","paths/~1search/get/responses/401/content/application~1json/examples/bad_token","paths/~1search/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1search/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/403/content/application~1json/examples/forbidden","paths/~1search/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/403/content/application~1json/examples/forbidden","paths/~1search/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1search/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SearchDataListWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SearchDataListWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1search/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1search/get/responses/400/content/application~1json/examples/wrong_type","paths/~1search/get/responses/400/content/application~1json/examples/error","paths/~1search/get/responses/400/content/application~1json/examples/bad_request","paths/~1search/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1search/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1search/get/responses/400/content/application~1json/examples/wrong_type","paths/~1search/get/responses/400/content/application~1json/examples/error","paths/~1search/get/responses/400/content/application~1json/examples/bad_request","paths/~1search/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/401/content/application~1json/examples/unauthorized","paths/~1search/get/responses/401/content/application~1json/examples/bad_token","paths/~1search/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1search/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/401/content/application~1json/examples/unauthorized","paths/~1search/get/responses/401/content/application~1json/examples/bad_token","paths/~1search/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1search/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/403/content/application~1json/examples/forbidden","paths/~1search/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/403/content/application~1json/examples/forbidden","paths/~1search/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/status-check/get_search"}],"panels":[]}]},"httpPath":"/search"},{"label":"Initiate a Search","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/status-check/post_search","routeSlug":"/apis/swagger/status-check/post_search","metadata":{"seo":{"title":"Initiate a Search","description":"Initiate an online presence check starting with the name and address of the location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_search","name":"Initiate a Search","isWebhook":false,"pointer":"/paths/~1search/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Initiate a Search","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Initiate an online presence check starting with the name and address of the location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-PUBLIC-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-PUBLIC-API-KEY","description":"Client-side API key intended for non-sensitive operations from browsers.\n                                    This key has highly restricted permissions and can only be used for status checks. Include as a header with applicable requests."}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"name","in":"query","schemaId":"schema_67","description":"The name of the location","required":true},{"name":"street","in":"query","schemaId":"schema_67","description":"The street address of the location","required":true},{"name":"streetNo","in":"query","schemaId":"schema_67","description":"unless already in address field. The location's street number\n"},{"name":"zip","in":"query","schemaId":"schema_67","description":"Zip code"},{"name":"country","in":"query","schemaId":"schema_67","description":"The country of the location. ISO 3166-1 alpha-2 country code (e.g. US, CA, DE, FR)","required":true},{"name":"city","in":"query","schemaId":"schema_67","description":"The city of the location"},{"name":"province","in":"query","schemaId":"schema_67","description":"The province of the location"},{"name":"lat","in":"query","schemaId":"schema_67","description":"The latitude of the location"},{"name":"lng","in":"query","schemaId":"schema_67","description":"The longitude of the location"},{"name":"phone","in":"query","schemaId":"schema_67","description":"The phone number of the location"}],"pointer":"/paths/~1search/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/search","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"name","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true},{"name":"street","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true},{"name":"streetNo","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"zip","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"country","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true},{"name":"city","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"province","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"lat","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"lng","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"phone","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-PUBLIC-API-KEY","type":"apiKey","name":"X-PUBLIC-API-KEY","in":"header"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/search","href":"status-check/post_search","openApiOperationId":"post_search","summary":"Initiate a Search"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully created search object","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SearchDataWrapper"}},"schemaId":"components/schemas/SearchDataWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1search/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1search/post/responses/400/content/application~1json/examples/wrong_type","paths/~1search/post/responses/400/content/application~1json/examples/error","paths/~1search/post/responses/400/content/application~1json/examples/bad_request","paths/~1search/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1search/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1search/post/responses/400/content/application~1json/examples/wrong_type","paths/~1search/post/responses/400/content/application~1json/examples/error","paths/~1search/post/responses/400/content/application~1json/examples/bad_request","paths/~1search/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/401/content/application~1json/examples/unauthorized","paths/~1search/post/responses/401/content/application~1json/examples/bad_token","paths/~1search/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1search/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/401/content/application~1json/examples/unauthorized","paths/~1search/post/responses/401/content/application~1json/examples/bad_token","paths/~1search/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1search/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/403/content/application~1json/examples/forbidden","paths/~1search/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/403/content/application~1json/examples/forbidden","paths/~1search/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1search/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SearchDataWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SearchDataWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1search/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1search/post/responses/400/content/application~1json/examples/wrong_type","paths/~1search/post/responses/400/content/application~1json/examples/error","paths/~1search/post/responses/400/content/application~1json/examples/bad_request","paths/~1search/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1search/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1search/post/responses/400/content/application~1json/examples/wrong_type","paths/~1search/post/responses/400/content/application~1json/examples/error","paths/~1search/post/responses/400/content/application~1json/examples/bad_request","paths/~1search/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/401/content/application~1json/examples/unauthorized","paths/~1search/post/responses/401/content/application~1json/examples/bad_token","paths/~1search/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1search/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/401/content/application~1json/examples/unauthorized","paths/~1search/post/responses/401/content/application~1json/examples/bad_token","paths/~1search/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1search/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/403/content/application~1json/examples/forbidden","paths/~1search/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/403/content/application~1json/examples/forbidden","paths/~1search/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/status-check/post_search"}],"panels":[]}]},"httpPath":"/search"},{"label":"Search in a Directory","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/status-check/get_search_id","routeSlug":"/apis/swagger/status-check/get_search_id","metadata":{"seo":{"title":"Search in a Directory","description":"Search for a location identified by a uberall unique id in a specific directory"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_search_id","name":"Search in a Directory","isWebhook":false,"pointer":"/paths/~1search~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Search in a Directory","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Search for a location identified by a uberall unique id in a specific directory"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-PUBLIC-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-PUBLIC-API-KEY","description":"Client-side API key intended for non-sensitive operations from browsers.\n                                    This key has highly restricted permissions and can only be used for status checks. Include as a header with applicable requests."}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The unique id of the SearchData returned by /api/search/","required":true}],"pointer":"/paths/~1search~1{id}/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"directory","in":"query","schemaId":"schema_67","description":"The directory you want to search in"},{"name":"token","in":"query","schemaId":"schema_67","description":"The token you got using /api/search"}],"pointer":"/paths/~1search~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/search/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"directory","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"token","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-PUBLIC-API-KEY","type":"apiKey","name":"X-PUBLIC-API-KEY","in":"header"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/search/{id}","href":"status-check/get_search_id","openApiOperationId":"get_search_id","summary":"Search in a Directory"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully searched directory","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BasicListingResultWrapper"}},"schemaId":"components/schemas/BasicListingResultWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1search~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1search~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1search~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BasicListingResultWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BasicListingResultWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1search~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1search~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1search~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1search~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/status-check/get_search_id"}],"panels":[]}]},"httpPath":"/search/{id}"}],"content":{"contentType":"group","meta":{"name":"Status Check"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Status Check","showPageActions":true},{"nodeType":"markdoc","content":"Products - Status Check"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/search","summary":"Returns a list of the last searches","prefix":{"name":"get","color":"get"},"badges":[],"link":"/status-check/get_search","deprecated":false},{"title":"/search","summary":"Initiate a Search","prefix":{"name":"post","color":"post"},"badges":[],"link":"/status-check/post_search","deprecated":false},{"title":"/search/{id}","summary":"Search in a Directory","prefix":{"name":"get","color":"get"},"badges":[],"link":"/status-check/get_search_id","deprecated":false}]}]}]}]}},{"type":"group","label":"Store Finder","link":"/apis/swagger/store-finder","routeSlug":"/apis/swagger/store-finder","items":[{"label":"Get all locations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/store-finder/get_store_finders_storekey_locations_all","routeSlug":"/apis/swagger/store-finder/get_store_finders_storekey_locations_all","metadata":{"seo":{"title":"Get all locations","description":"Get all locations in your store finder"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_store_finders_storeKey_locations_all","name":"Get all locations","isWebhook":false,"pointer":"/paths/~1store-finders~1{storeKey}~1locations~1all/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get all locations in your store finder"},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"storeKey","in":"path","schemaId":"schema_67","description":"Your store finder key","required":true}],"pointer":"/paths/~1store-finders~1{storeKey}~1locations~1all/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"country","in":"query","schemaId":"schema_71","description":"Optional parameter to filter locations from a specific country"},{"name":"fieldMask","in":"query","schemaId":"schema_71","description":"The list of fields the response object should contain","example":"name&fieldMask=id"}],"pointer":"/paths/~1store-finders~1{storeKey}~1locations~1all/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/store-finders/{storeKey}/locations/all","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"storeKey","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"country","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"fieldMask","in":"query","required":false,"example":"name&fieldMask=id","schemaId":"schema_71","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/store-finders/{storeKey}/locations/all","href":"store-finder/get_store_finders_storekey_locations_all","openApiOperationId":"get_store_finders_storeKey_locations_all","summary":"Get all locations"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StoreFinderResponseListWrapper"}},"schemaId":"components/schemas/StoreFinderResponseListWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/400/content/application~1json/examples/fieldMask invalid","paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/400/content/application~1json/examples/storeKey invalid"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/400/content/application~1json/examples/fieldMask invalid","paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/400/content/application~1json/examples/storeKey invalid"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1store-finders~1{storeKey}~1locations~1all/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/StoreFinderResponseListWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StoreFinderResponseListWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/400/content/application~1json/examples/fieldMask invalid","paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/400/content/application~1json/examples/storeKey invalid"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/400/content/application~1json/examples/fieldMask invalid","paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/400/content/application~1json/examples/storeKey invalid"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/store-finder/get_store_finders_storekey_locations_all"}],"panels":[]}]},"httpPath":"/store-finders/{storeKey}/locations/all"},{"label":"Get location details","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/store-finder/get_store_finders_storekey_locations_id","routeSlug":"/apis/swagger/store-finder/get_store_finders_storekey_locations_id","metadata":{"seo":{"title":"Get location details","description":"Get details for a specific location within the store finder"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_store_finders_storeKey_locations_id","name":"Get location details","isWebhook":false,"pointer":"/paths/~1store-finders~1{storeKey}~1locations~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get location details","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get details for a specific location within the store finder"},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"storeKey","in":"path","schemaId":"schema_67","description":"Your store finder key","required":true},{"name":"id","in":"path","schemaId":"schema_67","description":"The location id, identifier or a custom slug","required":true}],"pointer":"/paths/~1store-finders~1{storeKey}~1locations~1{id}/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"language","in":"query","schemaId":"schema_67","description":"The language the location data should be returned in (only applicable if location translation feature is enabled)","example":"en"},{"name":"country","in":"query","schemaId":"schema_71","description":"Countries to filter for"},{"name":"customFields","in":"query","schemaId":"schema_72","description":"Should customFields be included in the response"},{"name":"identifier","in":"query","schemaId":"schema_72","description":"When true id is the location identifier otherwise its id"},{"name":"reviewRatings","in":"query","schemaId":"schema_122","description":"Review ratings to include in the detailed response"},{"name":"slug","in":"query","schemaId":"schema_67","description":"If a slug was provided as ID which customField should we match it for"},{"name":"fieldMask","in":"query","schemaId":"schema_71","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The list of fields the response object should contain, in the following format: \"fieldMask=name&fieldMask=id\""},"children":[]}]}]}]}],"pointer":"/paths/~1store-finders~1{storeKey}~1locations~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/store-finders/{storeKey}/locations/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"storeKey","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"language","in":"query","required":false,"example":"en","schemaId":"schema_67","style":"form","explode":true},{"name":"country","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"customFields","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"identifier","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"reviewRatings","in":"query","required":false,"schemaId":"schema_122","style":"form","explode":true},{"name":"slug","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"fieldMask","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/store-finders/{storeKey}/locations/{id}","href":"store-finder/get_store_finders_storekey_locations_id","openApiOperationId":"get_store_finders_storeKey_locations_id","summary":"Get location details"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StoreFinderResponseWrapper"}},"schemaId":"components/schemas/StoreFinderResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/fieldMask invalid","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/reviewRatings invalid","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/slug invalid","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/storeKey invalid"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/fieldMask invalid","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/reviewRatings invalid","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/slug invalid","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/storeKey invalid"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/StoreFinderResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StoreFinderResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/fieldMask invalid","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/reviewRatings invalid","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/slug invalid","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/storeKey invalid"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/fieldMask invalid","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/reviewRatings invalid","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/slug invalid","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/storeKey invalid"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/store-finder/get_store_finders_storekey_locations_id"}],"panels":[]}]},"httpPath":"/store-finders/{storeKey}/locations/{id}"},{"label":"Get all possible filter values","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/store-finder/get_store_finders_storekey_filters","routeSlug":"/apis/swagger/store-finder/get_store_finders_storekey_filters","metadata":{"seo":{"title":"Get all possible filter values","description":"Will return all possible filter values for the given store finder. If locations are eligible for translations and a language is provided it will translate the values."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_store_finders_storeKey_filters","name":"Get all possible filter values","isWebhook":false,"pointer":"/paths/~1store-finders~1{storeKey}~1filters/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all possible filter values","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Will return all possible filter values for the given store finder. If locations are eligible for translations and a language is provided it will translate the values."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"storeKey","in":"path","schemaId":"schema_67","description":"Your store finder key","required":true}],"pointer":"/paths/~1store-finders~1{storeKey}~1filters/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"language","in":"query","schemaId":"schema_67","description":"The language to show the filter values in","example":"en"},{"name":"country","in":"query","schemaId":"schema_71","description":"Optional parameter to filter locations from a specific country","example":"FR"},{"name":"filters","in":"query","schemaId":"schema_71","description":"The names of the filters for which the values should be returned","example":"services"}],"pointer":"/paths/~1store-finders~1{storeKey}~1filters/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/store-finders/{storeKey}/filters","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"storeKey","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"language","in":"query","required":false,"example":"en","schemaId":"schema_67","style":"form","explode":true},{"name":"country","in":"query","required":false,"example":"FR","schemaId":"schema_71","style":"form","explode":true},{"name":"filters","in":"query","required":false,"example":"services","schemaId":"schema_71","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/store-finders/{storeKey}/filters","href":"store-finder/get_store_finders_storekey_filters","openApiOperationId":"get_store_finders_storeKey_filters","summary":"Get all possible filter values"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StoreFinderFiltersWrapper"}},"schemaId":"components/schemas/StoreFinderFiltersWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1filters/get/responses/400/content/application~1json/examples/storeKey invalid"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1filters/get/responses/400/content/application~1json/examples/storeKey invalid"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1filters/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1filters/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1filters/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1filters/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1filters/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1filters/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1store-finders~1{storeKey}~1filters/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/StoreFinderFiltersWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StoreFinderFiltersWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1filters/get/responses/400/content/application~1json/examples/storeKey invalid"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1filters/get/responses/400/content/application~1json/examples/storeKey invalid"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1filters/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1filters/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1filters/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1filters/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1filters/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1filters/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/store-finder/get_store_finders_storekey_filters"}],"panels":[]}]},"httpPath":"/store-finders/{storeKey}/filters"},{"label":"Get location content collections","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/store-finder/get_store_finders_storekey_locations_id_content_collections_type","routeSlug":"/apis/swagger/store-finder/get_store_finders_storekey_locations_id_content_collections_type","metadata":{"seo":{"title":"Get location content collections","description":"Get content collection items (e.g. menus, products, services, custom items, people, FAQs) for a specific location within the store finder."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_store_finders_storeKey_locations_id_content_collections_type","name":"Get location content collections","isWebhook":false,"pointer":"/paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get location content collections","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get content collection items (e.g. menus, products, services, custom items, people, FAQs) for a specific location within the store finder."},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"storeKey","in":"path","schemaId":"schema_67","description":"Your store finder key","required":true},{"name":"id","in":"path","schemaId":"schema_67","description":"The location id","required":true},{"name":"type","in":"path","schemaId":"schema_123","description":"The content collection type to return.","required":true}],"pointer":"/paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"language","in":"query","schemaId":"schema_67","description":"The language the content should be returned in. Translatable fields fall back to the original value when no translation exists for the requested locale.","example":"en"}],"pointer":"/paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/store-finders/{storeKey}/locations/{id}/content-collections/{type}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"storeKey","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"type","in":"path","required":true,"schemaId":"schema_123","style":"simple","explode":false}],"query":[{"name":"language","in":"query","required":false,"example":"en","schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/store-finders/{storeKey}/locations/{id}/content-collections/{type}","href":"store-finder/get_store_finders_storekey_locations_id_content_collections_type","openApiOperationId":"get_store_finders_storeKey_locations_id_content_collections_type","summary":"Get location content collections"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StoreFinderContentCollectionsResponseWrapper"}},"schemaId":"components/schemas/StoreFinderContentCollectionsResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/400/content/application~1json/examples/type missing","paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/400/content/application~1json/examples/type invalid"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/400/content/application~1json/examples/type missing","paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/400/content/application~1json/examples/type invalid"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/StoreFinderContentCollectionsResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StoreFinderContentCollectionsResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/400/content/application~1json/examples/type missing","paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/400/content/application~1json/examples/type invalid"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/400/content/application~1json/examples/type missing","paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/400/content/application~1json/examples/type invalid"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/store-finder/get_store_finders_storekey_locations_id_content_collections_type"}],"panels":[]}]},"httpPath":"/store-finders/{storeKey}/locations/{id}/content-collections/{type}"},{"label":"Search among the locations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/store-finder/get_store_finders_storekey_locations","routeSlug":"/apis/swagger/store-finder/get_store_finders_storekey_locations","metadata":{"seo":{"title":"Search among the locations","description":"Search among the locations of the store finder"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_store_finders_storeKey_locations","name":"Search among the locations","isWebhook":false,"pointer":"/paths/~1store-finders~1{storeKey}~1locations/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Search among the locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Search among the locations of the store finder"},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"storeKey","in":"path","schemaId":"schema_67","description":"Your store finder key","required":true}],"pointer":"/paths/~1store-finders~1{storeKey}~1locations/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"filter","in":"query","schemaId":"schema_124","description":"Only return those locations that match the given filter","example":"services=pickup&services=wifi&my-cool-filter=custom-value"},{"name":"cities","in":"query","schemaId":"schema_71","description":"List of cites to search for"},{"name":"language","in":"query","schemaId":"schema_67","description":"The language the location data should be returned in (only applicable if location translation feature is enabled)","example":"en"},{"name":"fieldMask","in":"query","schemaId":"schema_71","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The list of fields the response object should contain, in the following format: \"fieldMask=name&fieldMask=id\""},"children":[]}]}]}]},{"name":"geo","in":"query","schemaId":"schema_72","description":"When true (default), searches by proximity using lat/lng/radius or coordinates. When false, returns all locations according to the provided filters."},{"name":"lat","in":"query","schemaId":"schema_67","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Latitude for geo search center. Defaults to 52.5251165 (Berlin). Range: -90 to 90. Only used when geo=true."},"children":[]}]}]}]},{"name":"lng","in":"query","schemaId":"schema_67","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Longitude for geo search center. Defaults to 13.3915718 (Berlin). Range: -180 to 180. Only used when geo=true."},"children":[]}]}]}]},{"name":"coordinates","in":"query","schemaId":"schema_125","description":"Bounding box: bottomRightLat,bottomRightLng,topLeftLat,topLeftLng. Alternative to lat/lng/radius."},{"name":"countries","in":"query","schemaId":"schema_71","description":"List of countries to search for"},{"name":"locationIds","in":"query","schemaId":"schema_71","description":"Location ids to search within."},{"name":"max","in":"query","schemaId":"schema_69","description":"Used for pagination. Maximum number of results per page"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"},{"name":"openNow","in":"query","schemaId":"schema_72","description":"Return locations that are open now."},{"name":"provinces","in":"query","schemaId":"schema_71","description":"List of provinces to search for"},{"name":"query","in":"query","schemaId":"schema_71","description":"Search term that needs to be matched."},{"name":"queryFields","in":"query","schemaId":"schema_71","description":"List of fields the term in 'query' is matched against."},{"name":"radius","in":"query","schemaId":"schema_67","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Search radius in meters around lat/lng. Only used when geo=true."},"children":[]}]}]}]},{"name":"zips","in":"query","schemaId":"schema_71","description":"List of postcodes to search for"}],"pointer":"/paths/~1store-finders~1{storeKey}~1locations/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/store-finders/{storeKey}/locations","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"storeKey","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"filter","in":"query","required":false,"example":"services=pickup&services=wifi&my-cool-filter=custom-value","schemaId":"schema_124","style":"form","explode":true},{"name":"cities","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"language","in":"query","required":false,"example":"en","schemaId":"schema_67","style":"form","explode":true},{"name":"fieldMask","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"geo","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"lat","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"lng","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"coordinates","in":"query","required":false,"schemaId":"schema_125","style":"form","explode":true},{"name":"countries","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"openNow","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"provinces","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"queryFields","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"radius","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"zips","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/store-finders/{storeKey}/locations","href":"store-finder/get_store_finders_storekey_locations","openApiOperationId":"get_store_finders_storeKey_locations","summary":"Search among the locations"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StoreFinderLocationSearchResponseWrapper"}},"schemaId":"components/schemas/StoreFinderLocationSearchResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/coordinates invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask averageRating invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask evData invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/lat invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/lng invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/locationIds invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/storeKey invalid"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/coordinates invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask averageRating invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask evData invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/lat invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/lng invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/locationIds invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/storeKey invalid"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1store-finders~1{storeKey}~1locations/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/StoreFinderLocationSearchResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/StoreFinderLocationSearchResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/coordinates invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask averageRating invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask evData invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/lat invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/lng invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/locationIds invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/storeKey invalid"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/coordinates invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask averageRating invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask evData invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/lat invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/lng invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/locationIds invalid","paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/storeKey invalid"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations/get/responses/403/content/application~1json/examples/forbidden","paths/~1store-finders~1{storeKey}~1locations/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1store-finders~1{storeKey}~1locations/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/store-finder/get_store_finders_storekey_locations"}],"panels":[]}]},"httpPath":"/store-finders/{storeKey}/locations"}],"content":{"contentType":"group","meta":{"name":"Store Finder"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Store Finder","showPageActions":true},{"nodeType":"markdoc","content":"Products - Store Finder"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/store-finders/{storeKey}/locations/all","summary":"Get all locations","prefix":{"name":"get","color":"get"},"badges":[],"link":"/store-finder/get_store_finders_storekey_locations_all","deprecated":false},{"title":"/store-finders/{storeKey}/locations/{id}","summary":"Get location details","prefix":{"name":"get","color":"get"},"badges":[],"link":"/store-finder/get_store_finders_storekey_locations_id","deprecated":false},{"title":"/store-finders/{storeKey}/filters","summary":"Get all possible filter values","prefix":{"name":"get","color":"get"},"badges":[],"link":"/store-finder/get_store_finders_storekey_filters","deprecated":false},{"title":"/store-finders/{storeKey}/locations/{id}/content-collections/{type}","summary":"Get location content collections","prefix":{"name":"get","color":"get"},"badges":[],"link":"/store-finder/get_store_finders_storekey_locations_id_content_collections_type","deprecated":false},{"title":"/store-finders/{storeKey}/locations","summary":"Search among the locations","prefix":{"name":"get","color":"get"},"badges":[],"link":"/store-finder/get_store_finders_storekey_locations","deprecated":false}]}]}]}]}},{"type":"group","label":"Templates","link":"/apis/swagger/templates","routeSlug":"/apis/swagger/templates","items":[{"label":"Get All Templates","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/templates/get_templates","routeSlug":"/apis/swagger/templates/get_templates","metadata":{"seo":{"title":"Get All Templates","description":"Get all templates, potentially filtered by businesses, locations, authors, ..."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_templates","name":"Get All Templates","isWebhook":false,"pointer":"/paths/~1templates/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Templates","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get all templates, potentially filtered by businesses, locations, authors, ..."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"query","in":"query","schemaId":"schema_67","description":"Free text search that applies to title and message"},{"name":"tags","in":"query","schemaId":"schema_67","description":"The tags values you want templates for"},{"name":"minLastEdited","in":"query","schemaId":"schema_67","description":"The min date of the last update of the template"},{"name":"maxLastEdited","in":"query","schemaId":"schema_67","description":"The max date of the last update of the template"},{"name":"minTimesUsed","in":"query","schemaId":"schema_69","description":"The min usage count you want templates for"},{"name":"maxTimesUsed","in":"query","schemaId":"schema_69","description":"The max usage count you want templates for"},{"name":"createdBy","in":"query","schemaId":"schema_67","description":"The ids of authors you want templates for"},{"name":"businesses","in":"query","schemaId":"schema_121","description":"The ids of businesses you want templates for"},{"name":"locations","in":"query","schemaId":"schema_67","description":"The ids of locations you want templates for"},{"name":"page","in":"query","schemaId":"schema_69","description":"Used for pagination. Page number we're interested in"},{"name":"size","in":"query","schemaId":"schema_69","description":"Number of templates per page"},{"name":"sort","in":"query","schemaId":"schema_67","description":"Name of the field we want to sort"},{"name":"direction","in":"query","schemaId":"schema_67","description":"Use asc for ascending sort or desc for descending sort"}],"pointer":"/paths/~1templates/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/templates","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"tags","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"minLastEdited","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"maxLastEdited","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"minTimesUsed","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"maxTimesUsed","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"createdBy","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"businesses","in":"query","required":false,"schemaId":"schema_121","style":"form","explode":true},{"name":"locations","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"page","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"size","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"sort","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"direction","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/templates","href":"templates/get_templates","openApiOperationId":"get_templates","summary":"Get All Templates","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Templates retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ResponseTemplatesWrapper"}},"schemaId":"components/schemas/ResponseTemplatesWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates/get/responses/400/content/application~1json/examples/error","paths/~1templates/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates/get/responses/400/content/application~1json/examples/error","paths/~1templates/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1templates/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ResponseTemplatesWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ResponseTemplatesWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates/get/responses/400/content/application~1json/examples/error","paths/~1templates/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates/get/responses/400/content/application~1json/examples/error","paths/~1templates/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/templates/get_templates"}],"panels":[]}]},"httpPath":"/templates"},{"label":"Creates a Template","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/templates/post_templates","routeSlug":"/apis/swagger/templates/post_templates","metadata":{"seo":{"title":"Creates a Template","description":"Creates a template"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_templates","name":"Creates a Template","isWebhook":false,"pointer":"/paths/~1templates/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Creates a Template","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a template"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/CreateTemplateRequest"}},"schemaId":"components/schemas/CreateTemplateRequest","pointer":"/paths/~1templates/post/requestBody","description":"Template to create"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/templates","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"components/schemas/CreateTemplateRequest"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/templates","href":"templates/post_templates","openApiOperationId":"post_templates","summary":"Creates a Template","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/CreateTemplateRequest","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/CreateTemplateRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Template created.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ResponseTemplateWrapper"}},"schemaId":"components/schemas/ResponseTemplateWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates/post/responses/400/content/application~1json/examples/wrong_type","paths/~1templates/post/responses/400/content/application~1json/examples/error","paths/~1templates/post/responses/400/content/application~1json/examples/bad_request","paths/~1templates/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates/post/responses/400/content/application~1json/examples/wrong_type","paths/~1templates/post/responses/400/content/application~1json/examples/error","paths/~1templates/post/responses/400/content/application~1json/examples/bad_request","paths/~1templates/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/401/content/application~1json/examples/unauthorized","paths/~1templates/post/responses/401/content/application~1json/examples/bad_token","paths/~1templates/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/401/content/application~1json/examples/unauthorized","paths/~1templates/post/responses/401/content/application~1json/examples/bad_token","paths/~1templates/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/403/content/application~1json/examples/forbidden","paths/~1templates/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/403/content/application~1json/examples/forbidden","paths/~1templates/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1templates/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ResponseTemplateWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ResponseTemplateWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates/post/responses/400/content/application~1json/examples/wrong_type","paths/~1templates/post/responses/400/content/application~1json/examples/error","paths/~1templates/post/responses/400/content/application~1json/examples/bad_request","paths/~1templates/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates/post/responses/400/content/application~1json/examples/wrong_type","paths/~1templates/post/responses/400/content/application~1json/examples/error","paths/~1templates/post/responses/400/content/application~1json/examples/bad_request","paths/~1templates/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/401/content/application~1json/examples/unauthorized","paths/~1templates/post/responses/401/content/application~1json/examples/bad_token","paths/~1templates/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/401/content/application~1json/examples/unauthorized","paths/~1templates/post/responses/401/content/application~1json/examples/bad_token","paths/~1templates/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/403/content/application~1json/examples/forbidden","paths/~1templates/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/403/content/application~1json/examples/forbidden","paths/~1templates/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/templates/post_templates"}],"panels":[]}]},"httpPath":"/templates"},{"label":"Get a Template","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/templates/get_templates_id","routeSlug":"/apis/swagger/templates/get_templates_id","metadata":{"seo":{"title":"Get a Template","description":"Get all information about a specific template"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_templates_id","name":"Get a Template","isWebhook":false,"pointer":"/paths/~1templates~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Template","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get all information about a specific template"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the template","required":true}],"pointer":"/paths/~1templates~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/templates/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/templates/{id}","href":"templates/get_templates_id","openApiOperationId":"get_templates_id","summary":"Get a Template","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Template retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ResponseTemplateWrapper"}},"schemaId":"components/schemas/ResponseTemplateWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1templates~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ResponseTemplateWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ResponseTemplateWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/templates/get_templates_id"}],"panels":[]}]},"httpPath":"/templates/{id}"},{"label":"Delete a Template","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/templates/delete_templates_id","routeSlug":"/apis/swagger/templates/delete_templates_id","metadata":{"seo":{"title":"Delete a Template","description":"Delete a Template"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_templates_id","name":"Delete a Template","isWebhook":false,"pointer":"/paths/~1templates~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Template","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a Template"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the template","required":true}],"pointer":"/paths/~1templates~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/templates/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/templates/{id}","href":"templates/delete_templates_id","openApiOperationId":"delete_templates_id","summary":"Delete a Template","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Template deleted.","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}},"schemaId":"components/schemas/SuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1templates~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/templates/delete_templates_id"}],"panels":[]}]},"httpPath":"/templates/{id}"},{"label":"Update a Template","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/templates/patch_templates_id","routeSlug":"/apis/swagger/templates/patch_templates_id","metadata":{"seo":{"title":"Update a Template","description":"Make changes to a template. Any blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_templates_id","name":"Update a Template","isWebhook":false,"pointer":"/paths/~1templates~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Template","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Make changes to a template. Any blank parameter deletes an old value, any unspecified parameter does nothing"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the template","required":true}],"pointer":"/paths/~1templates~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/CreateTemplateRequest"}},"schemaId":"components/schemas/CreateTemplateRequest","pointer":"/paths/~1templates~1{id}/patch/requestBody","description":"Template to update"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/templates/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"components/schemas/CreateTemplateRequest"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/templates/{id}","href":"templates/patch_templates_id","openApiOperationId":"patch_templates_id","summary":"Update a Template","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/CreateTemplateRequest","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/CreateTemplateRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Template updated","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ResponseTemplateWrapper"}},"schemaId":"components/schemas/ResponseTemplateWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1templates~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ResponseTemplateWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ResponseTemplateWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/templates/patch_templates_id"}],"panels":[]}]},"httpPath":"/templates/{id}"},{"label":"Increment the count of times a Template has been used","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/templates/post_templates_id_increment_usage","routeSlug":"/apis/swagger/templates/post_templates_id_increment_usage","metadata":{"seo":{"title":"Increment the count of times a Template has been used","description":"Every time a template is used we trigger this endpoint to increment the usage count"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_templates_id_increment_usage","name":"Increment the count of times a Template has been used","isWebhook":false,"pointer":"/paths/~1templates~1{id}~1increment-usage/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Increment the count of times a Template has been used","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Every time a template is used we trigger this endpoint to increment the usage count"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the template","required":true}],"pointer":"/paths/~1templates~1{id}~1increment-usage/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/templates/{id}/increment-usage","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/templates/{id}/increment-usage","href":"templates/post_templates_id_increment_usage","openApiOperationId":"post_templates_id_increment_usage","summary":"Increment the count of times a Template has been used","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Usage count incremented","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ResponseTemplateWrapper"}},"schemaId":"components/schemas/ResponseTemplateWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}~1increment-usage/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}~1increment-usage/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1templates~1{id}~1increment-usage/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ResponseTemplateWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ResponseTemplateWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/error","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}~1increment-usage/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1{id}~1increment-usage/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1{id}~1increment-usage/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/templates/post_templates_id_increment_usage"}],"panels":[]}]},"httpPath":"/templates/{id}/increment-usage"},{"label":"Returns a list of Authors","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/templates/get_templates_authors","routeSlug":"/apis/swagger/templates/get_templates_authors","metadata":{"seo":{"title":"Returns a list of Authors","description":"Returns a list containing template authors for the input business ids"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_templates_authors","name":"Returns a list of Authors","isWebhook":false,"pointer":"/paths/~1templates~1authors/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Returns a list of Authors","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list containing template authors for the input business ids"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"businesses","in":"query","schemaId":"schema_121","description":"The ids of businesses you want authors for"}],"pointer":"/paths/~1templates~1authors/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/templates/authors","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"businesses","in":"query","required":false,"schemaId":"schema_121","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/templates/authors","href":"templates/get_templates_authors","openApiOperationId":"get_templates_authors","summary":"Returns a list of Authors","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Authors retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ResponseUsersWrapper"}},"schemaId":"components/schemas/ResponseUsersWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/error","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/error","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1authors/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1authors/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1templates~1authors/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ResponseUsersWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ResponseUsersWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/error","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/error","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1authors/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1authors/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1authors/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1authors/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/templates/get_templates_authors"}],"panels":[]}]},"httpPath":"/templates/authors"},{"label":"Returns a list of Tags","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/templates/get_templates_tags","routeSlug":"/apis/swagger/templates/get_templates_tags","metadata":{"seo":{"title":"Returns a list of Tags","description":"Returns a list containing template tags for the input business ids"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_templates_tags","name":"Returns a list of Tags","isWebhook":false,"pointer":"/paths/~1templates~1tags/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Returns a list of Tags","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list containing template tags for the input business ids"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"businesses","in":"query","schemaId":"schema_121","description":"The ids of businesses you want templates for"}],"pointer":"/paths/~1templates~1tags/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/templates/tags","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"businesses","in":"query","required":false,"schemaId":"schema_121","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/templates/tags","href":"templates/get_templates_tags","openApiOperationId":"get_templates_tags","summary":"Returns a list of Tags","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Tags retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/StringListSuccessResponseWrapper"}},"schemaId":"components/schemas/StringListSuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/error","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/error","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1tags/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1tags/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1templates~1tags/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/StringListSuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/StringListSuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/error","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/wrong_type","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/error","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/bad_request","paths/~1templates~1tags/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/401/content/application~1json/examples/unauthorized","paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_token","paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1tags/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/403/content/application~1json/examples/forbidden","paths/~1templates~1tags/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1templates~1tags/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/templates/get_templates_tags"}],"panels":[]}]},"httpPath":"/templates/tags"}],"content":{"contentType":"group","meta":{"name":"Templates"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Templates","showPageActions":true},{"nodeType":"markdoc","content":"Products - Response Library - Templates"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/templates","summary":"Get All Templates","prefix":{"name":"get","color":"get"},"badges":[],"link":"/templates/get_templates","deprecated":false},{"title":"/templates","summary":"Creates a Template","prefix":{"name":"post","color":"post"},"badges":[],"link":"/templates/post_templates","deprecated":false},{"title":"/templates/{id}","summary":"Get a Template","prefix":{"name":"get","color":"get"},"badges":[],"link":"/templates/get_templates_id","deprecated":false},{"title":"/templates/{id}","summary":"Delete a Template","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/templates/delete_templates_id","deprecated":false},{"title":"/templates/{id}","summary":"Update a Template","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/templates/patch_templates_id","deprecated":false},{"title":"/templates/{id}/increment-usage","summary":"Increment the count of times a Template has been used","prefix":{"name":"post","color":"post"},"badges":[],"link":"/templates/post_templates_id_increment_usage","deprecated":false},{"title":"/templates/authors","summary":"Returns a list of Authors","prefix":{"name":"get","color":"get"},"badges":[],"link":"/templates/get_templates_authors","deprecated":false},{"title":"/templates/tags","summary":"Returns a list of Tags","prefix":{"name":"get","color":"get"},"badges":[],"link":"/templates/get_templates_tags","deprecated":false}]}]}]}]}},{"type":"separator","label":"Locations Hub","content":null},{"type":"group","label":"Batch Operation","link":"/apis/swagger/batch-operation","routeSlug":"/apis/swagger/batch-operation","items":[{"label":"Get all Location Imports","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/batch-operation/get_batch","routeSlug":"/apis/swagger/batch-operation/get_batch","metadata":{"seo":{"title":"Get all Location Imports","description":"Returns a list of all existing location imports for the current user"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_batch","name":"Get all Location Imports","isWebhook":false,"pointer":"/paths/~1batch/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all Location Imports","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of all existing location imports for the current user"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"max","in":"query","schemaId":"schema_76","description":"Used for pagination. Maximum number of results per page"},{"name":"offset","in":"query","schemaId":"schema_75","description":"Offset used for pagination"},{"name":"sort","in":"query","schemaId":"schema_67","description":"Order results by the specified field. Default is location id."},{"name":"order","in":"query","schemaId":"schema_126","description":"Use asc for ascending sort or desc for descending sort"}],"pointer":"/paths/~1batch/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/batch","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"max","in":"query","required":false,"schemaId":"schema_76","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_75","style":"form","explode":true},{"name":"sort","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"order","in":"query","required":false,"schemaId":"schema_126","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/batch","href":"batch-operation/get_batch","openApiOperationId":"get_batch","summary":"Get all Location Imports","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved location imports","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationImportListWrapper"}},"schemaId":"components/schemas/LocationImportListWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1batch/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1batch/get/responses/400/content/application~1json/examples/wrong_type","paths/~1batch/get/responses/400/content/application~1json/examples/error","paths/~1batch/get/responses/400/content/application~1json/examples/bad_request","paths/~1batch/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1batch/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1batch/get/responses/400/content/application~1json/examples/wrong_type","paths/~1batch/get/responses/400/content/application~1json/examples/error","paths/~1batch/get/responses/400/content/application~1json/examples/bad_request","paths/~1batch/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/401/content/application~1json/examples/unauthorized","paths/~1batch/get/responses/401/content/application~1json/examples/bad_token","paths/~1batch/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1batch/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/401/content/application~1json/examples/unauthorized","paths/~1batch/get/responses/401/content/application~1json/examples/bad_token","paths/~1batch/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1batch/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/403/content/application~1json/examples/forbidden","paths/~1batch/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/403/content/application~1json/examples/forbidden","paths/~1batch/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1batch/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationImportListWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationImportListWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1batch/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1batch/get/responses/400/content/application~1json/examples/wrong_type","paths/~1batch/get/responses/400/content/application~1json/examples/error","paths/~1batch/get/responses/400/content/application~1json/examples/bad_request","paths/~1batch/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1batch/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1batch/get/responses/400/content/application~1json/examples/wrong_type","paths/~1batch/get/responses/400/content/application~1json/examples/error","paths/~1batch/get/responses/400/content/application~1json/examples/bad_request","paths/~1batch/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/401/content/application~1json/examples/unauthorized","paths/~1batch/get/responses/401/content/application~1json/examples/bad_token","paths/~1batch/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1batch/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/401/content/application~1json/examples/unauthorized","paths/~1batch/get/responses/401/content/application~1json/examples/bad_token","paths/~1batch/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1batch/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/403/content/application~1json/examples/forbidden","paths/~1batch/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/403/content/application~1json/examples/forbidden","paths/~1batch/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/batch-operation/get_batch"}],"panels":[]}]},"httpPath":"/batch"},{"label":"Get Excel document with Location errors","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/batch-operation/get_batch_id_error_report","routeSlug":"/apis/swagger/batch-operation/get_batch_id_error_report","metadata":{"seo":{"title":"Get Excel document with Location errors","description":"After a file import, a results report is created with all location failures. This endpoints allows downloading only the locations with errors."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_batch_id_error_report","name":"Get Excel document with Location errors","isWebhook":false,"pointer":"/paths/~1batch~1{id}~1error-report/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Excel document with Location errors","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"After a file import, a results report is created with all location failures. This endpoints allows downloading only the locations with errors."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID of the location import","required":true}],"pointer":"/paths/~1batch~1{id}~1error-report/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/batch/{id}/error-report","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/batch/{id}/error-report","href":"batch-operation/get_batch_id_error_report","openApiOperationId":"get_batch_id_error_report","summary":"Get Excel document with Location errors","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved error report file","mediaType":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","mediaTypes":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],"mediaTypeContent":{"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"schemaId":"schema_93"}},"schemaId":"schema_93"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/wrong_type","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/error","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/bad_request","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/wrong_type","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/error","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/bad_request","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/unauthorized","paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_token","paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/unauthorized","paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_token","paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/403/content/application~1json/examples/forbidden","paths/~1batch~1{id}~1error-report/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/403/content/application~1json/examples/forbidden","paths/~1batch~1{id}~1error-report/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1batch~1{id}~1error-report/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_93","mediaTypes":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],"mediaTypeContent":{"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"schemaId":"schema_93"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/wrong_type","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/error","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/bad_request","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/wrong_type","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/error","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/bad_request","paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/unauthorized","paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_token","paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/unauthorized","paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_token","paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/403/content/application~1json/examples/forbidden","paths/~1batch~1{id}~1error-report/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/403/content/application~1json/examples/forbidden","paths/~1batch~1{id}~1error-report/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1batch~1{id}~1error-report/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/batch-operation/get_batch_id_error_report"}],"panels":[]}]},"httpPath":"/batch/{id}/error-report"}],"content":{"contentType":"group","meta":{"name":"Batch Operation"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Batch Operation","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Locations - Batch Operations (excel)"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/batch","summary":"Get all Location Imports","prefix":{"name":"get","color":"get"},"badges":[],"link":"/batch-operation/get_batch","deprecated":false},{"title":"/batch/{id}/error-report","summary":"Get Excel document with Location errors","prefix":{"name":"get","color":"get"},"badges":[],"link":"/batch-operation/get_batch_id_error_report","deprecated":false}]}]}]}]}},{"type":"group","label":"Categories","link":"/apis/swagger/categories","routeSlug":"/apis/swagger/categories","items":[{"label":"Get the recommended attributes for a Category","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/categories/get_categories_id_attribute_recommendations","routeSlug":"/apis/swagger/categories/get_categories_id_attribute_recommendations","metadata":{"seo":{"title":"Get the recommended attributes for a Category","description":"Get all Recommended attributes for the Category, Country excluding (already applied attributes on location/payment related attributes)Notes:"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_categories_id_attribute_recommendations","name":"Get the recommended attributes for a Category","isWebhook":false,"pointer":"/paths/~1categories~1{id}~1attribute-recommendations/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get the recommended attributes for a Category","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get all Recommended attributes for the Category, Country excluding (already applied attributes on location/payment related attributes)"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Notes:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Sent to Google and Apple maps"},"children":[]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Only the non payment related attributes available and not applied to the location for the primary category of the location can be selected and setup"},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The Category id","required":true}],"pointer":"/paths/~1categories~1{id}~1attribute-recommendations/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"keywords","in":"query","schemaId":"schema_71","description":"Keywords to look for which are associated with attributes"},{"name":"locationId","in":"query","schemaId":"schema_67","description":"Location id to exclude already applied attributes on the provided location"},{"name":"country","in":"query","schemaId":"schema_67","description":"The country to retrieve the attribute recommendations for","required":true}],"pointer":"/paths/~1categories~1{id}~1attribute-recommendations/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/categories/{id}/attribute-recommendations","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"keywords","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"locationId","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"country","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/categories/{id}/attribute-recommendations","href":"categories/get_categories_id_attribute_recommendations","openApiOperationId":"get_categories_id_attribute_recommendations","summary":"Get the recommended attributes for a Category","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved recommended attributes","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/AttributeRecommendationsWrapper"}},"schemaId":"components/schemas/AttributeRecommendationsWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1attribute-recommendations/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1attribute-recommendations/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1categories~1{id}~1attribute-recommendations/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/AttributeRecommendationsWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/AttributeRecommendationsWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1attribute-recommendations/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1attribute-recommendations/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attribute-recommendations/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/categories/get_categories_id_attribute_recommendations"}],"panels":[]}]},"httpPath":"/categories/{id}/attribute-recommendations"},{"label":"Get Attributes for a specific Category","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/categories/get_categories_id_attributes","routeSlug":"/apis/swagger/categories/get_categories_id_attributes","metadata":{"seo":{"title":"Get Attributes for a specific Category","description":"Get all Attributes for the Category, Country and Language"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_categories_id_attributes","name":"Get Attributes for a specific Category","isWebhook":false,"pointer":"/paths/~1categories~1{id}~1attributes/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Attributes for a specific Category","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get all Attributes for the Category, Country and Language"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"p","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"Notes: \n"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"- Sent to Google and Apple maps\n"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"- Only the attributes available for the primary category of the location can be selected and setup"},"children":[]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The Category id","required":true}],"pointer":"/paths/~1categories~1{id}~1attributes/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"language","in":"query","schemaId":"schema_67","description":"The language to show the attributes in, this affects only the name of the results"},{"name":"country","in":"query","schemaId":"schema_67","description":"The country to retrieve the attributes for","required":true}],"pointer":"/paths/~1categories~1{id}~1attributes/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/categories/{id}/attributes","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"language","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"country","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/categories/{id}/attributes","href":"categories/get_categories_id_attributes","openApiOperationId":"get_categories_id_attributes","summary":"Get Attributes for a specific Category","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved attributes","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/AttributesResponseWrapper"}},"schemaId":"components/schemas/AttributesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1attributes/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1attributes/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1categories~1{id}~1attributes/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/AttributesResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/AttributesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1attributes/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1attributes/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1attributes/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/categories/get_categories_id_attributes"}],"panels":[]}]},"httpPath":"/categories/{id}/attributes"},{"label":"Get All or Several Categories","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/categories/get_categories","routeSlug":"/apis/swagger/categories/get_categories","metadata":{"seo":{"title":"Get All or Several Categories","description":"Get a list of all available location categories, or specific location categories based on the following parameters"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_categories","name":"Get All or Several Categories","isWebhook":false,"pointer":"/paths/~1categories/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All or Several Categories","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a list of all available location categories, or specific location categories based on the following parameters"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"categories","in":"query","schemaId":"schema_69","description":"The uberall unique id of the category you want to get"},{"name":"q","in":"query","schemaId":"schema_67","description":"Filter categories by a search query","example":"Auto"},{"name":"roots","in":"query","schemaId":"schema_72","description":"Set to 'true' to show root categories as well (i.e., show all categories)"},{"name":"language","in":"query","schemaId":"schema_67","description":"Show categories in the specified language. One of de, en, es, fr","required":true},{"name":"max","in":"query","schemaId":"schema_69","description":"Used for pagination. Maximum number of results per page. Default: 10","example":10},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0","example":0}],"pointer":"/paths/~1categories/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/categories","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"categories","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"q","in":"query","required":false,"example":"Auto","schemaId":"schema_67","style":"form","explode":true},{"name":"roots","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"language","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"example":10,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"example":0,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/categories","href":"categories/get_categories","openApiOperationId":"get_categories","summary":"Get All or Several Categories","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved categories","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CategoriesResponseWrapper"}},"schemaId":"components/schemas/CategoriesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories/get/responses/400/content/application~1json/examples/error","paths/~1categories/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories/get/responses/400/content/application~1json/examples/error","paths/~1categories/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1categories/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CategoriesResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CategoriesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories/get/responses/400/content/application~1json/examples/error","paths/~1categories/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories/get/responses/400/content/application~1json/examples/error","paths/~1categories/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/categories/get_categories"}],"panels":[]}]},"httpPath":"/categories"},{"label":"Get available Google Structured Services for a specific Category","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/categories/get_categories_id_google_services","routeSlug":"/apis/swagger/categories/get_categories_id_google_services","metadata":{"seo":{"title":"Get available Google Structured Services for a specific Category","description":"GET the list of Google's structured services for a location's business category. Google does not have structured services for all business categories."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_categories_id_google_services","name":"Get available Google Structured Services for a specific Category","isWebhook":false,"pointer":"/paths/~1categories~1{id}~1google-services/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get available Google Structured Services for a specific Category","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"GET the list of Google's structured services for a location's business category. Google does not have structured services for all business categories."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"Category ID for retrieving services","required":true}],"pointer":"/paths/~1categories~1{id}~1google-services/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"language","in":"query","schemaId":"schema_67","description":"The language the structured services should be returned in."},{"name":"country","in":"query","schemaId":"schema_67","description":"Available structured services vary by country, so a country is needed to provide the available structured services from Google.","required":true}],"pointer":"/paths/~1categories~1{id}~1google-services/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/categories/{id}/google-services","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"language","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"country","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/categories/{id}/google-services","href":"categories/get_categories_id_google_services","openApiOperationId":"get_categories_id_google_services","summary":"Get available Google Structured Services for a specific Category","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved Google Services","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/GoogleServicesResponseWrapper"}},"schemaId":"components/schemas/GoogleServicesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1google-services/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1google-services/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1categories~1{id}~1google-services/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GoogleServicesResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/GoogleServicesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1google-services/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1google-services/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1google-services/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/categories/get_categories_id_google_services"}],"panels":[]}]},"httpPath":"/categories/{id}/google-services"},{"label":"Get the supported More Hours types for a specific Category","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/categories/get_categories_id_more_hours_types","routeSlug":"/apis/swagger/categories/get_categories_id_more_hours_types","metadata":{"seo":{"title":"Get the supported More Hours types for a specific Category","description":"Get all supported More Hours types for a specific Category. Optionally specify language, otherwise default sales partner language is returned"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_categories_id_more_hours_types","name":"Get the supported More Hours types for a specific Category","isWebhook":false,"pointer":"/paths/~1categories~1{id}~1more-hours-types/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get the supported More Hours types for a specific Category","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get all supported More Hours types for a specific Category. Optionally specify language, otherwise default sales partner language is returned"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The Category id","required":true}],"pointer":"/paths/~1categories~1{id}~1more-hours-types/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"language","in":"query","schemaId":"schema_67","description":"The language to show the values in","example":"en or de"}],"pointer":"/paths/~1categories~1{id}~1more-hours-types/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/categories/{id}/more-hours-types","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"language","in":"query","required":false,"example":"en or de","schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/categories/{id}/more-hours-types","href":"categories/get_categories_id_more_hours_types","openApiOperationId":"get_categories_id_more_hours_types","summary":"Get the supported More Hours types for a specific Category","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved more hours types","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/MoreHoursWrapper"}},"schemaId":"components/schemas/MoreHoursWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1more-hours-types/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1more-hours-types/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1categories~1{id}~1more-hours-types/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/MoreHoursWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/MoreHoursWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1more-hours-types/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1more-hours-types/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1more-hours-types/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/categories/get_categories_id_more_hours_types"}],"panels":[]}]},"httpPath":"/categories/{id}/more-hours-types"},{"label":"Get available Photo types for a specific Category","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/categories/get_categories_id_available_photo_types","routeSlug":"/apis/swagger/categories/get_categories_id_available_photo_types","metadata":{"seo":{"title":"Get available Photo types for a specific Category","description":"Deprecated. Use GET /rules-engine/location-photo-constraints instead."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_categories_id_available_photo_types","name":"Get available Photo types for a specific Category","deprecated":true,"isWebhook":false,"pointer":"/paths/~1categories~1{id}~1available-photo-types/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get available Photo types for a specific Category","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deprecated. Use "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://docs.uberall.com/apis/swagger/rules-engine/get_rules_engine_location_photo_constraints"},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /rules-engine/location-photo-constraints"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" instead."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"Photo types for the location id","required":true}],"pointer":"/paths/~1categories~1{id}~1available-photo-types/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/categories/{id}/available-photo-types","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/categories/{id}/available-photo-types","href":"categories/get_categories_id_available_photo_types","openApiOperationId":"get_categories_id_available_photo_types","summary":"Get available Photo types for a specific Category","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved photo types","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/AvailablePhotoTypesResponseWrapper"}},"schemaId":"components/schemas/AvailablePhotoTypesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1available-photo-types/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1available-photo-types/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1categories~1{id}~1available-photo-types/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/AvailablePhotoTypesResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/AvailablePhotoTypesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/error","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1available-photo-types/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1categories~1{id}~1available-photo-types/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1categories~1{id}~1available-photo-types/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/categories/get_categories_id_available_photo_types"}],"panels":[]}]},"httpPath":"/categories/{id}/available-photo-types"}],"content":{"contentType":"group","meta":{"name":"Categories"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Categories","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Categories"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/categories/{id}/attribute-recommendations","summary":"Get the recommended attributes for a Category","prefix":{"name":"get","color":"get"},"badges":[],"link":"/categories/get_categories_id_attribute_recommendations","deprecated":false},{"title":"/categories/{id}/attributes","summary":"Get Attributes for a specific Category","prefix":{"name":"get","color":"get"},"badges":[],"link":"/categories/get_categories_id_attributes","deprecated":false},{"title":"/categories","summary":"Get All or Several Categories","prefix":{"name":"get","color":"get"},"badges":[],"link":"/categories/get_categories","deprecated":false},{"title":"/categories/{id}/google-services","summary":"Get available Google Structured Services for a specific Category","prefix":{"name":"get","color":"get"},"badges":[],"link":"/categories/get_categories_id_google_services","deprecated":false},{"title":"/categories/{id}/more-hours-types","summary":"Get the supported More Hours types for a specific Category","prefix":{"name":"get","color":"get"},"badges":[],"link":"/categories/get_categories_id_more_hours_types","deprecated":false},{"title":"/categories/{id}/available-photo-types","summary":"Get available Photo types for a specific Category","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/categories/get_categories_id_available_photo_types","deprecated":true}]}]}]}]}},{"type":"group","label":"Collection Management","link":"/apis/swagger/collection-management","routeSlug":"/apis/swagger/collection-management","items":[{"label":"Get all collections","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/collection-management/get_collections","routeSlug":"/apis/swagger/collection-management/get_collections","metadata":{"seo":{"title":"Get all collections","description":"Get all the collections managed by the current API user."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_collections","name":"Get all collections","isWebhook":false,"pointer":"/paths/~1collections/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all collections","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get all the collections managed by the current API user."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/collections","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/collections","href":"collection-management/get_collections","openApiOperationId":"get_collections","summary":"Get all collections","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Collections found","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ContentCollectionListWrapper"}},"schemaId":"components/schemas/ContentCollectionListWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections/get/responses/400/content/application~1json/examples/wrong_type","paths/~1collections/get/responses/400/content/application~1json/examples/error","paths/~1collections/get/responses/400/content/application~1json/examples/bad_request","paths/~1collections/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections/get/responses/400/content/application~1json/examples/wrong_type","paths/~1collections/get/responses/400/content/application~1json/examples/error","paths/~1collections/get/responses/400/content/application~1json/examples/bad_request","paths/~1collections/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/401/content/application~1json/examples/unauthorized","paths/~1collections/get/responses/401/content/application~1json/examples/bad_token","paths/~1collections/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/401/content/application~1json/examples/unauthorized","paths/~1collections/get/responses/401/content/application~1json/examples/bad_token","paths/~1collections/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/403/content/application~1json/examples/forbidden","paths/~1collections/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/403/content/application~1json/examples/forbidden","paths/~1collections/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1collections/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ContentCollectionListWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ContentCollectionListWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections/get/responses/400/content/application~1json/examples/wrong_type","paths/~1collections/get/responses/400/content/application~1json/examples/error","paths/~1collections/get/responses/400/content/application~1json/examples/bad_request","paths/~1collections/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections/get/responses/400/content/application~1json/examples/wrong_type","paths/~1collections/get/responses/400/content/application~1json/examples/error","paths/~1collections/get/responses/400/content/application~1json/examples/bad_request","paths/~1collections/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/401/content/application~1json/examples/unauthorized","paths/~1collections/get/responses/401/content/application~1json/examples/bad_token","paths/~1collections/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/401/content/application~1json/examples/unauthorized","paths/~1collections/get/responses/401/content/application~1json/examples/bad_token","paths/~1collections/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/403/content/application~1json/examples/forbidden","paths/~1collections/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/403/content/application~1json/examples/forbidden","paths/~1collections/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/collection-management/get_collections"}],"panels":[]}]},"httpPath":"/collections"},{"label":"Create a collection","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/collection-management/post_collections","routeSlug":"/apis/swagger/collection-management/post_collections","metadata":{"seo":{"title":"Create a collection","description":"Create a new collection managed by the current API user. If the user specifies a set of locations for the collections, users managing the whole set of locations can also manage the collection."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_collections","name":"Create a collection","isWebhook":false,"pointer":"/paths/~1collections/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a collection","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a new collection managed by the current API user. If the user specifies a set of locations for the collections, users managing the whole set of locations can also manage the collection."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ContentCollection"}},"schemaId":"components/schemas/ContentCollection","pointer":"/paths/~1collections/post/requestBody","description":"ContentCollection object to create"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/collections","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ContentCollection"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/collections","href":"collection-management/post_collections","openApiOperationId":"post_collections","summary":"Create a collection","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/ContentCollection","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ContentCollection"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Collection created","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ContentCollectionWrapper"}},"schemaId":"components/schemas/ContentCollectionWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections/post/responses/400/content/application~1json/examples/wrong_type","paths/~1collections/post/responses/400/content/application~1json/examples/error","paths/~1collections/post/responses/400/content/application~1json/examples/bad_request","paths/~1collections/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections/post/responses/400/content/application~1json/examples/wrong_type","paths/~1collections/post/responses/400/content/application~1json/examples/error","paths/~1collections/post/responses/400/content/application~1json/examples/bad_request","paths/~1collections/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/401/content/application~1json/examples/unauthorized","paths/~1collections/post/responses/401/content/application~1json/examples/bad_token","paths/~1collections/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/401/content/application~1json/examples/unauthorized","paths/~1collections/post/responses/401/content/application~1json/examples/bad_token","paths/~1collections/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/403/content/application~1json/examples/forbidden","paths/~1collections/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/403/content/application~1json/examples/forbidden","paths/~1collections/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1collections/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ContentCollectionWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ContentCollectionWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections/post/responses/400/content/application~1json/examples/wrong_type","paths/~1collections/post/responses/400/content/application~1json/examples/error","paths/~1collections/post/responses/400/content/application~1json/examples/bad_request","paths/~1collections/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections/post/responses/400/content/application~1json/examples/wrong_type","paths/~1collections/post/responses/400/content/application~1json/examples/error","paths/~1collections/post/responses/400/content/application~1json/examples/bad_request","paths/~1collections/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/401/content/application~1json/examples/unauthorized","paths/~1collections/post/responses/401/content/application~1json/examples/bad_token","paths/~1collections/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/401/content/application~1json/examples/unauthorized","paths/~1collections/post/responses/401/content/application~1json/examples/bad_token","paths/~1collections/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/403/content/application~1json/examples/forbidden","paths/~1collections/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/403/content/application~1json/examples/forbidden","paths/~1collections/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/collection-management/post_collections"}],"panels":[]}]},"httpPath":"/collections"},{"label":"Get a Collection","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/collection-management/get_collections_id","routeSlug":"/apis/swagger/collection-management/get_collections_id","metadata":{"seo":{"title":"Get a Collection","description":"Retrieve a specific Collection by id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_collections_id","name":"Get a Collection","isWebhook":false,"pointer":"/paths/~1collections~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Collection","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieve a specific Collection by id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the Collection to retrieve","required":true}],"pointer":"/paths/~1collections~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/collections/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/collections/{id}","href":"collection-management/get_collections_id","openApiOperationId":"get_collections_id","summary":"Get a Collection","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Collection found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ContentCollectionWrapper"}},"schemaId":"components/schemas/ContentCollectionWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1collections~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ContentCollectionWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ContentCollectionWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/collection-management/get_collections_id"}],"panels":[]}]},"httpPath":"/collections/{id}"},{"label":"Delete a Collection","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/collection-management/delete_collections_id","routeSlug":"/apis/swagger/collection-management/delete_collections_id","metadata":{"seo":{"title":"Delete a Collection","description":"Delete a specific Collection by id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_collections_id","name":"Delete a Collection","isWebhook":false,"pointer":"/paths/~1collections~1{id}/delete","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Collection","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a specific Collection by id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the Collection to delete","required":true}],"pointer":"/paths/~1collections~1{id}/delete/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ContentCollection"}},"schemaId":"components/schemas/ContentCollection","pointer":"/paths/~1collections~1{id}/delete/requestBody","description":"ContentCollection object to delete"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/collections/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ContentCollection"}},"responseCodes":["200","400","401","403","404"],"pointer":"/collections/{id}","href":"collection-management/delete_collections_id","openApiOperationId":"delete_collections_id","summary":"Delete a Collection","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/ContentCollection","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ContentCollection"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Collection deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1collections~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/collection-management/delete_collections_id"}],"panels":[]}]},"httpPath":"/collections/{id}"},{"label":"Update a Collection","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/collection-management/patch_collections_id","routeSlug":"/apis/swagger/collection-management/patch_collections_id","metadata":{"seo":{"title":"Update a Collection","description":"Update a specific Collection by id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_collections_id","name":"Update a Collection","isWebhook":false,"pointer":"/paths/~1collections~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Collection","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Update a specific Collection by id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the Collection to update","required":true}],"pointer":"/paths/~1collections~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ContentCollection"}},"schemaId":"components/schemas/ContentCollection","pointer":"/paths/~1collections~1{id}/patch/requestBody","description":"ContentCollection object to update"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/collections/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ContentCollection"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/collections/{id}","href":"collection-management/patch_collections_id","openApiOperationId":"patch_collections_id","summary":"Update a Collection","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/ContentCollection","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ContentCollection"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Collection updated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ContentCollectionWrapper"}},"schemaId":"components/schemas/ContentCollectionWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1collections~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ContentCollectionWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ContentCollectionWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/collection-management/patch_collections_id"}],"panels":[]}]},"httpPath":"/collections/{id}"},{"label":"Get available content collection types","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/collection-management/get_collections_available_types","routeSlug":"/apis/swagger/collection-management/get_collections_available_types","metadata":{"seo":{"title":"Get available content collection types","description":"Returns the list of content collection types visible to the current user's SalesPartner, respecting per-SalesPartner gating (e.g. FAQ)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_collections_available_types","name":"Get available content collection types","isWebhook":false,"pointer":"/paths/~1collections~1available-types/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get available content collection types","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the list of content collection types visible to the current user's SalesPartner, respecting per-SalesPartner gating (e.g. FAQ)."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/collections/available-types","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/collections/available-types","href":"collection-management/get_collections_available_types","openApiOperationId":"get_collections_available_types","summary":"Get available content collection types","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Available content collection types for the current user's SalesPartner","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/AvailableCollectionTypesWrapper"}},"schemaId":"components/schemas/AvailableCollectionTypesWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/error","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/error","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1available-types/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1available-types/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1collections~1available-types/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/AvailableCollectionTypesWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/AvailableCollectionTypesWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/error","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/wrong_type","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/error","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/bad_request","paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/unauthorized","paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_token","paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1available-types/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/403/content/application~1json/examples/forbidden","paths/~1collections~1available-types/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1collections~1available-types/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/collection-management/get_collections_available_types"}],"panels":[]}]},"httpPath":"/collections/available-types"}],"content":{"contentType":"group","meta":{"name":"Collection Management"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Collection Management","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Collections - Collection Management"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/collections","summary":"Get all collections","prefix":{"name":"get","color":"get"},"badges":[],"link":"/collection-management/get_collections","deprecated":false},{"title":"/collections","summary":"Create a collection","prefix":{"name":"post","color":"post"},"badges":[],"link":"/collection-management/post_collections","deprecated":false},{"title":"/collections/{id}","summary":"Get a Collection","prefix":{"name":"get","color":"get"},"badges":[],"link":"/collection-management/get_collections_id","deprecated":false},{"title":"/collections/{id}","summary":"Delete a Collection","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/collection-management/delete_collections_id","deprecated":false},{"title":"/collections/{id}","summary":"Update a Collection","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/collection-management/patch_collections_id","deprecated":false},{"title":"/collections/available-types","summary":"Get available content collection types","prefix":{"name":"get","color":"get"},"badges":[],"link":"/collection-management/get_collections_available_types","deprecated":false}]}]}]}]}},{"type":"group","label":"Content List","link":"/apis/swagger/content-list","routeSlug":"/apis/swagger/content-list","items":[{"label":"Get All Content Lists","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/content-list/get_content_lists","routeSlug":"/apis/swagger/content-list/get_content_lists","metadata":{"seo":{"title":"Get All Content Lists","description":"Get all content lists managed by the current API user"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_content_lists","name":"Get All Content Lists","isWebhook":false,"pointer":"/paths/~1content-lists/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Content Lists","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get all content lists managed by the current API user"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/content-lists","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/content-lists","href":"content-list/get_content_lists","openApiOperationId":"get_content_lists","summary":"Get All Content Lists","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Content lists successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ContentListsWrapper"}},"schemaId":"components/schemas/ContentListsWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists/get/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists/get/responses/400/content/application~1json/examples/error","paths/~1content-lists/get/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists/get/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists/get/responses/400/content/application~1json/examples/error","paths/~1content-lists/get/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1content-lists/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ContentListsWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ContentListsWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists/get/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists/get/responses/400/content/application~1json/examples/error","paths/~1content-lists/get/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists/get/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists/get/responses/400/content/application~1json/examples/error","paths/~1content-lists/get/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/content-list/get_content_lists"}],"panels":[]}]},"httpPath":"/content-lists"},{"label":"Create a Content List","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/content-list/post_content_lists","routeSlug":"/apis/swagger/content-list/post_content_lists","metadata":{"seo":{"title":"Create a Content List","description":"Create a content list"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_content_lists","name":"Create a Content List","isWebhook":false,"pointer":"/paths/~1content-lists/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Content List","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a content list"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_127"}},"schemaId":"schema_127","pointer":"/paths/~1content-lists/post/requestBody","description":"A ContentList object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/content-lists","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"schema_127"}},"responseCodes":["201","400","401","403","404","409"],"pointer":"/content-lists","href":"content-list/post_content_lists","openApiOperationId":"post_content_lists","summary":"Create a Content List","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_127","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_127"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"Content List successfully created","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ContentListResponseWrapper"}},"schemaId":"components/schemas/ContentListResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists/post/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists/post/responses/400/content/application~1json/examples/error","paths/~1content-lists/post/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists/post/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists/post/responses/400/content/application~1json/examples/error","paths/~1content-lists/post/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1content-lists/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/ContentListResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ContentListResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists/post/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists/post/responses/400/content/application~1json/examples/error","paths/~1content-lists/post/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists/post/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists/post/responses/400/content/application~1json/examples/error","paths/~1content-lists/post/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/content-list/post_content_lists"}],"panels":[]}]},"httpPath":"/content-lists"},{"label":"Get a Content List","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/content-list/get_content_lists_id","routeSlug":"/apis/swagger/content-list/get_content_lists_id","metadata":{"seo":{"title":"Get a Content List","description":"Get a content list identified by its uberall unique id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_content_lists_id","name":"Get a Content List","isWebhook":false,"pointer":"/paths/~1content-lists~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Content List","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a content list identified by its uberall unique id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the content list","required":true}],"pointer":"/paths/~1content-lists~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/content-lists/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/content-lists/{id}","href":"content-list/get_content_lists_id","openApiOperationId":"get_content_lists_id","summary":"Get a Content List","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Content list successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ContentListResponseWrapper"}},"schemaId":"components/schemas/ContentListResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1content-lists~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ContentListResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ContentListResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/content-list/get_content_lists_id"}],"panels":[]}]},"httpPath":"/content-lists/{id}"},{"label":"Delete a Content List","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/content-list/delete_content_lists_id","routeSlug":"/apis/swagger/content-list/delete_content_lists_id","metadata":{"seo":{"title":"Delete a Content List","description":"Delete a content list"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_content_lists_id","name":"Delete a Content List","isWebhook":false,"pointer":"/paths/~1content-lists~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Content List","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a content list"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the content list","required":true}],"pointer":"/paths/~1content-lists~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/content-lists/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/content-lists/{id}","href":"content-list/delete_content_lists_id","openApiOperationId":"delete_content_lists_id","summary":"Delete a Content List","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Content List successfully deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1content-lists~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/content-list/delete_content_lists_id"}],"panels":[]}]},"httpPath":"/content-lists/{id}"},{"label":"Update a Content List","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/content-list/patch_content_lists_id","routeSlug":"/apis/swagger/content-list/patch_content_lists_id","metadata":{"seo":{"title":"Update a Content List","description":"Update a content list"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_content_lists_id","name":"Update a Content List","isWebhook":false,"pointer":"/paths/~1content-lists~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Content List","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Update a content list"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the content list","required":true}],"pointer":"/paths/~1content-lists~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/ContentListResponseWrapper"}},"schemaId":"components/schemas/ContentListResponseWrapper","pointer":"/paths/~1content-lists~1{id}/patch/requestBody","description":"A ContentList object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/content-lists/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"components/schemas/ContentListResponseWrapper"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/content-lists/{id}","href":"content-list/patch_content_lists_id","openApiOperationId":"patch_content_lists_id","summary":"Update a Content List","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/ContentListResponseWrapper","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/ContentListResponseWrapper"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Content List successfully updated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ContentList"}},"schemaId":"components/schemas/ContentList"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1content-lists~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ContentList","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ContentList"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1content-lists~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1content-lists~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/content-list/patch_content_lists_id"}],"panels":[]}]},"httpPath":"/content-lists/{id}"}],"content":{"contentType":"group","meta":{"name":"Content List"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Content List","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Collections - Content List"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/content-lists","summary":"Get All Content Lists","prefix":{"name":"get","color":"get"},"badges":[],"link":"/content-list/get_content_lists","deprecated":false},{"title":"/content-lists","summary":"Create a Content List","prefix":{"name":"post","color":"post"},"badges":[],"link":"/content-list/post_content_lists","deprecated":false},{"title":"/content-lists/{id}","summary":"Get a Content List","prefix":{"name":"get","color":"get"},"badges":[],"link":"/content-list/get_content_lists_id","deprecated":false},{"title":"/content-lists/{id}","summary":"Delete a Content List","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/content-list/delete_content_lists_id","deprecated":false},{"title":"/content-lists/{id}","summary":"Update a Content List","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/content-list/patch_content_lists_id","deprecated":false}]}]}]}]}},{"type":"group","label":"Locations Data","link":"/apis/swagger/locations-data","routeSlug":"/apis/swagger/locations-data","items":[{"label":"Get the available amenities (Google Lodging) fields for a location","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_available_lodging_fields","routeSlug":"/apis/swagger/locations-data/get_locations_available_lodging_fields","metadata":{"seo":{"title":"Get the available amenities (Google Lodging) fields for a location","description":"Get the list of all available amenities (Google Lodging) fields."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_available_lodging_fields","name":"Get the available amenities (Google Lodging) fields for a location","isWebhook":false,"pointer":"/paths/~1locations~1available-lodging-fields/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get the available amenities (Google Lodging) fields for a location","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get the list of all available amenities (Google Lodging) fields."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/available-lodging-fields","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/available-lodging-fields","href":"locations-data/get_locations_available_lodging_fields","openApiOperationId":"get_locations_available_lodging_fields","summary":"Get the available amenities (Google Lodging) fields for a location","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Available lodging fields successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LodgingFieldResponseWrapper"}},"schemaId":"components/schemas/LodgingFieldResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/error","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/error","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1available-lodging-fields/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1available-lodging-fields/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1available-lodging-fields/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LodgingFieldResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LodgingFieldResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/error","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/error","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1available-lodging-fields/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1available-lodging-fields/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1available-lodging-fields/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_available_lodging_fields"}],"panels":[]}]},"httpPath":"/locations/available-lodging-fields"},{"label":"Get the city for locations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_cities","routeSlug":"/apis/swagger/locations-data/get_locations_cities","metadata":{"seo":{"title":"Get the city for locations","description":"Get the location's city"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_cities","name":"Get the city for locations","isWebhook":false,"pointer":"/paths/~1locations~1cities/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get the city for locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get the location's city"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"locationIds","in":"query","schemaId":"schema_71","description":"Get the cities for locations by location Ids"},{"name":"businessIds","in":"query","schemaId":"schema_71","description":"Get the cities for locations by business id"},{"name":"postcodes","in":"query","schemaId":"schema_71","description":"Get the cities for locations by postcodes"},{"name":"countries","in":"query","schemaId":"schema_71","description":"Get the cities for locations by country"},{"name":"provinces","in":"query","schemaId":"schema_71","description":"Get the cities for locations by province / state"},{"name":"query","in":"query","schemaId":"schema_67","description":"Restricts the response to the cities that contain this text, for example \"ber\" would return \"Berlin\" when appropriate."},{"name":"max","in":"query","schemaId":"schema_69","description":"Maximum number of items to return"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"}],"pointer":"/paths/~1locations~1cities/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/cities","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"locationIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"postcodes","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"countries","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"provinces","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/cities","href":"locations-data/get_locations_cities","openApiOperationId":"get_locations_cities","summary":"Get the city for locations","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Cities successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/CitiesResponseWrapper"}},"schemaId":"components/schemas/CitiesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/error","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/error","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1cities/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1cities/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1cities/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CitiesResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/CitiesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/error","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/error","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1cities/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1cities/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1cities/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1cities/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_cities"}],"panels":[]}]},"httpPath":"/locations/cities"},{"label":"Get the country for locations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_countries","routeSlug":"/apis/swagger/locations-data/get_locations_countries","metadata":{"seo":{"title":"Get the country for locations","description":"Get the country for each location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_countries","name":"Get the country for locations","isWebhook":false,"pointer":"/paths/~1locations~1countries/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get the country for locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get the country for each location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"businessIds","in":"query","schemaId":"schema_67","description":"The business ids for the locations that should be returned","required":true},{"name":"max","in":"query","schemaId":"schema_69","description":"Maximum number of items to return"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"}],"pointer":"/paths/~1locations~1countries/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/countries","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"businessIds","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/countries","href":"locations-data/get_locations_countries","openApiOperationId":"get_locations_countries","summary":"Get the country for locations","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Countries successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/CountriesResponseWrapper"}},"schemaId":"components/schemas/CountriesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/error","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/error","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1countries/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1countries/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1countries/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CountriesResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/CountriesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/error","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/error","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1countries/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1countries/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1countries/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1countries/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_countries"}],"panels":[]}]},"httpPath":"/locations/countries"},{"label":"Get Several Locations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations","routeSlug":"/apis/swagger/locations-data/get_locations","metadata":{"seo":{"title":"Get Several Locations","description":"Get locations managed by the current API user. Some fields are omitted (such as paymentOptions and services). For a full list use the GET/api/locations/$id endpoint."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations","name":"Get Several Locations","isWebhook":false,"pointer":"/paths/~1locations/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Several Locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get locations managed by the current API user. Some fields are omitted (such as paymentOptions and services). For a full list use the GET/api/locations/$id endpoint."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"businessId","in":"query","schemaId":"schema_121","description":"Only return locations in the business identified by businessId. Allowed multiple businessIds","example":"/api/locations?businessId=123&businessId=456"},{"name":"businessIds","in":"query","schemaId":"schema_121","description":"Returns all locations associated with multiple business ids"},{"name":"cities","in":"query","schemaId":"schema_71","description":"Get locations in the requested cities"},{"name":"classification","in":"query","schemaId":"schema_67","description":"Possible values: REQUIRED, BASIC, ADVANCED, BONUS and COMPLETE"},{"name":"countries","in":"query","schemaId":"schema_71","description":"Get locations in the requested country"},{"name":"endDateMax","in":"query","schemaId":"schema_128","description":"Only locations with an endDate less than or equal to endDateMax will be returned","example":"2020-02-05T12:18:12.000+01:00"},{"name":"endDateMin","in":"query","schemaId":"schema_128","description":"Only locations with an endDate greater than or equal to endDateMin will be returned.","example":"2018-02-05T12:18:12.000+01:00"},{"name":"excludedLocationIds","in":"query","schemaId":"schema_121","description":"List of locationIds that should be excluded from the result","example":"excludedLocationIds=20&excludedLocationIds=21 for multiple locations"},{"name":"facebookStatus","in":"query","schemaId":"schema_67","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Possible values: CONNECTED, NOT_CONNECTED"},"children":[]}]}]}]},{"name":"fieldMask","in":"query","schemaId":"schema_71","description":"Possible fieldMask options ( 'id', 'name', 'identifier', 'street', 'streetNo', 'streetAndNumber', 'addressExtra', 'zip', 'city', 'country',\n                                                               'sublocality', 'dateCreated', 'endDate', 'province', 'lat', 'lng', 'addressDisplay', 'phone', 'fax', 'timeZone',\n                                                               'cellphone', 'website', 'email', 'legalIdent', 'taxNumber', 'descriptionShort',\n                                                               'descriptionLong', 'imprint', 'openingHoursNotes', 'status', 'photos', 'attributes', 'lastUpdated',\n                                                               'firstSyncStarted', 'lastSyncStarted', 'autoSync', 'locationSyncable', 'businessId', 'businessName', 'productPlanId', 'productPlanName',\n                                                               'googleInsights', 'labels', 'customFields', 'features', 'groups', 'openingHours', 'specialOpeningHours', 'nameDescriptor',\n                                                               'actionsRequired', 'profileCompleteness', 'suggestionsForFieldsAvailable', 'listingsInSync', 'activeListingsCount',\n                                                               'dataPoints', 'averageRating', 'directoriesMissingConnect' )","example":"city&fieldMask=zip"},{"name":"googleDirectoryStatus","in":"query","schemaId":"schema_67","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Possible values: VERIFIED (the Google listing is verified and fully managed by us),"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"UNVERIFIED (the Google listing is not verified),"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DISABLED (the Google listing is disabled),"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SUSPENDED (the Google listing is suspended),"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DUPLICATE (the Google listing is a duplicate),"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PENDING_VERIFICATION (a verification pin has been requested for the Google listing),"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"NEEDS_REVERIFICATION (the verification process for the Google listing needs to be reverified),"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PENDING_REVIEW (there is no Google account connected for the listing)"},"children":[]}]}]}]},{"name":"googleStatus","in":"query","schemaId":"schema_67","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Possible values: VERIFIED (the Google listing is verified and fully managed by us),"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"VERIFICATION_STARTED (a verification pin has been requested for the Google listing),"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"VERIFICATION_NOT_STARTED (the verification process has not been start for the Google listing),"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"NOT_CONNECTED (there is no Google account connected for the listing),"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"VERIFIED_BY_THIRD_PARTY (there is a verified listing on Google but we do not manage it)"},"children":[]}]}]}]},{"name":"groupIds","in":"query","schemaId":"schema_121","description":"The groupId to which the location belongs"},{"name":"groups","in":"query","schemaId":"schema_71","description":"The name of the group to which the location belongs"},{"name":"identifier","in":"query","schemaId":"schema_67","description":"Only return one location (per business) based on your internal identification system"},{"name":"labels","in":"query","schemaId":"schema_71","description":"Only return locations that contain at least one of the given labels","example":"labels=my-label-1&labels=my-label-2"},{"name":"locationIds","in":"query","schemaId":"schema_121","description":"Only return locations identified by ids listed in locationIds","example":"?locationIds=20&locationIds=22 for multiple locations"},{"name":"max","in":"query","schemaId":"schema_69","description":"Used for pagination. Maximum number of results per page. Default: 50 (Without a defined FieldMask the maximum number of results is 50.)"},{"name":"missingDirectoryField","in":"query","schemaId":"schema_71","description":"Only return locations that have no value for the given field"},{"name":"needsReview","in":"query","schemaId":"schema_72","description":"If set to true, only return locations with faulty data in need of review. Default: false."},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"},{"name":"order","in":"query","schemaId":"schema_67","description":"use asc for ascending sort or desc for descending sort"},{"name":"postcodes","in":"query","schemaId":"schema_71","description":"Get locations in the requested post / zip codes"},{"name":"provinces","in":"query","schemaId":"schema_71","description":"Get locations in the requested province / state"},{"name":"query","in":"query","schemaId":"schema_67","description":"Filter by name, zip, street, city, label","example":"Berlin"},{"name":"queryFields","in":"query","schemaId":"schema_71","description":"The fields that will be searched to contain the value provided in the 'query' query parameter."},{"name":"selectAll","in":"query","schemaId":"schema_72","description":"Setting selectAll to true allows finding ALL locations for any given businessId, locationIds and labels. In other words these fields are OR joined."},{"name":"sort","in":"query","schemaId":"schema_67","description":"The location property to sort by (ascending unless order is specified).\n                            One of name, street, streetNo, zip, city, phone, cellphone, fax, website, email, lastSyncStarted, country"},{"name":"status","in":"query","schemaId":"schema_71","description":"Filter by locations status. One of ACTIVE, INACTIVE, CANCELLED"},{"name":"syncNeeded","in":"query","schemaId":"schema_72","description":"If set to true, filter locations that have been updated but did not start a sync yet"},{"name":"syncStarted","in":"query","schemaId":"schema_72","description":"If set to true, filter locations that started a sync. If set to false, filter locations that never synced"},{"name":"temporarilyClosed","in":"query","schemaId":"schema_72","description":"Filter for locations that are currently set to temporarily closed (True) or are not temporarily closed (False)"}],"pointer":"/paths/~1locations/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"businessId","in":"query","required":false,"example":"/api/locations?businessId=123&businessId=456","schemaId":"schema_121","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_121","style":"form","explode":true},{"name":"cities","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"classification","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"countries","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"endDateMax","in":"query","required":false,"example":"2020-02-05T12:18:12.000+01:00","schemaId":"schema_128","style":"form","explode":true},{"name":"endDateMin","in":"query","required":false,"example":"2018-02-05T12:18:12.000+01:00","schemaId":"schema_128","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"example":"excludedLocationIds=20&excludedLocationIds=21 for multiple locations","schemaId":"schema_121","style":"form","explode":true},{"name":"facebookStatus","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"fieldMask","in":"query","required":false,"example":"city&fieldMask=zip","schemaId":"schema_71","style":"form","explode":true},{"name":"googleDirectoryStatus","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"googleStatus","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"groupIds","in":"query","required":false,"schemaId":"schema_121","style":"form","explode":true},{"name":"groups","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"identifier","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"labels","in":"query","required":false,"example":"labels=my-label-1&labels=my-label-2","schemaId":"schema_71","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"example":"?locationIds=20&locationIds=22 for multiple locations","schemaId":"schema_121","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"missingDirectoryField","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"needsReview","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"order","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"postcodes","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"provinces","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"query","in":"query","required":false,"example":"Berlin","schemaId":"schema_67","style":"form","explode":true},{"name":"queryFields","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"selectAll","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"sort","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"status","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"syncNeeded","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"syncStarted","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true},{"name":"temporarilyClosed","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations","href":"locations-data/get_locations","openApiOperationId":"get_locations","summary":"Get Several Locations","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Locations successfully retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationSearchResponseWrapper"}},"schemaId":"components/schemas/LocationSearchResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/get/responses/400/content/application~1json/examples/error","paths/~1locations/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/get/responses/400/content/application~1json/examples/error","paths/~1locations/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationSearchResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationSearchResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/get/responses/400/content/application~1json/examples/error","paths/~1locations/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/get/responses/400/content/application~1json/examples/error","paths/~1locations/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations"}],"panels":[]}]},"httpPath":"/locations"},{"label":"Create a Location","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/post_locations","routeSlug":"/apis/swagger/locations-data/post_locations","metadata":{"seo":{"title":"Create a Location","description":"Create a location and add it to an existing business"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_locations","name":"Create a Location","isWebhook":false,"pointer":"/paths/~1locations/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Location","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a location and add it to an existing business"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Location"}},"schemaId":"components/schemas/Location","pointer":"/paths/~1locations/post/requestBody","description":"Location object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/locations","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/Location"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/locations","href":"locations-data/post_locations","openApiOperationId":"post_locations","summary":"Create a Location","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/Location","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Location"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Location successfully created","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationWrapper"}},"schemaId":"components/schemas/LocationWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/post/responses/400/content/application~1json/examples/error","paths/~1locations/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/post/responses/400/content/application~1json/examples/error","paths/~1locations/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1locations/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/post/responses/400/content/application~1json/examples/error","paths/~1locations/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/post/responses/400/content/application~1json/examples/error","paths/~1locations/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/post_locations"}],"panels":[]}]},"httpPath":"/locations"},{"label":"Delete Several Locations","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/delete_locations","routeSlug":"/apis/swagger/locations-data/delete_locations","metadata":{"seo":{"title":"Delete Several Locations","description":"Delete several locations identified by their uberall unique ids.Locations can be deleted only if they are inactivated (status = INACTIVE) and are no longer billed (endDate < now)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_locations","name":"Delete Several Locations","isWebhook":false,"pointer":"/paths/~1locations/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete Several Locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Delete several locations identified by their uberall unique ids."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Locations can be deleted only if they are inactivated (status = INACTIVE) and are no longer billed (endDate < now)."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"locations","in":"query","schemaId":"schema_71","description":"The uberall unique ids for the locations you want to delete","required":true}],"pointer":"/paths/~1locations/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/locations","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"locations","in":"query","required":true,"schemaId":"schema_71","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations","href":"locations-data/delete_locations","openApiOperationId":"delete_locations","summary":"Delete Several Locations","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Locations successfully deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DeleteSuccessResponseWrapper"}},"schemaId":"components/schemas/DeleteSuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/delete/responses/400/content/application~1json/examples/error","paths/~1locations/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/delete/responses/400/content/application~1json/examples/error","paths/~1locations/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DeleteSuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DeleteSuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/delete/responses/400/content/application~1json/examples/error","paths/~1locations/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/delete/responses/400/content/application~1json/examples/error","paths/~1locations/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/delete_locations"}],"panels":[]}]},"httpPath":"/locations"},{"label":"Update Several Locations","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/patch_locations","routeSlug":"/apis/swagger/locations-data/patch_locations","metadata":{"seo":{"title":"Update Several Locations","description":"Make changes to a list of locations. Any blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_locations","name":"Update Several Locations","isWebhook":false,"pointer":"/paths/~1locations/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update Several Locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Make changes to a list of locations. Any blank parameter deletes an old value, any unspecified parameter does nothing\n            \nCaution! Changing the Location Name, Country, Street, ZIP, City, Province, Phone Number, or Primary Business Category\n            may cause your listings to become unverified on Google, which could temporarily impact your visibility."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_129"}},"schemaId":"schema_129","pointer":"/paths/~1locations/patch/requestBody","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of Maps with both location id and params to update : [{id: 123, status: CANCELLED}, ...]"},"children":[]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/locations","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"schema_129"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/locations","href":"locations-data/patch_locations","openApiOperationId":"patch_locations","summary":"Update Several Locations","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_129","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_129"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Locations successfully updated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/UpdateSuccessResponseWrapper"}},"schemaId":"components/schemas/UpdateSuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/patch/responses/400/content/application~1json/examples/error","paths/~1locations/patch/responses/400/content/application~1json/examples/bad_request","paths/~1locations/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/patch/responses/400/content/application~1json/examples/error","paths/~1locations/patch/responses/400/content/application~1json/examples/bad_request","paths/~1locations/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/patch/responses/401/content/application~1json/examples/bad_token","paths/~1locations/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/patch/responses/401/content/application~1json/examples/bad_token","paths/~1locations/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/403/content/application~1json/examples/forbidden","paths/~1locations/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/403/content/application~1json/examples/forbidden","paths/~1locations/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1locations/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/UpdateSuccessResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/UpdateSuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/patch/responses/400/content/application~1json/examples/error","paths/~1locations/patch/responses/400/content/application~1json/examples/bad_request","paths/~1locations/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1locations/patch/responses/400/content/application~1json/examples/error","paths/~1locations/patch/responses/400/content/application~1json/examples/bad_request","paths/~1locations/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/patch/responses/401/content/application~1json/examples/bad_token","paths/~1locations/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1locations/patch/responses/401/content/application~1json/examples/bad_token","paths/~1locations/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/403/content/application~1json/examples/forbidden","paths/~1locations/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/403/content/application~1json/examples/forbidden","paths/~1locations/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/patch_locations"}],"panels":[]}]},"httpPath":"/locations"},{"label":"Get the directories for locations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_directories","routeSlug":"/apis/swagger/locations-data/get_locations_directories","metadata":{"seo":{"title":"Get the directories for locations","description":"Get the directories for a location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_directories","name":"Get the directories for locations","isWebhook":false,"pointer":"/paths/~1locations~1directories/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get the directories for locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get the directories for a location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/directories","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/directories","href":"locations-data/get_locations_directories","openApiOperationId":"get_locations_directories","summary":"Get the directories for locations","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Directories successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DirectoriesResponseWrapper"}},"schemaId":"components/schemas/DirectoriesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/error","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/error","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1directories/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1directories/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1directories/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectoriesResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DirectoriesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/error","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/error","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1directories/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1directories/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1directories/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1directories/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_directories"}],"panels":[]}]},"httpPath":"/locations/directories"},{"label":"Get a Location","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_id","routeSlug":"/apis/swagger/locations-data/get_locations_id","metadata":{"seo":{"title":"Get a Location","description":"Get all information about a specific location, including listing statuses"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_id","name":"Get a Location","isWebhook":false,"pointer":"/paths/~1locations~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Location","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get all information about a specific location, including listing statuses"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the location","required":true}],"pointer":"/paths/~1locations~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}","href":"locations-data/get_locations_id","openApiOperationId":"get_locations_id","summary":"Get a Location","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Location successfully retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationResponseWrapper"}},"schemaId":"components/schemas/LocationResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_id"}],"panels":[]}]},"httpPath":"/locations/{id}"},{"label":"Update a Location","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/patch_locations_id","routeSlug":"/apis/swagger/locations-data/patch_locations_id","metadata":{"seo":{"title":"Update a Location","description":"Make changes to a location. Any blank parameter deletes an old value; any unspecified parameter is left unchanged."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_locations_id","name":"Update a Location","isWebhook":false,"pointer":"/paths/~1locations~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Location","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Make changes to a location. Any blank parameter deletes an old value; any unspecified parameter is left unchanged.\n                            \nCaution! Changing the Location Name, Country, Street, ZIP, City, Province, Phone Number, or Primary Business Category\n                            may cause your listings to become unverified on Google, which could temporarily impact your visibility."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the location you want to update","required":true}],"pointer":"/paths/~1locations~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Location"}},"schemaId":"components/schemas/Location","pointer":"/paths/~1locations~1{id}/patch/requestBody","description":"Location object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/locations/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/Location"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/locations/{id}","href":"locations-data/patch_locations_id","openApiOperationId":"patch_locations_id","summary":"Update a Location","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/Location","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Location"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Location successfully edited","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationWrapper"}},"schemaId":"components/schemas/LocationWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid status","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid phone number","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid short description","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid multiple squared logo","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid photos, array expected","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid 2nd social profile"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid status","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid phone number","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid short description","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid multiple squared logo","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid photos, array expected","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid 2nd social profile"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/409/content/*~1*/examples/identifier not unique"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/409/content/*~1*/examples/identifier not unique"]}],"pointer":"/paths/~1locations~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid status","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid phone number","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid short description","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid multiple squared logo","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid photos, array expected","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid 2nd social profile"],"mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid status","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid phone number","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid short description","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid multiple squared logo","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid photos, array expected","paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid 2nd social profile"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/409/content/*~1*/examples/identifier not unique"],"mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}/patch/responses/409/content/*~1*/examples/identifier not unique"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/patch_locations_id"}],"panels":[]}]},"httpPath":"/locations/{id}"},{"label":"Get a list of basic business details","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_businesses","routeSlug":"/apis/swagger/locations-data/get_locations_businesses","metadata":{"seo":{"title":"Get a list of basic business details","description":"Get a list of basic business details containing \"id\" and \"name\", that can be viewed by the current user."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_businesses","name":"Get a list of basic business details","isWebhook":false,"pointer":"/paths/~1locations~1businesses/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a list of basic business details","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a list of basic business details containing \"id\" and \"name\", that can be viewed by the current user."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"query","in":"query","schemaId":"schema_67","description":"Value used to filter the results.\n                        The value will be searched for in the following fields: \"name\", \"streetAndNo\", \"zip\", \"city\", \"country\", \"identifier\"."},{"name":"sort","in":"query","schemaId":"schema_67","description":"The business property to sort by. Can be \"id\" or \"name\"."},{"name":"max","in":"query","schemaId":"schema_67","description":"Used for pagination. Maximum number of results per page. Default: 1000"},{"name":"offset","in":"query","schemaId":"schema_67","description":"Offset used for pagination. Default: 0"},{"name":"order","in":"query","schemaId":"schema_67","description":"Sets the sorting order. Default: \"asc\"."}],"pointer":"/paths/~1locations~1businesses/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/businesses","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"sort","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"order","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/businesses","href":"locations-data/get_locations_businesses","openApiOperationId":"get_locations_businesses","summary":"Get a list of basic business details","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved Businesses","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessPageResponseWrapper"}},"schemaId":"components/schemas/BusinessPageResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/error","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/error","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1businesses/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1businesses/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1businesses/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/BusinessPageResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/BusinessPageResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/error","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/error","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1businesses/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1businesses/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1businesses/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_businesses"}],"panels":[]}]},"httpPath":"/locations/businesses"},{"label":"Get the keywords for locations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_keywords","routeSlug":"/apis/swagger/locations-data/get_locations_keywords","metadata":{"seo":{"title":"Get the keywords for locations","description":"Get the keywords for locations"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_keywords","name":"Get the keywords for locations","isWebhook":false,"pointer":"/paths/~1locations~1keywords/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get the keywords for locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get the keywords for locations"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"locationIds","in":"query","schemaId":"schema_71","description":"The location ids that should have keywords returned"},{"name":"businessIds","in":"query","schemaId":"schema_71","description":"The business ids for the locations that should be returned"},{"name":"excludedLocationIds","in":"query","schemaId":"schema_71","description":"List of location ids which should be excluded from keywords search"}],"pointer":"/paths/~1locations~1keywords/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/keywords","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"locationIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"excludedLocationIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/keywords","href":"locations-data/get_locations_keywords","openApiOperationId":"get_locations_keywords","summary":"Get the keywords for locations","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Keywords for locations successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/KeywordsWrapper"}},"schemaId":"components/schemas/KeywordsWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/error","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/error","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1keywords/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1keywords/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1keywords/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/KeywordsWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/KeywordsWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/error","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/error","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1keywords/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1keywords/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1keywords/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_keywords"}],"panels":[]}]},"httpPath":"/locations/keywords"},{"label":"Get Historical Visibility Index","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_id_visibility_indexes_interesting","routeSlug":"/apis/swagger/locations-data/get_locations_id_visibility_indexes_interesting","metadata":{"seo":{"title":"Get Historical Visibility Index","description":"Get a Visibility Index time series. Only days where the Visibility Index changed will be returned"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_id_visibility_indexes_interesting","name":"Get Historical Visibility Index","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1visibility-indexes~1interesting/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Historical Visibility Index","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a Visibility Index time series. Only days where the Visibility Index changed will be returned"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the location you want the Visibility Index for","required":true}],"pointer":"/paths/~1locations~1{id}~1visibility-indexes~1interesting/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"startDate","in":"query","schemaId":"schema_130","description":"startDate in YYYY-MM-dd"},{"name":"endDate","in":"query","schemaId":"schema_130","description":"endDate in YYYY-MM-dd"}],"pointer":"/paths/~1locations~1{id}~1visibility-indexes~1interesting/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/{id}/visibility-indexes/interesting","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"startDate","in":"query","required":false,"schemaId":"schema_130","style":"form","explode":true},{"name":"endDate","in":"query","required":false,"schemaId":"schema_130","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/visibility-indexes/interesting","href":"locations-data/get_locations_id_visibility_indexes_interesting","openApiOperationId":"get_locations_id_visibility_indexes_interesting","summary":"Get Historical Visibility Index","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Historical visibility indexes successfully retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/VisibilityIndexesWrapper"}},"schemaId":"components/schemas/VisibilityIndexesWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/VisibilityIndexesWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/VisibilityIndexesWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_id_visibility_indexes_interesting"}],"panels":[]}]},"httpPath":"/locations/{id}/visibility-indexes/interesting"},{"label":"Get the labels for locations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_labels","routeSlug":"/apis/swagger/locations-data/get_locations_labels","metadata":{"seo":{"title":"Get the labels for locations","description":"Get the labels assigned to a location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_labels","name":"Get the labels for locations","isWebhook":false,"pointer":"/paths/~1locations~1labels/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get the labels for locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get the labels assigned to a location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"query","in":"query","schemaId":"schema_67","description":"Used for searching for a specific keyword within label names, only label names matching the given query via 'like' will be returned."}],"pointer":"/paths/~1locations~1labels/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/labels","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/labels","href":"locations-data/get_locations_labels","openApiOperationId":"get_locations_labels","summary":"Get the labels for locations","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Labels successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LabelsResponseWrapper"}},"schemaId":"components/schemas/LabelsResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/error","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/error","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1labels/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1labels/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1labels/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LabelsResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LabelsResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/error","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/error","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1labels/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1labels/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1labels/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1labels/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_labels"}],"panels":[]}]},"httpPath":"/locations/labels"},{"label":"Get the post / zip code for locations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_postcodes","routeSlug":"/apis/swagger/locations-data/get_locations_postcodes","metadata":{"seo":{"title":"Get the post / zip code for locations","description":"Get the post / zip code assigned to a location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_postcodes","name":"Get the post / zip code for locations","isWebhook":false,"pointer":"/paths/~1locations~1postcodes/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get the post / zip code for locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get the post / zip code assigned to a location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"locationIds","in":"query","schemaId":"schema_71","description":"Get the post / zip codes for associated to the given list of location Ids"},{"name":"businessIds","in":"query","schemaId":"schema_71","description":"Get the post / zip codes for locations assigned to a business id"},{"name":"countries","in":"query","schemaId":"schema_71","description":"Get the post / zip codes for locations within a country"},{"name":"provinces","in":"query","schemaId":"schema_71","description":"Get the post / zip codes for locations within a province / state"},{"name":"cities","in":"query","schemaId":"schema_71","description":"Get the post / zip codes for locations within a city"},{"name":"query","in":"query","schemaId":"schema_67","description":"Restricts the response to the post/zip codes that contain this text, for example \"374\" would return \"37490\" when appropriate."},{"name":"max","in":"query","schemaId":"schema_69","description":"Maximum number of items to return"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"}],"pointer":"/paths/~1locations~1postcodes/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/postcodes","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"locationIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"businessIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"countries","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"provinces","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"cities","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/postcodes","href":"locations-data/get_locations_postcodes","openApiOperationId":"get_locations_postcodes","summary":"Get the post / zip code for locations","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Postcodes successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/PostcodesResponseWrapper"}},"schemaId":"components/schemas/PostcodesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/error","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/error","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1postcodes/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1postcodes/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1postcodes/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/PostcodesResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/PostcodesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/error","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/error","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1postcodes/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1postcodes/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1postcodes/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_postcodes"}],"panels":[]}]},"httpPath":"/locations/postcodes"},{"label":"Get the province/state for locations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_provinces","routeSlug":"/apis/swagger/locations-data/get_locations_provinces","metadata":{"seo":{"title":"Get the province/state for locations","description":"Get a list of provinces/states, for locations available to the user, with filtering on businesses, countries, or a search text"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_provinces","name":"Get the province/state for locations","isWebhook":false,"pointer":"/paths/~1locations~1provinces/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get the province/state for locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a list of provinces/states, for locations available to the user, with filtering on businesses, countries, or a search text"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"businessIds","in":"query","schemaId":"schema_71","description":"Get the provinces / states of locations associated with specific Business Id(s)"},{"name":"countries","in":"query","schemaId":"schema_71","description":"Get provinces / states for locations in a country"},{"name":"query","in":"query","schemaId":"schema_67","description":"Restricts the response to the provinces/states that contain this text, for example 'indi' would return 'Indiana' when appropriate."},{"name":"max","in":"query","schemaId":"schema_69","description":"Maximum number of items to return"},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"}],"pointer":"/paths/~1locations~1provinces/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/provinces","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"businessIds","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"countries","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/provinces","href":"locations-data/get_locations_provinces","openApiOperationId":"get_locations_provinces","summary":"Get the province/state for locations","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Provinces successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProvincesResponseWrapper"}},"schemaId":"components/schemas/ProvincesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/error","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/error","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1provinces/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1provinces/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1provinces/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ProvincesResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProvincesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/error","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/error","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1provinces/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1provinces/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1provinces/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_provinces"}],"panels":[]}]},"httpPath":"/locations/provinces"},{"label":"Get Locations' Statistics","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_statistics","routeSlug":"/apis/swagger/locations-data/get_locations_statistics","metadata":{"seo":{"title":"Get Locations' Statistics","description":"Get statistics about the locations the current user is managing: total and breakdown by status"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_statistics","name":"Get Locations' Statistics","isWebhook":false,"pointer":"/paths/~1locations~1statistics/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Locations' Statistics","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get statistics about the locations the current user is managing: total and breakdown by status"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/statistics","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/statistics","href":"locations-data/get_locations_statistics","openApiOperationId":"get_locations_statistics","summary":"Get Locations' Statistics","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Location statistics successfully retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationStatisticsResponse"}},"schemaId":"components/schemas/LocationStatisticsResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1statistics/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationStatisticsResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationStatisticsResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1statistics/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_statistics"}],"panels":[]}]},"httpPath":"/locations/statistics"},{"label":"Sync a Location","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/post_locations_id_sync","routeSlug":"/apis/swagger/locations-data/post_locations_id_sync","metadata":{"seo":{"title":"Sync a Location","description":"Start a sync on all directories for a specific location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_locations_id_sync","name":"Sync a Location","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1sync/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Sync a Location","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Start a sync on all directories for a specific location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the location you want to sync","required":true}],"pointer":"/paths/~1locations~1{id}~1sync/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/locations/{id}/sync","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/locations/{id}/sync","href":"locations-data/post_locations_id_sync","openApiOperationId":"post_locations_id_sync","summary":"Sync a Location","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Location successfully synced","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationWrapper"}},"schemaId":"components/schemas/LocationWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1locations~1{id}~1sync/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1sync/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/post_locations_id_sync"}],"panels":[]}]},"httpPath":"/locations/{id}/sync"},{"label":"Sync Several Locations","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/post_locations_sync","routeSlug":"/apis/swagger/locations-data/post_locations_sync","metadata":{"seo":{"title":"Sync Several Locations","description":"Start a sync on all directories for several locations identified by their unique uberall id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_locations_sync","name":"Sync Several Locations","isWebhook":false,"pointer":"/paths/~1locations~1sync/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Sync Several Locations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Start a sync on all directories for several locations identified by their unique uberall id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationSearchParams"}},"schemaId":"components/schemas/LocationSearchParams","pointer":"/paths/~1locations~1sync/post/requestBody","description":"LocationSearchParams object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/locations/sync","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/LocationSearchParams"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/locations/sync","href":"locations-data/post_locations_sync","openApiOperationId":"post_locations_sync","summary":"Sync Several Locations","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/LocationSearchParams","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationSearchParams"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Locations successfully synced","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/error","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/error","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1locations~1sync/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/error","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/error","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1sync/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1sync/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/post_locations_sync"}],"panels":[]}]},"httpPath":"/locations/sync"},{"label":"Update EV Dynamic Data","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/patch_locations_id_ev_data_uid","routeSlug":"/apis/swagger/locations-data/patch_locations_id_ev_data_uid","metadata":{"seo":{"title":"Update EV Dynamic Data","description":"Update EV Charging data for a given EV Charging Station."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_locations_id_ev_data_uid","name":"Update EV Dynamic Data","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1ev-data~1{uid}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update EV Dynamic Data","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Update EV Charging data for a given EV Charging Station."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the EV Charging station for which you want to update information.","required":true},{"name":"uid","in":"path","schemaId":"schema_67","description":"The UID for the EV Charging station","required":true}],"pointer":"/paths/~1locations~1{id}~1ev-data~1{uid}/patch/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"status","in":"query","schemaId":"schema_67","description":"Query based on the location status","required":true}],"pointer":"/paths/~1locations~1{id}~1ev-data~1{uid}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_131"}},"schemaId":"schema_131","pointer":"/paths/~1locations~1{id}~1ev-data~1{uid}/patch/requestBody","description":"A EvStatus object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/locations/{id}/ev-data/{uid}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false},{"name":"uid","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"status","in":"query","required":true,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"schema_131"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/locations/{id}/ev-data/{uid}","href":"locations-data/patch_locations_id_ev_data_uid","openApiOperationId":"patch_locations_id_ev_data_uid","summary":"Update EV Dynamic Data","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_131","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_131"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Request successfully sent to eco-movement","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/EvDynamicDataWrapper"}},"schemaId":"components/schemas/EvDynamicDataWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/EvDynamicDataWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/EvDynamicDataWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/patch_locations_id_ev_data_uid"}],"panels":[]}]},"httpPath":"/locations/{id}/ev-data/{uid}"},{"label":"Get Location's Visibility Index","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_id_visibility_indexes","routeSlug":"/apis/swagger/locations-data/get_locations_id_visibility_indexes","metadata":{"seo":{"title":"Get Location's Visibility Index","description":"Get the latest location's visibility index"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_id_visibility_indexes","name":"Get Location's Visibility Index","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1visibility-indexes/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Location's Visibility Index","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get the latest location's visibility index"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the location","required":true}],"pointer":"/paths/~1locations~1{id}~1visibility-indexes/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"days","in":"query","schemaId":"schema_67","description":"Use days to get the visibility index from as many days ago"}],"pointer":"/paths/~1locations~1{id}~1visibility-indexes/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/{id}/visibility-indexes","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"days","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/visibility-indexes","href":"locations-data/get_locations_id_visibility_indexes","openApiOperationId":"get_locations_id_visibility_indexes","summary":"Get Location's Visibility Index","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Visibility indexes successfully retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/VisibilityIndexWrapper"}},"schemaId":"components/schemas/VisibilityIndexWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1visibility-indexes/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1visibility-indexes/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1visibility-indexes/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/VisibilityIndexWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/VisibilityIndexWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1visibility-indexes/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1visibility-indexes/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1visibility-indexes/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_id_visibility_indexes"}],"panels":[]}]},"httpPath":"/locations/{id}/visibility-indexes"},{"label":"DEPRECATED - Get Location's Data Points","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_id_datapoints","routeSlug":"/apis/swagger/locations-data/get_locations_id_datapoints","metadata":{"seo":{"title":"DEPRECATED - Get Location's Data Points","description":"Deprecated. Use GET /data-points instead."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_id_datapoints","name":"DEPRECATED - Get Location's Data Points","deprecated":true,"isWebhook":false,"pointer":"/paths/~1locations~1{id}~1datapoints/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"DEPRECATED - Get Location's Data Points","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deprecated. Use "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://docs.uberall.com/apis/swagger/data-points/get_data_points"},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /data-points"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" instead."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID of the location you want to inbox items for","required":true}],"pointer":"/paths/~1locations~1{id}~1datapoints/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/{id}/datapoints","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/datapoints","href":"locations-data/get_locations_id_datapoints","openApiOperationId":"get_locations_id_datapoints","summary":"DEPRECATED - Get Location's Data Points","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/InboxResponseWrapper"}},"schemaId":"components/schemas/InboxResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1datapoints/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1datapoints/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1datapoints/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/InboxResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/InboxResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1datapoints/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1datapoints/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_id_datapoints"}],"panels":[]}]},"httpPath":"/locations/{id}/datapoints"},{"label":"DEPRECATED - Get Location's Data Point Statistics","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_id_datapoints_statistics","routeSlug":"/apis/swagger/locations-data/get_locations_id_datapoints_statistics","metadata":{"seo":{"title":"DEPRECATED - Get Location's Data Point Statistics","description":"Deprecated. Use GET /data-points/statistics instead."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_id_datapoints_statistics","name":"DEPRECATED - Get Location's Data Point Statistics","deprecated":true,"isWebhook":false,"pointer":"/paths/~1locations~1{id}~1datapoints~1statistics/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"DEPRECATED - Get Location's Data Point Statistics","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deprecated. Use "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://docs.uberall.com/apis/swagger/data-points/get_data_points_statistics"},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /data-points/statistics"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" instead."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID of the location","required":true}],"pointer":"/paths/~1locations~1{id}~1datapoints~1statistics/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"dataPointTypes","in":"query","schemaId":"schema_71","description":"Types of datapoints you want inbox statistics for","example":"[PHOTO, REVIEW, CHECKIN]"},{"name":"directoryTypes","in":"query","schemaId":"schema_71","description":"Directories you want inbox statistics for"},{"name":"ratings","in":"query","schemaId":"schema_71","description":"Ratings of datapoints you want inbox statistics for."},{"name":"minActionDate","in":"query","schemaId":"schema_67","description":"Only consider data points published on the directory after that date, as unix timestamp in milliseconds;\n                            for directories that report edits (e.g. Google) the publication date moves to the most recent edit by the author.\n                            For API versions before 20210215 this parameter is interpreted as minThreadActionDate for backward compatibility"},{"name":"maxActionDate","in":"query","schemaId":"schema_67","description":"Only consider data points published on the directory before that date, as unix timestamp in milliseconds;\n                            for directories that report edits (e.g. Google) the publication date moves to the most recent edit by the author.\n                            For API versions before 20210215 this parameter is interpreted as maxThreadActionDate for backward compatibility"},{"name":"minThreadActionDate","in":"query","schemaId":"schema_67","description":"The min date of the latest consumer activity on the DataPoint as unix timestamp in milliseconds.\n                            Consumer activity includes the original publication, edits by the author and new consumer comments; replies by the location owner do not update this date","example":1514764800000},{"name":"maxThreadActionDate","in":"query","schemaId":"schema_67","description":"The max date of the latest consumer activity on the DataPoint as unix timestamp in milliseconds.\n                            Consumer activity includes the original publication, edits by the author and new consumer comments; replies by the location owner do not update this date","example":1514764800000}],"pointer":"/paths/~1locations~1{id}~1datapoints~1statistics/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/{id}/datapoints/statistics","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"dataPointTypes","in":"query","required":false,"example":"[PHOTO, REVIEW, CHECKIN]","schemaId":"schema_71","style":"form","explode":true},{"name":"directoryTypes","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"ratings","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"minActionDate","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"maxActionDate","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"minThreadActionDate","in":"query","required":false,"example":1514764800000,"schemaId":"schema_67","style":"form","explode":true},{"name":"maxThreadActionDate","in":"query","required":false,"example":1514764800000,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/datapoints/statistics","href":"locations-data/get_locations_id_datapoints_statistics","openApiOperationId":"get_locations_id_datapoints_statistics","summary":"DEPRECATED - Get Location's Data Point Statistics","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DatapointStatisticsResponseWrapper"}},"schemaId":"components/schemas/DatapointStatisticsResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1datapoints~1statistics/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DatapointStatisticsResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DatapointStatisticsResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1datapoints~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1datapoints~1statistics/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_id_datapoints_statistics"}],"panels":[]}]},"httpPath":"/locations/{id}/datapoints/statistics"},{"label":"Get a Location's Dashboard","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-data/get_locations_id_dashboard","routeSlug":"/apis/swagger/locations-data/get_locations_id_dashboard","metadata":{"seo":{"title":"Get a Location's Dashboard","description":"Deprecated. Use the dedicated Dashboard endpoints instead — see docs.uberall.com/apis/swagger/dashboard. Manager counts and next-best-actions have no replacement."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_id_dashboard","name":"Get a Location's Dashboard","deprecated":true,"isWebhook":false,"pointer":"/paths/~1locations~1{id}~1dashboard/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Location's Dashboard","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deprecated. Use the dedicated Dashboard endpoints instead — see "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://docs.uberall.com/apis/swagger/dashboard"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"docs.uberall.com/apis/swagger/dashboard"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". Manager counts and next-best-actions have no replacement."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the location you want a dashboard for","required":true}],"pointer":"/paths/~1locations~1{id}~1dashboard/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/{id}/dashboard","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/dashboard","href":"locations-data/get_locations_id_dashboard","openApiOperationId":"get_locations_id_dashboard","summary":"Get a Location's Dashboard","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Location dashboard successfully retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationDashboardResponseWrapper"}},"schemaId":"components/schemas/LocationDashboardResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1dashboard/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1dashboard/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1dashboard/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationDashboardResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationDashboardResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1dashboard/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1dashboard/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1dashboard/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-data/get_locations_id_dashboard"}],"panels":[]}]},"httpPath":"/locations/{id}/dashboard"}],"content":{"contentType":"group","meta":{"name":"Locations Data"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Locations Data","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Locations Data"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/locations/available-lodging-fields","summary":"Get the available amenities (Google Lodging) fields for a location","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations_available_lodging_fields","deprecated":false},{"title":"/locations/cities","summary":"Get the city for locations","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations_cities","deprecated":false},{"title":"/locations/countries","summary":"Get the country for locations","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations_countries","deprecated":false},{"title":"/locations","summary":"Get Several Locations","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations","deprecated":false},{"title":"/locations","summary":"Create a Location","prefix":{"name":"post","color":"post"},"badges":[],"link":"/locations-data/post_locations","deprecated":false},{"title":"/locations","summary":"Delete Several Locations","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/locations-data/delete_locations","deprecated":false},{"title":"/locations","summary":"Update Several Locations","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/locations-data/patch_locations","deprecated":false},{"title":"/locations/directories","summary":"Get the directories for locations","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations_directories","deprecated":false},{"title":"/locations/{id}","summary":"Get a Location","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations_id","deprecated":false},{"title":"/locations/{id}","summary":"Update a Location","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/locations-data/patch_locations_id","deprecated":false},{"title":"/locations/businesses","summary":"Get a list of basic business details","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations_businesses","deprecated":false},{"title":"/locations/keywords","summary":"Get the keywords for locations","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations_keywords","deprecated":false},{"title":"/locations/{id}/visibility-indexes/interesting","summary":"Get Historical Visibility Index","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations_id_visibility_indexes_interesting","deprecated":false},{"title":"/locations/labels","summary":"Get the labels for locations","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations_labels","deprecated":false},{"title":"/locations/postcodes","summary":"Get the post / zip code for locations","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations_postcodes","deprecated":false},{"title":"/locations/provinces","summary":"Get the province/state for locations","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations_provinces","deprecated":false},{"title":"/locations/statistics","summary":"Get Locations' Statistics","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations_statistics","deprecated":false},{"title":"/locations/{id}/sync","summary":"Sync a Location","prefix":{"name":"post","color":"post"},"badges":[],"link":"/locations-data/post_locations_id_sync","deprecated":false},{"title":"/locations/sync","summary":"Sync Several Locations","prefix":{"name":"post","color":"post"},"badges":[],"link":"/locations-data/post_locations_sync","deprecated":false},{"title":"/locations/{id}/ev-data/{uid}","summary":"Update EV Dynamic Data","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/locations-data/patch_locations_id_ev_data_uid","deprecated":false},{"title":"/locations/{id}/visibility-indexes","summary":"Get Location's Visibility Index","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-data/get_locations_id_visibility_indexes","deprecated":false},{"title":"/locations/{id}/datapoints","summary":"DEPRECATED - Get Location's Data Points","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/locations-data/get_locations_id_datapoints","deprecated":true},{"title":"/locations/{id}/datapoints/statistics","summary":"DEPRECATED - Get Location's Data Point Statistics","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/locations-data/get_locations_id_datapoints_statistics","deprecated":true},{"title":"/locations/{id}/dashboard","summary":"Get a Location's Dashboard","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/locations-data/get_locations_id_dashboard","deprecated":true}]}]}]}]}},{"type":"group","label":"Custom Items","link":"/apis/swagger/custom-items","routeSlug":"/apis/swagger/custom-items","items":[{"label":"Get all Custom Items","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/custom-items/get_custom_items","routeSlug":"/apis/swagger/custom-items/get_custom_items","metadata":{"seo":{"title":"Get all Custom Items","description":"Get all custom items the current API user can manage.To specify products with identifier please provide ?identifier= in the url paramBy default, 50 are returned, you can use up to max=10000 param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_custom_items","name":"Get all Custom Items","isWebhook":false,"pointer":"/paths/~1custom-items/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all Custom Items","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get all custom items the current API user can manage."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To specify products with identifier please provide ?identifier= in the url param"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"By default, 50 are returned, you can use up to max=10000 param"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/custom-items","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/custom-items","href":"custom-items/get_custom_items","openApiOperationId":"get_custom_items","summary":"Get all Custom Items","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved custom items","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/CustomItemSearchResponseWrapper"}},"schemaId":"components/schemas/CustomItemSearchResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items/get/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items/get/responses/400/content/application~1json/examples/error","paths/~1custom-items/get/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items/get/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items/get/responses/400/content/application~1json/examples/error","paths/~1custom-items/get/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1custom-items/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CustomItemSearchResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/CustomItemSearchResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items/get/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items/get/responses/400/content/application~1json/examples/error","paths/~1custom-items/get/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items/get/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items/get/responses/400/content/application~1json/examples/error","paths/~1custom-items/get/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/custom-items/get_custom_items"}],"panels":[]}]},"httpPath":"/custom-items"},{"label":"Create a Custom Item","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/custom-items/post_custom_items","routeSlug":"/apis/swagger/custom-items/post_custom_items","metadata":{"seo":{"title":"Create a Custom Item","description":"Create a custom item. It can be added to a content list later"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_custom_items","name":"Create a Custom Item","isWebhook":false,"pointer":"/paths/~1custom-items/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Custom Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a custom item. It can be added to a content list later"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CustomItem"}},"schemaId":"components/schemas/CustomItem","pointer":"/paths/~1custom-items/post/requestBody","description":"CustomItem object to create"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/custom-items","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CustomItem"}},"responseCodes":["201","400","401","403","404","409"],"pointer":"/custom-items","href":"custom-items/post_custom_items","openApiOperationId":"post_custom_items","summary":"Create a Custom Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/CustomItem","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CustomItem"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"Successfully created custom item","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CustomItemResponseWrapper"}},"schemaId":"components/schemas/CustomItemResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items/post/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items/post/responses/400/content/application~1json/examples/error","paths/~1custom-items/post/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items/post/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items/post/responses/400/content/application~1json/examples/error","paths/~1custom-items/post/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1custom-items/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/CustomItemResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CustomItemResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items/post/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items/post/responses/400/content/application~1json/examples/error","paths/~1custom-items/post/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items/post/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items/post/responses/400/content/application~1json/examples/error","paths/~1custom-items/post/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/custom-items/post_custom_items"}],"panels":[]}]},"httpPath":"/custom-items"},{"label":"Delete a Custom Item using identifier","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/custom-items/delete_custom_items","routeSlug":"/apis/swagger/custom-items/delete_custom_items","metadata":{"seo":{"title":"Delete a Custom Item using identifier","description":"Delete a custom item identified by identifier in the url param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_custom_items","name":"Delete a Custom Item using identifier","isWebhook":false,"pointer":"/paths/~1custom-items/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Custom Item using identifier","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a custom item identified by identifier in the url param"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/custom-items","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["204","400","401","403","404"],"pointer":"/custom-items","href":"custom-items/delete_custom_items","openApiOperationId":"delete_custom_items","summary":"Delete a Custom Item using identifier","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"Successfully deleted custom item","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items/delete/responses/400/content/application~1json/examples/error","paths/~1custom-items/delete/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items/delete/responses/400/content/application~1json/examples/error","paths/~1custom-items/delete/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1custom-items/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items/delete/responses/400/content/application~1json/examples/error","paths/~1custom-items/delete/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items/delete/responses/400/content/application~1json/examples/error","paths/~1custom-items/delete/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/custom-items/delete_custom_items"}],"panels":[]}]},"httpPath":"/custom-items"},{"label":"Get a Custom Item","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/custom-items/get_custom_items_id","routeSlug":"/apis/swagger/custom-items/get_custom_items_id","metadata":{"seo":{"title":"Get a Custom Item","description":"Get a single custom item"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_custom_items_id","name":"Get a Custom Item","isWebhook":false,"pointer":"/paths/~1custom-items~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Custom Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a single custom item"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the custom item","required":true}],"pointer":"/paths/~1custom-items~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/custom-items/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/custom-items/{id}","href":"custom-items/get_custom_items_id","openApiOperationId":"get_custom_items_id","summary":"Get a Custom Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved custom item","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CustomItemResponseWrapper"}},"schemaId":"components/schemas/CustomItemResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1custom-items~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CustomItemResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CustomItemResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/custom-items/get_custom_items_id"}],"panels":[]}]},"httpPath":"/custom-items/{id}"},{"label":"Delete a Custom Item","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/custom-items/delete_custom_items_id","routeSlug":"/apis/swagger/custom-items/delete_custom_items_id","metadata":{"seo":{"title":"Delete a Custom Item","description":"Delete a custom item"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_custom_items_id","name":"Delete a Custom Item","isWebhook":false,"pointer":"/paths/~1custom-items~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Custom Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a custom item"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the custom item","required":true}],"pointer":"/paths/~1custom-items~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/custom-items/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["204","400","401","403","404"],"pointer":"/custom-items/{id}","href":"custom-items/delete_custom_items_id","openApiOperationId":"delete_custom_items_id","summary":"Delete a Custom Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"Successfully deleted custom item","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1custom-items~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/custom-items/delete_custom_items_id"}],"panels":[]}]},"httpPath":"/custom-items/{id}"},{"label":"Update a Custom Item","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/custom-items/patch_custom_items_id","routeSlug":"/apis/swagger/custom-items/patch_custom_items_id","metadata":{"seo":{"title":"Update a Custom Item","description":"Make changes to a custom item. Any blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_custom_items_id","name":"Update a Custom Item","isWebhook":false,"pointer":"/paths/~1custom-items~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Custom Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Make changes to a custom item. Any blank parameter deletes an old value, any unspecified parameter does nothing"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the custom item","required":true}],"pointer":"/paths/~1custom-items~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CustomItem"}},"schemaId":"components/schemas/CustomItem","pointer":"/paths/~1custom-items~1{id}/patch/requestBody","description":"CustomItem object to update"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/custom-items/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/CustomItem"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/custom-items/{id}","href":"custom-items/patch_custom_items_id","openApiOperationId":"patch_custom_items_id","summary":"Update a Custom Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/CustomItem","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/CustomItem"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully updated custom item","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CustomItemResponseWrapper"}},"schemaId":"components/schemas/CustomItemResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1custom-items~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/CustomItemResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/CustomItemResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1custom-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1custom-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/custom-items/patch_custom_items_id"}],"panels":[]}]},"httpPath":"/custom-items/{id}"}],"content":{"contentType":"group","meta":{"name":"Custom Items"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Custom Items","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Collections - Custom Items"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/custom-items","summary":"Get all Custom Items","prefix":{"name":"get","color":"get"},"badges":[],"link":"/custom-items/get_custom_items","deprecated":false},{"title":"/custom-items","summary":"Create a Custom Item","prefix":{"name":"post","color":"post"},"badges":[],"link":"/custom-items/post_custom_items","deprecated":false},{"title":"/custom-items","summary":"Delete a Custom Item using identifier","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/custom-items/delete_custom_items","deprecated":false},{"title":"/custom-items/{id}","summary":"Get a Custom Item","prefix":{"name":"get","color":"get"},"badges":[],"link":"/custom-items/get_custom_items_id","deprecated":false},{"title":"/custom-items/{id}","summary":"Delete a Custom Item","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/custom-items/delete_custom_items_id","deprecated":false},{"title":"/custom-items/{id}","summary":"Update a Custom Item","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/custom-items/patch_custom_items_id","deprecated":false}]}]}]}]}},{"type":"group","label":"Events","link":"/apis/swagger/events","routeSlug":"/apis/swagger/events","items":[{"label":"Get All Events","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/events/get_events","routeSlug":"/apis/swagger/events/get_events","metadata":{"seo":{"title":"Get All Events","description":"Get all events the current API user can manage.To specify events with identifier please provide ?identifier= in the URL paramBy default, 50 are returned, you can use up to max=10000 in the URL param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_events","name":"Get All Events","isWebhook":false,"pointer":"/paths/~1events/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Events","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get all events the current API user can manage."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To specify events with identifier please provide ?identifier= in the URL param"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"By default, 50 are returned, you can use up to max=10000 in the URL param"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/events","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/events","href":"events/get_events","openApiOperationId":"get_events","summary":"Get All Events","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Events successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/EventSearchResponseWrapper"}},"schemaId":"components/schemas/EventSearchResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/get/responses/400/content/application~1json/examples/wrong_type","paths/~1events/get/responses/400/content/application~1json/examples/error","paths/~1events/get/responses/400/content/application~1json/examples/bad_request","paths/~1events/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/get/responses/400/content/application~1json/examples/wrong_type","paths/~1events/get/responses/400/content/application~1json/examples/error","paths/~1events/get/responses/400/content/application~1json/examples/bad_request","paths/~1events/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/401/content/application~1json/examples/unauthorized","paths/~1events/get/responses/401/content/application~1json/examples/bad_token","paths/~1events/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/401/content/application~1json/examples/unauthorized","paths/~1events/get/responses/401/content/application~1json/examples/bad_token","paths/~1events/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/403/content/application~1json/examples/forbidden","paths/~1events/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/403/content/application~1json/examples/forbidden","paths/~1events/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1events/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/EventSearchResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/EventSearchResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/get/responses/400/content/application~1json/examples/wrong_type","paths/~1events/get/responses/400/content/application~1json/examples/error","paths/~1events/get/responses/400/content/application~1json/examples/bad_request","paths/~1events/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/get/responses/400/content/application~1json/examples/wrong_type","paths/~1events/get/responses/400/content/application~1json/examples/error","paths/~1events/get/responses/400/content/application~1json/examples/bad_request","paths/~1events/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/401/content/application~1json/examples/unauthorized","paths/~1events/get/responses/401/content/application~1json/examples/bad_token","paths/~1events/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/401/content/application~1json/examples/unauthorized","paths/~1events/get/responses/401/content/application~1json/examples/bad_token","paths/~1events/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/403/content/application~1json/examples/forbidden","paths/~1events/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/403/content/application~1json/examples/forbidden","paths/~1events/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/events/get_events"}],"panels":[]}]},"httpPath":"/events"},{"label":"Create an Event","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/events/post_events","routeSlug":"/apis/swagger/events/post_events","metadata":{"seo":{"title":"Create an Event","description":"Create a new event. It can be added to a content list later"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_events","name":"Create an Event","isWebhook":false,"pointer":"/paths/~1events/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create an Event","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a new event. It can be added to a content list later"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/EventResponseWrapper"}},"schemaId":"components/schemas/EventResponseWrapper","pointer":"/paths/~1events/post/requestBody","description":"Event object that needs to be created"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/events","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"components/schemas/EventResponseWrapper"}},"responseCodes":["201","400","401","403","404","409"],"pointer":"/events","href":"events/post_events","openApiOperationId":"post_events","summary":"Create an Event","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/EventResponseWrapper","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/EventResponseWrapper"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"Event successfully created","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Event"}},"schemaId":"components/schemas/Event"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/post/responses/400/content/application~1json/examples/wrong_type","paths/~1events/post/responses/400/content/application~1json/examples/error","paths/~1events/post/responses/400/content/application~1json/examples/bad_request","paths/~1events/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/post/responses/400/content/application~1json/examples/wrong_type","paths/~1events/post/responses/400/content/application~1json/examples/error","paths/~1events/post/responses/400/content/application~1json/examples/bad_request","paths/~1events/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/401/content/application~1json/examples/unauthorized","paths/~1events/post/responses/401/content/application~1json/examples/bad_token","paths/~1events/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/401/content/application~1json/examples/unauthorized","paths/~1events/post/responses/401/content/application~1json/examples/bad_token","paths/~1events/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/403/content/application~1json/examples/forbidden","paths/~1events/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/403/content/application~1json/examples/forbidden","paths/~1events/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1events/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/Event","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Event"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/post/responses/400/content/application~1json/examples/wrong_type","paths/~1events/post/responses/400/content/application~1json/examples/error","paths/~1events/post/responses/400/content/application~1json/examples/bad_request","paths/~1events/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/post/responses/400/content/application~1json/examples/wrong_type","paths/~1events/post/responses/400/content/application~1json/examples/error","paths/~1events/post/responses/400/content/application~1json/examples/bad_request","paths/~1events/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/401/content/application~1json/examples/unauthorized","paths/~1events/post/responses/401/content/application~1json/examples/bad_token","paths/~1events/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/401/content/application~1json/examples/unauthorized","paths/~1events/post/responses/401/content/application~1json/examples/bad_token","paths/~1events/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/403/content/application~1json/examples/forbidden","paths/~1events/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/403/content/application~1json/examples/forbidden","paths/~1events/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/events/post_events"}],"panels":[]}]},"httpPath":"/events"},{"label":"Delete an Event using identifier","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/events/delete_events","routeSlug":"/apis/swagger/events/delete_events","metadata":{"seo":{"title":"Delete an Event using identifier","description":"Delete an event identified by identifier in the url param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_events","name":"Delete an Event using identifier","isWebhook":false,"pointer":"/paths/~1events/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete an Event using identifier","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete an event identified by identifier in the url param"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/events","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["204","400","401","403","404"],"pointer":"/events","href":"events/delete_events","openApiOperationId":"delete_events","summary":"Delete an Event using identifier","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"Event successfully deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1events/delete/responses/400/content/application~1json/examples/error","paths/~1events/delete/responses/400/content/application~1json/examples/bad_request","paths/~1events/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1events/delete/responses/400/content/application~1json/examples/error","paths/~1events/delete/responses/400/content/application~1json/examples/bad_request","paths/~1events/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1events/delete/responses/401/content/application~1json/examples/bad_token","paths/~1events/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1events/delete/responses/401/content/application~1json/examples/bad_token","paths/~1events/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/403/content/application~1json/examples/forbidden","paths/~1events/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/403/content/application~1json/examples/forbidden","paths/~1events/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1events/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1events/delete/responses/400/content/application~1json/examples/error","paths/~1events/delete/responses/400/content/application~1json/examples/bad_request","paths/~1events/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1events/delete/responses/400/content/application~1json/examples/error","paths/~1events/delete/responses/400/content/application~1json/examples/bad_request","paths/~1events/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1events/delete/responses/401/content/application~1json/examples/bad_token","paths/~1events/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1events/delete/responses/401/content/application~1json/examples/bad_token","paths/~1events/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/403/content/application~1json/examples/forbidden","paths/~1events/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/403/content/application~1json/examples/forbidden","paths/~1events/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/events/delete_events"}],"panels":[]}]},"httpPath":"/events"},{"label":"Update an Event using identifier","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/events/patch_events","routeSlug":"/apis/swagger/events/patch_events","metadata":{"seo":{"title":"Update an Event using identifier","description":"Make changes to an event, always use ?identifier= in url param to identify the event uniquelyAny blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_events","name":"Update an Event using identifier","isWebhook":false,"pointer":"/paths/~1events/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update an Event using identifier","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Make changes to an event, always use ?identifier= in url param to identify the event uniquely"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Any blank parameter deletes an old value, any unspecified parameter does nothing"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/EventResponseWrapper"}},"schemaId":"components/schemas/EventResponseWrapper","pointer":"/paths/~1events/patch/requestBody","description":"Event object that needs to be updated"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/events","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"components/schemas/EventResponseWrapper"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/events","href":"events/patch_events","openApiOperationId":"patch_events","summary":"Update an Event using identifier","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/EventResponseWrapper","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/EventResponseWrapper"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Event successfully updated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Event"}},"schemaId":"components/schemas/Event"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1events/patch/responses/400/content/application~1json/examples/error","paths/~1events/patch/responses/400/content/application~1json/examples/bad_request","paths/~1events/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1events/patch/responses/400/content/application~1json/examples/error","paths/~1events/patch/responses/400/content/application~1json/examples/bad_request","paths/~1events/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1events/patch/responses/401/content/application~1json/examples/bad_token","paths/~1events/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1events/patch/responses/401/content/application~1json/examples/bad_token","paths/~1events/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/403/content/application~1json/examples/forbidden","paths/~1events/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/403/content/application~1json/examples/forbidden","paths/~1events/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1events/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/Event","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Event"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1events/patch/responses/400/content/application~1json/examples/error","paths/~1events/patch/responses/400/content/application~1json/examples/bad_request","paths/~1events/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1events/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1events/patch/responses/400/content/application~1json/examples/error","paths/~1events/patch/responses/400/content/application~1json/examples/bad_request","paths/~1events/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1events/patch/responses/401/content/application~1json/examples/bad_token","paths/~1events/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1events/patch/responses/401/content/application~1json/examples/bad_token","paths/~1events/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1events/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/403/content/application~1json/examples/forbidden","paths/~1events/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/403/content/application~1json/examples/forbidden","paths/~1events/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/events/patch_events"}],"panels":[]}]},"httpPath":"/events"},{"label":"Get an Event","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/events/get_events_id","routeSlug":"/apis/swagger/events/get_events_id","metadata":{"seo":{"title":"Get an Event","description":"Get a single event identified by its uberall unique id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_events_id","name":"Get an Event","isWebhook":false,"pointer":"/paths/~1events~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get an Event","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a single event identified by its uberall unique id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the event","required":true}],"pointer":"/paths/~1events~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/events/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/events/{id}","href":"events/get_events_id","openApiOperationId":"get_events_id","summary":"Get an Event","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Event successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/EventResponseWrapper"}},"schemaId":"components/schemas/EventResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1events~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1events~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1events~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/EventResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/EventResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1events~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1events~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1events~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/events/get_events_id"}],"panels":[]}]},"httpPath":"/events/{id}"},{"label":"Delete an Event","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/events/delete_events_id","routeSlug":"/apis/swagger/events/delete_events_id","metadata":{"seo":{"title":"Delete an Event","description":"Delete an event"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_events_id","name":"Delete an Event","isWebhook":false,"pointer":"/paths/~1events~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete an Event","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete an event"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the event","required":true}],"pointer":"/paths/~1events~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/events/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["204","400","401","403","404"],"pointer":"/events/{id}","href":"events/delete_events_id","openApiOperationId":"delete_events_id","summary":"Delete an Event","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"Event successfully deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1events~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1events~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1events~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1events~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1events~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/events/delete_events_id"}],"panels":[]}]},"httpPath":"/events/{id}"},{"label":"Update an Event","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/events/patch_events_id","routeSlug":"/apis/swagger/events/patch_events_id","metadata":{"seo":{"title":"Update an Event","description":"Make changes to an event. Any blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_events_id","name":"Update an Event","isWebhook":false,"pointer":"/paths/~1events~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update an Event","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Make changes to an event. Any blank parameter deletes an old value, any unspecified parameter does nothing"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the event","required":true}],"pointer":"/paths/~1events~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/EventResponseWrapper"}},"schemaId":"components/schemas/EventResponseWrapper","pointer":"/paths/~1events~1{id}/patch/requestBody","description":"Event object that needs to be updated"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/events/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"components/schemas/EventResponseWrapper"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/events/{id}","href":"events/patch_events_id","openApiOperationId":"patch_events_id","summary":"Update an Event","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/EventResponseWrapper","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/EventResponseWrapper"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Event successfully updated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Event"}},"schemaId":"components/schemas/Event"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1events~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1events~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1events~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/Event","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/Event"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1events~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1events~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1events~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/events/patch_events_id"}],"panels":[]}]},"httpPath":"/events/{id}"}],"content":{"contentType":"group","meta":{"name":"Events"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Events","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Collections - Events"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/events","summary":"Get All Events","prefix":{"name":"get","color":"get"},"badges":[],"link":"/events/get_events","deprecated":false},{"title":"/events","summary":"Create an Event","prefix":{"name":"post","color":"post"},"badges":[],"link":"/events/post_events","deprecated":false},{"title":"/events","summary":"Delete an Event using identifier","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/events/delete_events","deprecated":false},{"title":"/events","summary":"Update an Event using identifier","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/events/patch_events","deprecated":false},{"title":"/events/{id}","summary":"Get an Event","prefix":{"name":"get","color":"get"},"badges":[],"link":"/events/get_events_id","deprecated":false},{"title":"/events/{id}","summary":"Delete an Event","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/events/delete_events_id","deprecated":false},{"title":"/events/{id}","summary":"Update an Event","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/events/patch_events_id","deprecated":false}]}]}]}]}},{"type":"group","label":"Listings","link":"/apis/swagger/listings","routeSlug":"/apis/swagger/listings","items":[{"label":"Get Location's Facebook Page","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/listings/get_locations_id_facebook_page","routeSlug":"/apis/swagger/listings/get_locations_id_facebook_page","metadata":{"seo":{"title":"Get Location's Facebook Page","description":"Get the Facebook page connected to a specific location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_id_facebook_page","name":"Get Location's Facebook Page","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1facebook~1page/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Location's Facebook Page","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get the Facebook page connected to a specific location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the location you want the Facebook page for","required":true}],"pointer":"/paths/~1locations~1{id}~1facebook~1page/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/{id}/facebook/page","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/facebook/page","href":"listings/get_locations_id_facebook_page","openApiOperationId":"get_locations_id_facebook_page","summary":"Get Location's Facebook Page","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Facebook page retrieved.","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectoryPageResponseWrapper"}},"schemaId":"components/schemas/DirectoryPageResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1facebook~1page/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1facebook~1page/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1facebook~1page/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectoryPageResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/DirectoryPageResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1facebook~1page/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1facebook~1page/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/listings/get_locations_id_facebook_page"}],"panels":[]}]},"httpPath":"/locations/{id}/facebook/page"},{"label":"Connect Facebook Page","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/listings/post_locations_id_facebook_page","routeSlug":"/apis/swagger/listings/post_locations_id_facebook_page","metadata":{"seo":{"title":"Connect Facebook Page","description":"Connect a Facebook page to the location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_locations_id_facebook_page","name":"Connect Facebook Page","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1facebook~1page/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Connect Facebook Page","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Connect a Facebook page to the location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the location","required":true}],"pointer":"/paths/~1locations~1{id}~1facebook~1page/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"fb_access_token","in":"query","schemaId":"schema_67","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A Facebook API access token with \"manage_pages\", \"publish_actions\" and \"read_page_mailboxes\" permissions"},"children":[]}]}]}]},{"name":"pageId","in":"query","schemaId":"schema_67","description":"The Facebook unique id of the page you want to connect"}],"pointer":"/paths/~1locations~1{id}~1facebook~1page/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/locations/{id}/facebook/page","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"fb_access_token","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"pageId","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/locations/{id}/facebook/page","href":"listings/post_locations_id_facebook_page","openApiOperationId":"post_locations_id_facebook_page","summary":"Connect Facebook Page","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Facebook page connected","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DirectoryPageResponseWrapper"}},"schemaId":"components/schemas/DirectoryPageResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1facebook~1page/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1facebook~1page/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1locations~1{id}~1facebook~1page/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/DirectoryPageResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/DirectoryPageResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1facebook~1page/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1facebook~1page/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/listings/post_locations_id_facebook_page"}],"panels":[]}]},"httpPath":"/locations/{id}/facebook/page"},{"label":"Disconnect Location's Facebook Page","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/listings/delete_locations_id_facebook_page","routeSlug":"/apis/swagger/listings/delete_locations_id_facebook_page","metadata":{"seo":{"title":"Disconnect Location's Facebook Page","description":"Disconnect the Facebook page connected to a specific location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_locations_id_facebook_page","name":"Disconnect Location's Facebook Page","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1facebook~1page/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Disconnect Location's Facebook Page","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Disconnect the Facebook page connected to a specific location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the location","required":true}],"pointer":"/paths/~1locations~1{id}~1facebook~1page/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/locations/{id}/facebook/page","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/facebook/page","href":"listings/delete_locations_id_facebook_page","openApiOperationId":"delete_locations_id_facebook_page","summary":"Disconnect Location's Facebook Page","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Facebook page disconnected","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}},"schemaId":"components/schemas/SuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1facebook~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1facebook~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1facebook~1page/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1facebook~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1facebook~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1facebook~1page/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/listings/delete_locations_id_facebook_page"}],"panels":[]}]},"httpPath":"/locations/{id}/facebook/page"},{"label":"Get information about the connected Google Page of the specified location","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/listings/get_locations_id_google_page","routeSlug":"/apis/swagger/listings/get_locations_id_google_page","metadata":{"seo":{"title":"Get information about the connected Google Page of the specified location","description":"Get information such as Google place id, write review URL, etc."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_id_google_page","name":"Get information about the connected Google Page of the specified location","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1google~1page/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get information about the connected Google Page of the specified location","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get information such as Google place id, write review URL, etc."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID of the location","required":true}],"pointer":"/paths/~1locations~1{id}~1google~1page/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/{id}/google/page","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/google/page","href":"listings/get_locations_id_google_page","openApiOperationId":"get_locations_id_google_page","summary":"Get information about the connected Google Page of the specified location","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved Google Page information","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/GoogleVenueDetailsWrapper"}},"schemaId":"components/schemas/GoogleVenueDetailsWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1google~1page/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1google~1page/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1google~1page/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/GoogleVenueDetailsWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/GoogleVenueDetailsWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1google~1page/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1google~1page/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/listings/get_locations_id_google_page"}],"panels":[]}]},"httpPath":"/locations/{id}/google/page"},{"label":"Disconnect Google Page","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/listings/delete_locations_id_google_page","routeSlug":"/apis/swagger/listings/delete_locations_id_google_page","metadata":{"seo":{"title":"Disconnect Google Page","description":"Disconnect the Google Page connected to the specified location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_locations_id_google_page","name":"Disconnect Google Page","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1google~1page/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Disconnect Google Page","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Disconnect the Google Page connected to the specified location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID of the location","required":true}],"pointer":"/paths/~1locations~1{id}~1google~1page/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/locations/{id}/google/page","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/google/page","href":"listings/delete_locations_id_google_page","openApiOperationId":"delete_locations_id_google_page","summary":"Disconnect Google Page","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully disconnected Google Page","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1google~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1google~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1google~1page/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1google~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1google~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1google~1page/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/listings/delete_locations_id_google_page"}],"panels":[]}]},"httpPath":"/locations/{id}/google/page"},{"label":"Disconnect Instagram Page","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/listings/delete_locations_id_instagram_page","routeSlug":"/apis/swagger/listings/delete_locations_id_instagram_page","metadata":{"seo":{"title":"Disconnect Instagram Page","description":"Disconnect the Instagram Page connected to the specified location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_locations_id_instagram_page","name":"Disconnect Instagram Page","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1instagram~1page/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Disconnect Instagram Page","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Disconnect the Instagram Page connected to the specified location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the location","required":true}],"pointer":"/paths/~1locations~1{id}~1instagram~1page/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/locations/{id}/instagram/page","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/instagram/page","href":"listings/delete_locations_id_instagram_page","openApiOperationId":"delete_locations_id_instagram_page","summary":"Disconnect Instagram Page","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Instagram page has been disconnected","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}},"schemaId":"components/schemas/SuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1instagram~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1instagram~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1instagram~1page/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1instagram~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1instagram~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1instagram~1page/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/listings/delete_locations_id_instagram_page"}],"panels":[]}]},"httpPath":"/locations/{id}/instagram/page"},{"label":"Disconnect LinkedIn listing","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/listings/delete_locations_id_linked_in_page","routeSlug":"/apis/swagger/listings/delete_locations_id_linked_in_page","metadata":{"seo":{"title":"Disconnect LinkedIn listing","description":"Disconnects the LinkedIn page from the specified location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_locations_id_linked_in_page","name":"Disconnect LinkedIn listing","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1linked-in~1page/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Disconnect LinkedIn listing","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Disconnects the LinkedIn page from the specified location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_69","description":"The unique identifier of the location","required":true}],"pointer":"/paths/~1locations~1{id}~1linked-in~1page/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/locations/{id}/linked-in/page","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_69","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/linked-in/page","href":"listings/delete_locations_id_linked_in_page","openApiOperationId":"delete_locations_id_linked_in_page","summary":"Disconnect LinkedIn listing","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"LinkedIn listing has been disconnected","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}},"schemaId":"components/schemas/SuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/missing_parameter","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/invalid_parameter","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/wrong_type","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/error","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/bad_request","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/user_error"]}},"schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/missing_parameter","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/invalid_parameter","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/wrong_type","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/error","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/bad_request","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1linked-in~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1linked-in~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/404/content/*~1*/examples/not_found"]}},"schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/404/content/*~1*/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1linked-in~1page/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/missing_parameter","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/invalid_parameter","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/wrong_type","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/error","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/bad_request","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/user_error"],"mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/missing_parameter","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/invalid_parameter","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/wrong_type","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/error","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/bad_request","paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1linked-in~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1linked-in~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/404/content/*~1*/examples/not_found"],"mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1linked-in~1page/delete/responses/404/content/*~1*/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/listings/delete_locations_id_linked_in_page"}],"panels":[]}]},"httpPath":"/locations/{id}/linked-in/page"},{"label":"Edit Listing","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/listings/patch_listings_id","routeSlug":"/apis/swagger/listings/patch_listings_id","metadata":{"seo":{"title":"Edit Listing","description":"Used for MANUALLY_CREATED listings to update listingUrl and syncStatus"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_listings_id","name":"Edit Listing","isWebhook":false,"pointer":"/paths/~1listings~1{id}/patch","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Edit Listing","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Used for MANUALLY_CREATED listings to update listingUrl and syncStatus"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The ID of the MANUALLY_CREATED listing to be updated"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1listings~1{id}/patch/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/listings/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/listings/{id}","href":"listings/patch_listings_id","openApiOperationId":"patch_listings_id","summary":"Edit Listing","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully updated Listing","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1listings~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1listings~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1listings~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1listings~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1listings~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/listings/patch_listings_id"}],"panels":[]}]},"httpPath":"/listings/{id}"},{"label":"Flag a Listing","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/listings/put_listings_id_flag","routeSlug":"/apis/swagger/listings/put_listings_id_flag","metadata":{"seo":{"title":"Flag a Listing","description":"Flag a listing if it is not corresponding to the right location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"put_listings_id_flag","name":"Flag a Listing","isWebhook":false,"pointer":"/paths/~1listings~1{id}~1flag/put","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Flag a Listing","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Flag a listing if it is not corresponding to the right location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID for the listing to flag","required":true}],"pointer":"/paths/~1listings~1{id}~1flag/put/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/listings/{id}/flag","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/listings/{id}/flag","href":"listings/put_listings_id_flag","openApiOperationId":"put_listings_id_flag","summary":"Flag a Listing","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully flagged Listing","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/wrong_type","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/error","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/bad_request","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/wrong_type","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/error","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/bad_request","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/unauthorized","paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_token","paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/unauthorized","paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_token","paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/403/content/application~1json/examples/forbidden","paths/~1listings~1{id}~1flag/put/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/403/content/application~1json/examples/forbidden","paths/~1listings~1{id}~1flag/put/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1listings~1{id}~1flag/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/wrong_type","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/error","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/bad_request","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/wrong_type","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/error","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/bad_request","paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/unauthorized","paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_token","paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/unauthorized","paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_token","paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/403/content/application~1json/examples/forbidden","paths/~1listings~1{id}~1flag/put/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/403/content/application~1json/examples/forbidden","paths/~1listings~1{id}~1flag/put/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1listings~1{id}~1flag/put/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/listings/put_listings_id_flag"}],"panels":[]}]},"httpPath":"/listings/{id}/flag"},{"label":"Get all Listings for a specific Location","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/listings/get_locations_id_listings_details_list","routeSlug":"/apis/swagger/listings/get_locations_id_listings_details_list","metadata":{"seo":{"title":"Get all Listings for a specific Location","description":"Lists all the details of all Listings for a specific Location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_id_listings_details_list","name":"Get all Listings for a specific Location","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1listings-details~1list/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all Listings for a specific Location","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Lists all the details of all Listings for a specific Location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the location","required":true}],"pointer":"/paths/~1locations~1{id}~1listings-details~1list/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/{id}/listings-details/list","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/listings-details/list","href":"listings/get_locations_id_listings_details_list","openApiOperationId":"get_locations_id_listings_details_list","summary":"Get all Listings for a specific Location","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Listings details successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ListingsDetailsResponseWrapper"}},"schemaId":"components/schemas/ListingsDetailsResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1listings-details~1list/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1listings-details~1list/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1listings-details~1list/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ListingsDetailsResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ListingsDetailsResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1listings-details~1list/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1listings-details~1list/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1list/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/listings/get_locations_id_listings_details_list"}],"panels":[]}]},"httpPath":"/locations/{id}/listings-details/list"},{"label":"Get directories currently unavailable for a specific Location","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/listings/get_locations_id_listings_details_unavailable_directories","routeSlug":"/apis/swagger/listings/get_locations_id_listings_details_unavailable_directories","metadata":{"seo":{"title":"Get directories currently unavailable for a specific Location","description":"Lists the directories that are currently unavailable for a Location (e.g. Service Area Businesses hiding their address), grouped by reason"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_id_listings_details_unavailable_directories","name":"Get directories currently unavailable for a specific Location","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1listings-details~1unavailable-directories/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get directories currently unavailable for a specific Location","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Lists the directories that are currently unavailable for a Location (e.g. Service Area Businesses hiding their address), grouped by reason"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the location","required":true}],"pointer":"/paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/{id}/listings-details/unavailable-directories","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/listings-details/unavailable-directories","href":"listings/get_locations_id_listings_details_unavailable_directories","openApiOperationId":"get_locations_id_listings_details_unavailable_directories","summary":"Get directories currently unavailable for a specific Location","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Unavailable directories successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/UnavailableDirectoriesResponseWrapper"}},"schemaId":"components/schemas/UnavailableDirectoriesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/UnavailableDirectoriesResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/UnavailableDirectoriesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/listings/get_locations_id_listings_details_unavailable_directories"}],"panels":[]}]},"httpPath":"/locations/{id}/listings-details/unavailable-directories"},{"label":"Disconnect TikTok listing","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/listings/delete_locations_id_tik_tok_page","routeSlug":"/apis/swagger/listings/delete_locations_id_tik_tok_page","metadata":{"seo":{"title":"Disconnect TikTok listing","description":"Disconnects the TikTok account from the specified location"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_locations_id_tik_tok_page","name":"Disconnect TikTok listing","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1tik-tok~1page/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Disconnect TikTok listing","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Disconnects the TikTok account from the specified location"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_69","description":"The unique identifier of the location","required":true}],"pointer":"/paths/~1locations~1{id}~1tik-tok~1page/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/locations/{id}/tik-tok/page","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_69","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/tik-tok/page","href":"listings/delete_locations_id_tik_tok_page","openApiOperationId":"delete_locations_id_tik_tok_page","summary":"Disconnect TikTok listing","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"TikTok listing has been disconnected","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}},"schemaId":"components/schemas/SuccessResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/missing_parameter","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/invalid_parameter","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/wrong_type","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/error","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/bad_request","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/user_error"]}},"schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/missing_parameter","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/invalid_parameter","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/wrong_type","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/error","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/bad_request","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/404/content/*~1*/examples/not_found"]}},"schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/404/content/*~1*/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1tik-tok~1page/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuccessResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuccessResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/missing_parameter","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/invalid_parameter","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/wrong_type","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/error","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/bad_request","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/user_error"],"mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/missing_parameter","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/invalid_parameter","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/wrong_type","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/error","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/bad_request","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1tik-tok~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/404/content/*~1*/examples/not_found"],"mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/Response","exampleIds":["paths/~1locations~1{id}~1tik-tok~1page/delete/responses/404/content/*~1*/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/listings/delete_locations_id_tik_tok_page"}],"panels":[]}]},"httpPath":"/locations/{id}/tik-tok/page"}],"content":{"contentType":"group","meta":{"name":"Listings"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Listings","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Locations - Listings"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/locations/{id}/facebook/page","summary":"Get Location's Facebook Page","prefix":{"name":"get","color":"get"},"badges":[],"link":"/listings/get_locations_id_facebook_page","deprecated":false},{"title":"/locations/{id}/facebook/page","summary":"Connect Facebook Page","prefix":{"name":"post","color":"post"},"badges":[],"link":"/listings/post_locations_id_facebook_page","deprecated":false},{"title":"/locations/{id}/facebook/page","summary":"Disconnect Location's Facebook Page","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/listings/delete_locations_id_facebook_page","deprecated":false},{"title":"/locations/{id}/google/page","summary":"Get information about the connected Google Page of the specified location","prefix":{"name":"get","color":"get"},"badges":[],"link":"/listings/get_locations_id_google_page","deprecated":false},{"title":"/locations/{id}/google/page","summary":"Disconnect Google Page","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/listings/delete_locations_id_google_page","deprecated":false},{"title":"/locations/{id}/instagram/page","summary":"Disconnect Instagram Page","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/listings/delete_locations_id_instagram_page","deprecated":false},{"title":"/locations/{id}/linked-in/page","summary":"Disconnect LinkedIn listing","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/listings/delete_locations_id_linked_in_page","deprecated":false},{"title":"/listings/{id}","summary":"Edit Listing","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/listings/patch_listings_id","deprecated":false},{"title":"/listings/{id}/flag","summary":"Flag a Listing","prefix":{"name":"put","color":"put"},"badges":[],"link":"/listings/put_listings_id_flag","deprecated":false},{"title":"/locations/{id}/listings-details/list","summary":"Get all Listings for a specific Location","prefix":{"name":"get","color":"get"},"badges":[],"link":"/listings/get_locations_id_listings_details_list","deprecated":false},{"title":"/locations/{id}/listings-details/unavailable-directories","summary":"Get directories currently unavailable for a specific Location","prefix":{"name":"get","color":"get"},"badges":[],"link":"/listings/get_locations_id_listings_details_unavailable_directories","deprecated":false},{"title":"/locations/{id}/tik-tok/page","summary":"Disconnect TikTok listing","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/listings/delete_locations_id_tik_tok_page","deprecated":false}]}]}]}]}},{"type":"group","label":"Faq Items","link":"/apis/swagger/faq-items","routeSlug":"/apis/swagger/faq-items","items":[{"label":"Get All Faq Items","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/faq-items/get_faq","routeSlug":"/apis/swagger/faq-items/get_faq","metadata":{"seo":{"title":"Get All Faq Items","description":"Get all faq items the current API user can manage.To specify faq items with identifier please provide ?identifier= in the URL paramBy default, 50 are returned, you can use up to max=10000 in the URL param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_faq","name":"Get All Faq Items","isWebhook":false,"pointer":"/paths/~1faq/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Faq Items","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get all faq items the current API user can manage."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To specify faq items with identifier please provide ?identifier= in the URL param"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"By default, 50 are returned, you can use up to max=10000 in the URL param"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/faq","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/faq","href":"faq-items/get_faq","openApiOperationId":"get_faq","summary":"Get All Faq Items","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Faq Items successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/FaqItemSearchResponseWrapper"}},"schemaId":"components/schemas/FaqItemSearchResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/get/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/get/responses/400/content/application~1json/examples/error","paths/~1faq/get/responses/400/content/application~1json/examples/bad_request","paths/~1faq/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/get/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/get/responses/400/content/application~1json/examples/error","paths/~1faq/get/responses/400/content/application~1json/examples/bad_request","paths/~1faq/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/get/responses/401/content/application~1json/examples/bad_token","paths/~1faq/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/get/responses/401/content/application~1json/examples/bad_token","paths/~1faq/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/403/content/application~1json/examples/forbidden","paths/~1faq/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/403/content/application~1json/examples/forbidden","paths/~1faq/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1faq/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/FaqItemSearchResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/FaqItemSearchResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/get/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/get/responses/400/content/application~1json/examples/error","paths/~1faq/get/responses/400/content/application~1json/examples/bad_request","paths/~1faq/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/get/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/get/responses/400/content/application~1json/examples/error","paths/~1faq/get/responses/400/content/application~1json/examples/bad_request","paths/~1faq/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/get/responses/401/content/application~1json/examples/bad_token","paths/~1faq/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/get/responses/401/content/application~1json/examples/bad_token","paths/~1faq/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/403/content/application~1json/examples/forbidden","paths/~1faq/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/403/content/application~1json/examples/forbidden","paths/~1faq/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/faq-items/get_faq"}],"panels":[]}]},"httpPath":"/faq"},{"label":"Create a Faq Item","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/faq-items/post_faq","routeSlug":"/apis/swagger/faq-items/post_faq","metadata":{"seo":{"title":"Create a Faq Item","description":"Create a faq item. It can be added to a content list later"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_faq","name":"Create a Faq Item","isWebhook":false,"pointer":"/paths/~1faq/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Faq Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a faq item. It can be added to a content list later"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/FaqItemRequest"}},"schemaId":"components/schemas/FaqItemRequest","pointer":"/paths/~1faq/post/requestBody","description":"Faq Item object to create"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/faq","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/FaqItemRequest"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/faq","href":"faq-items/post_faq","openApiOperationId":"post_faq","summary":"Create a Faq Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/FaqItemRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/FaqItemRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Faq Item successfully created","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FaqItemResponseWrapper"}},"schemaId":"components/schemas/FaqItemResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/post/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/post/responses/400/content/application~1json/examples/error","paths/~1faq/post/responses/400/content/application~1json/examples/bad_request","paths/~1faq/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/post/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/post/responses/400/content/application~1json/examples/error","paths/~1faq/post/responses/400/content/application~1json/examples/bad_request","paths/~1faq/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/post/responses/401/content/application~1json/examples/bad_token","paths/~1faq/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/post/responses/401/content/application~1json/examples/bad_token","paths/~1faq/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/403/content/application~1json/examples/forbidden","paths/~1faq/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/403/content/application~1json/examples/forbidden","paths/~1faq/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1faq/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/FaqItemResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FaqItemResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/post/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/post/responses/400/content/application~1json/examples/error","paths/~1faq/post/responses/400/content/application~1json/examples/bad_request","paths/~1faq/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/post/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/post/responses/400/content/application~1json/examples/error","paths/~1faq/post/responses/400/content/application~1json/examples/bad_request","paths/~1faq/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/post/responses/401/content/application~1json/examples/bad_token","paths/~1faq/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/post/responses/401/content/application~1json/examples/bad_token","paths/~1faq/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/403/content/application~1json/examples/forbidden","paths/~1faq/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/403/content/application~1json/examples/forbidden","paths/~1faq/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/faq-items/post_faq"}],"panels":[]}]},"httpPath":"/faq"},{"label":"Delete a Faq Item using identifier","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/faq-items/delete_faq","routeSlug":"/apis/swagger/faq-items/delete_faq","metadata":{"seo":{"title":"Delete a Faq Item using identifier","description":"Delete a faq item identified by identifier in the url param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_faq","name":"Delete a Faq Item using identifier","isWebhook":false,"pointer":"/paths/~1faq/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Faq Item using identifier","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a faq item identified by identifier in the url param"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/faq","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/faq","href":"faq-items/delete_faq","openApiOperationId":"delete_faq","summary":"Delete a Faq Item using identifier","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Faq Item successfully deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/delete/responses/400/content/application~1json/examples/error","paths/~1faq/delete/responses/400/content/application~1json/examples/bad_request","paths/~1faq/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/delete/responses/400/content/application~1json/examples/error","paths/~1faq/delete/responses/400/content/application~1json/examples/bad_request","paths/~1faq/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/delete/responses/401/content/application~1json/examples/bad_token","paths/~1faq/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/delete/responses/401/content/application~1json/examples/bad_token","paths/~1faq/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/403/content/application~1json/examples/forbidden","paths/~1faq/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/403/content/application~1json/examples/forbidden","paths/~1faq/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1faq/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/delete/responses/400/content/application~1json/examples/error","paths/~1faq/delete/responses/400/content/application~1json/examples/bad_request","paths/~1faq/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/delete/responses/400/content/application~1json/examples/error","paths/~1faq/delete/responses/400/content/application~1json/examples/bad_request","paths/~1faq/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/delete/responses/401/content/application~1json/examples/bad_token","paths/~1faq/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/delete/responses/401/content/application~1json/examples/bad_token","paths/~1faq/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/403/content/application~1json/examples/forbidden","paths/~1faq/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/403/content/application~1json/examples/forbidden","paths/~1faq/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/faq-items/delete_faq"}],"panels":[]}]},"httpPath":"/faq"},{"label":"Update a Faq Item by Identifier","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/faq-items/patch_faq","routeSlug":"/apis/swagger/faq-items/patch_faq","metadata":{"seo":{"title":"Update a Faq Item by Identifier","description":"Make changes to a faq item, always use ?identifier= in url param to identify the faq item uniquely.Any blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_faq","name":"Update a Faq Item by Identifier","isWebhook":false,"pointer":"/paths/~1faq/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Faq Item by Identifier","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Make changes to a faq item, always use ?identifier= in url param to identify the faq item uniquely."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Any blank parameter deletes an old value, any unspecified parameter does nothing"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/FaqItemRequest"}},"schemaId":"components/schemas/FaqItemRequest","pointer":"/paths/~1faq/patch/requestBody","description":"Faq Item object to update"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/faq","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/FaqItemRequest"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/faq","href":"faq-items/patch_faq","openApiOperationId":"patch_faq","summary":"Update a Faq Item by Identifier","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/FaqItemRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/FaqItemRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Faq Item successfully updated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FaqItemResponseWrapper"}},"schemaId":"components/schemas/FaqItemResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/patch/responses/400/content/application~1json/examples/error","paths/~1faq/patch/responses/400/content/application~1json/examples/bad_request","paths/~1faq/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/patch/responses/400/content/application~1json/examples/error","paths/~1faq/patch/responses/400/content/application~1json/examples/bad_request","paths/~1faq/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/patch/responses/401/content/application~1json/examples/bad_token","paths/~1faq/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/patch/responses/401/content/application~1json/examples/bad_token","paths/~1faq/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/403/content/application~1json/examples/forbidden","paths/~1faq/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/403/content/application~1json/examples/forbidden","paths/~1faq/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1faq/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/FaqItemResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FaqItemResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/patch/responses/400/content/application~1json/examples/error","paths/~1faq/patch/responses/400/content/application~1json/examples/bad_request","paths/~1faq/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1faq/patch/responses/400/content/application~1json/examples/error","paths/~1faq/patch/responses/400/content/application~1json/examples/bad_request","paths/~1faq/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/patch/responses/401/content/application~1json/examples/bad_token","paths/~1faq/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1faq/patch/responses/401/content/application~1json/examples/bad_token","paths/~1faq/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/403/content/application~1json/examples/forbidden","paths/~1faq/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/403/content/application~1json/examples/forbidden","paths/~1faq/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/faq-items/patch_faq"}],"panels":[]}]},"httpPath":"/faq"},{"label":"Get a Faq Item","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/faq-items/get_faq_id","routeSlug":"/apis/swagger/faq-items/get_faq_id","metadata":{"seo":{"title":"Get a Faq Item","description":"Get a single faq item"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_faq_id","name":"Get a Faq Item","isWebhook":false,"pointer":"/paths/~1faq~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Faq Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a single faq item"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the faq item","required":true}],"pointer":"/paths/~1faq~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/faq/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/faq/{id}","href":"faq-items/get_faq_id","openApiOperationId":"get_faq_id","summary":"Get a Faq Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Faq Item successfully retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FaqItemResponseWrapper"}},"schemaId":"components/schemas/FaqItemResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1faq~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1faq~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1faq~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/FaqItemResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FaqItemResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1faq~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1faq~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/faq-items/get_faq_id"}],"panels":[]}]},"httpPath":"/faq/{id}"},{"label":"Delete a Faq Item","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/faq-items/delete_faq_id","routeSlug":"/apis/swagger/faq-items/delete_faq_id","metadata":{"seo":{"title":"Delete a Faq Item","description":"Delete a faq item"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_faq_id","name":"Delete a Faq Item","isWebhook":false,"pointer":"/paths/~1faq~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Faq Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a faq item"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the faq item","required":true}],"pointer":"/paths/~1faq~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/faq/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/faq/{id}","href":"faq-items/delete_faq_id","openApiOperationId":"delete_faq_id","summary":"Delete a Faq Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Faq Item successfully deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1faq~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1faq~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1faq~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1faq~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1faq~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/faq-items/delete_faq_id"}],"panels":[]}]},"httpPath":"/faq/{id}"},{"label":"Update a Faq Item","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/faq-items/patch_faq_id","routeSlug":"/apis/swagger/faq-items/patch_faq_id","metadata":{"seo":{"title":"Update a Faq Item","description":"Make changes to a faq item. Any blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_faq_id","name":"Update a Faq Item","isWebhook":false,"pointer":"/paths/~1faq~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Faq Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Make changes to a faq item. Any blank parameter deletes an old value, any unspecified parameter does nothing"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the faq item","required":true}],"pointer":"/paths/~1faq~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/FaqItemRequest"}},"schemaId":"components/schemas/FaqItemRequest","pointer":"/paths/~1faq~1{id}/patch/requestBody","description":"Faq Item object to update"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/faq/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/FaqItemRequest"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/faq/{id}","href":"faq-items/patch_faq_id","openApiOperationId":"patch_faq_id","summary":"Update a Faq Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/FaqItemRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/FaqItemRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Faq Item successfully updated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FaqItemResponseWrapper"}},"schemaId":"components/schemas/FaqItemResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1faq~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1faq~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1faq~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/FaqItemResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/FaqItemResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1faq~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1faq~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1faq~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/faq-items/patch_faq_id"}],"panels":[]}]},"httpPath":"/faq/{id}"}],"content":{"contentType":"group","meta":{"name":"Faq Items"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Faq Items","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Locations - Faq Items"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/faq","summary":"Get All Faq Items","prefix":{"name":"get","color":"get"},"badges":[],"link":"/faq-items/get_faq","deprecated":false},{"title":"/faq","summary":"Create a Faq Item","prefix":{"name":"post","color":"post"},"badges":[],"link":"/faq-items/post_faq","deprecated":false},{"title":"/faq","summary":"Delete a Faq Item using identifier","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/faq-items/delete_faq","deprecated":false},{"title":"/faq","summary":"Update a Faq Item by Identifier","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/faq-items/patch_faq","deprecated":false},{"title":"/faq/{id}","summary":"Get a Faq Item","prefix":{"name":"get","color":"get"},"badges":[],"link":"/faq-items/get_faq_id","deprecated":false},{"title":"/faq/{id}","summary":"Delete a Faq Item","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/faq-items/delete_faq_id","deprecated":false},{"title":"/faq/{id}","summary":"Update a Faq Item","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/faq-items/patch_faq_id","deprecated":false}]}]}]}]}},{"type":"group","label":"Labels","link":"/apis/swagger/labels","routeSlug":"/apis/swagger/labels","items":[{"label":"Get all labels","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/labels/get_labels_list","routeSlug":"/apis/swagger/labels/get_labels_list","metadata":{"seo":{"title":"Get all labels","description":"Get all labels associated to the locations of the user"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_labels_list","name":"Get all labels","isWebhook":false,"pointer":"/paths/~1labels~1list/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all labels","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get all labels associated to the locations of the user"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"query","in":"query","schemaId":"schema_67","description":"Used for searching for a specific keyword within label names, only label names matching the given query via 'like' will be returned."}],"pointer":"/paths/~1labels~1list/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/labels/list","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/labels/list","href":"labels/get_labels_list","openApiOperationId":"get_labels_list","summary":"Get all labels","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved labels","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LabelSearchObjectWrapper"}},"schemaId":"components/schemas/LabelSearchObjectWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1labels~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1labels~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1labels~1list/get/responses/400/content/application~1json/examples/error","paths/~1labels~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1labels~1list/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1labels~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1labels~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1labels~1list/get/responses/400/content/application~1json/examples/error","paths/~1labels~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1labels~1list/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1labels~1list/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1labels~1list/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1labels~1list/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LabelSearchObjectWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LabelSearchObjectWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1labels~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1labels~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1labels~1list/get/responses/400/content/application~1json/examples/error","paths/~1labels~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1labels~1list/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1labels~1list/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1labels~1list/get/responses/400/content/application~1json/examples/wrong_type","paths/~1labels~1list/get/responses/400/content/application~1json/examples/error","paths/~1labels~1list/get/responses/400/content/application~1json/examples/bad_request","paths/~1labels~1list/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/401/content/application~1json/examples/unauthorized","paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_token","paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1labels~1list/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/403/content/application~1json/examples/forbidden","paths/~1labels~1list/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels~1list/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/labels/get_labels_list"}],"panels":[]}]},"httpPath":"/labels/list"},{"label":"Get All Labels","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/labels/get_labels","routeSlug":"/apis/swagger/labels/get_labels","metadata":{"seo":{"title":"Get All Labels","description":"Deprecated. Use GET /labels/list instead."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_labels","name":"Get All Labels","deprecated":true,"isWebhook":false,"pointer":"/paths/~1labels/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Labels","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deprecated. Use "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://docs.uberall.com/apis/swagger/labels/get_labels_list"},"children":[{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"GET /labels/list"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" instead."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/labels","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/labels","href":"labels/get_labels","openApiOperationId":"get_labels","summary":"Get All Labels","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved labels","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LabelListWrapper"}},"schemaId":"components/schemas/LabelListWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1labels/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1labels/get/responses/400/content/application~1json/examples/wrong_type","paths/~1labels/get/responses/400/content/application~1json/examples/error","paths/~1labels/get/responses/400/content/application~1json/examples/bad_request","paths/~1labels/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1labels/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1labels/get/responses/400/content/application~1json/examples/wrong_type","paths/~1labels/get/responses/400/content/application~1json/examples/error","paths/~1labels/get/responses/400/content/application~1json/examples/bad_request","paths/~1labels/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/401/content/application~1json/examples/unauthorized","paths/~1labels/get/responses/401/content/application~1json/examples/bad_token","paths/~1labels/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1labels/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/401/content/application~1json/examples/unauthorized","paths/~1labels/get/responses/401/content/application~1json/examples/bad_token","paths/~1labels/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1labels/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/403/content/application~1json/examples/forbidden","paths/~1labels/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/403/content/application~1json/examples/forbidden","paths/~1labels/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1labels/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LabelListWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LabelListWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1labels/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1labels/get/responses/400/content/application~1json/examples/wrong_type","paths/~1labels/get/responses/400/content/application~1json/examples/error","paths/~1labels/get/responses/400/content/application~1json/examples/bad_request","paths/~1labels/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1labels/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1labels/get/responses/400/content/application~1json/examples/wrong_type","paths/~1labels/get/responses/400/content/application~1json/examples/error","paths/~1labels/get/responses/400/content/application~1json/examples/bad_request","paths/~1labels/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/401/content/application~1json/examples/unauthorized","paths/~1labels/get/responses/401/content/application~1json/examples/bad_token","paths/~1labels/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1labels/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/401/content/application~1json/examples/unauthorized","paths/~1labels/get/responses/401/content/application~1json/examples/bad_token","paths/~1labels/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1labels/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/403/content/application~1json/examples/forbidden","paths/~1labels/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/403/content/application~1json/examples/forbidden","paths/~1labels/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1labels/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/labels/get_labels"}],"panels":[]}]},"httpPath":"/labels"}],"content":{"contentType":"group","meta":{"name":"Labels"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Labels","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Labels"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/labels/list","summary":"Get all labels","prefix":{"name":"get","color":"get"},"badges":[],"link":"/labels/get_labels_list","deprecated":false},{"title":"/labels","summary":"Get All Labels","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/labels/get_labels","deprecated":true}]}]}]}]}},{"type":"group","label":"Location Groups","link":"/apis/swagger/location-groups","routeSlug":"/apis/swagger/location-groups","items":[{"label":"Add locations to a LocationGroup","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/location-groups/post_location_groups_id_locations","routeSlug":"/apis/swagger/location-groups/post_location_groups_id_locations","metadata":{"seo":{"title":"Add locations to a LocationGroup","description":"Can be used for adding locations to a single LocationGroup."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_location_groups_id_locations","name":"Add locations to a LocationGroup","isWebhook":false,"pointer":"/paths/~1location-groups~1{id}~1locations/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Add locations to a LocationGroup","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Can be used for adding locations to a single LocationGroup."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"ID of the LocationGroup that should be updated.","required":true}],"pointer":"/paths/~1location-groups~1{id}~1locations/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AddLocationsRequest","exampleIds":["paths/~1location-groups~1{id}~1locations/post/requestBody/content/application~1json/examples/AddLocationsExample"]}},"schemaId":"components/schemas/AddLocationsRequest","exampleIds":["paths/~1location-groups~1{id}~1locations/post/requestBody/content/application~1json/examples/AddLocationsExample"],"pointer":"/paths/~1location-groups~1{id}~1locations/post/requestBody","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location IDs to add to the LocationGroup, sent in the request body as a "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"locations"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" array."},"children":[]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/location-groups/{id}/locations","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/AddLocationsRequest","exampleIds":["paths/~1location-groups~1{id}~1locations/post/requestBody/content/application~1json/examples/AddLocationsExample"]}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/location-groups/{id}/locations","href":"location-groups/post_location_groups_id_locations","openApiOperationId":"post_location_groups_id_locations","summary":"Add locations to a LocationGroup"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/AddLocationsRequest","exampleIds":["paths/~1location-groups~1{id}~1locations/post/requestBody/content/application~1json/examples/AddLocationsExample"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/AddLocationsRequest","exampleIds":["paths/~1location-groups~1{id}~1locations/post/requestBody/content/application~1json/examples/AddLocationsExample"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Locations added to LocationGroup successfully","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationGroupWrapper"}},"schemaId":"components/schemas/LocationGroupWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}~1locations/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}~1locations/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1location-groups~1{id}~1locations/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationGroupWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationGroupWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}~1locations/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}~1locations/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}~1locations/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/location-groups/post_location_groups_id_locations"}],"panels":[]}]},"httpPath":"/location-groups/{id}/locations"},{"label":"Search through all LocationGroups","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/location-groups/get_location_groups","routeSlug":"/apis/swagger/location-groups/get_location_groups","metadata":{"seo":{"title":"Search through all LocationGroups","description":"Can be used to search for specific location groups or even return all, depending on the given params."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_location_groups","name":"Search through all LocationGroups","isWebhook":false,"pointer":"/paths/~1location-groups/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Search through all LocationGroups","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Can be used to search for specific location groups or even return all, depending on the given params."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"fieldMask","in":"query","schemaId":"schema_71","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Used for bypassing pagination and reducing the response objects (List of String), following are supported [\"id\", \"name\"]"},"children":[]}]}]}]},{"name":"locationGroupIds","in":"query","schemaId":"schema_121","description":"Used for restricting the returned location groups within the given range of IDs."},{"name":"query","in":"query","schemaId":"schema_67","description":"Used for searching for a specific keyword within the location group names, only groups matching the given query via 'like' will be returned."},{"name":"max","in":"query","schemaId":"schema_69","description":"Used for pagination, specifies the amount of entries maximum returned per page (must be between 0-100)."},{"name":"offset","in":"query","schemaId":"schema_69","description":"Used for pagination, specifies the starting point from which the returned subset should start."},{"name":"page","in":"query","schemaId":"schema_69","description":"Used for pagination, specifies which page you want to get back from a set of pages.\n                                        Can be used instead of using \"offset\". Can also be used in combination with \"max\" otherwise default \"max\" is being used.\n                                        Difference to \"offset\" is that you don't need to calculate the correct value, you can simply request page number 2 with max 10 result in it\n                                        (page: 2, max: 10). So you will get back results 10-19 while skipping the first 10 (0-9) ones."},{"name":"sort","in":"query","schemaId":"schema_67","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Used for specify the field by which the list entries shall be sorted, possible values [\"NAME\", \"LAST_UPDATED\", \"LOCATION_SIZE\", \"USER_SIZE\"]."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If none or invalid given list will automatically sorted by \"id\"."},"children":[]}]}]}]},{"name":"order","in":"query","schemaId":"schema_67","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Used for specify the sorting direction in which the list entries shall be returned, possible values ['ASC', 'DESC']."},"children":[]}]}]}]},{"name":"hideLocations","in":"query","schemaId":"schema_72","description":"If given true value the endpoint will not return the locations array as part of the response, just the group id and name"}],"pointer":"/paths/~1location-groups/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/location-groups","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"fieldMask","in":"query","required":false,"schemaId":"schema_71","style":"form","explode":true},{"name":"locationGroupIds","in":"query","required":false,"schemaId":"schema_121","style":"form","explode":true},{"name":"query","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"page","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"sort","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"order","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"hideLocations","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/location-groups","href":"location-groups/get_location_groups","openApiOperationId":"get_location_groups","summary":"Search through all LocationGroups"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"LocationGroups successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationGroupListResponseWrapper"}},"schemaId":"components/schemas/LocationGroupListResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups/get/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups/get/responses/400/content/application~1json/examples/error","paths/~1location-groups/get/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups/get/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups/get/responses/400/content/application~1json/examples/error","paths/~1location-groups/get/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1location-groups/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationGroupListResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationGroupListResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups/get/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups/get/responses/400/content/application~1json/examples/error","paths/~1location-groups/get/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups/get/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups/get/responses/400/content/application~1json/examples/error","paths/~1location-groups/get/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/location-groups/get_location_groups"}],"panels":[]}]},"httpPath":"/location-groups"},{"label":"Create a new LocationGroup","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/location-groups/post_location_groups","routeSlug":"/apis/swagger/location-groups/post_location_groups","metadata":{"seo":{"title":"Create a new LocationGroup","description":"Can be used to create a new LocationGroup"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_location_groups","name":"Create a new LocationGroup","isWebhook":false,"pointer":"/paths/~1location-groups/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a new LocationGroup","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Can be used to create a new LocationGroup"},{"nodeType":"security","requirements":[{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/LocationGroupParams"}},"schemaId":"components/schemas/LocationGroupParams","pointer":"/paths/~1location-groups/post/requestBody","description":"LocationGroup to create"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/location-groups","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"components/schemas/LocationGroupParams"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/location-groups","href":"location-groups/post_location_groups","openApiOperationId":"post_location_groups","summary":"Create a new LocationGroup"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/LocationGroupParams","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/LocationGroupParams"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"LocationGroup created successfully","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationGroupWrapper"}},"schemaId":"components/schemas/LocationGroupWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups/post/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups/post/responses/400/content/application~1json/examples/error","paths/~1location-groups/post/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups/post/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups/post/responses/400/content/application~1json/examples/error","paths/~1location-groups/post/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1location-groups/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationGroupWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationGroupWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups/post/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups/post/responses/400/content/application~1json/examples/error","paths/~1location-groups/post/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups/post/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups/post/responses/400/content/application~1json/examples/error","paths/~1location-groups/post/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/location-groups/post_location_groups"}],"panels":[]}]},"httpPath":"/location-groups"},{"label":"Get a single LocationGroup","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/location-groups/get_location_groups_id","routeSlug":"/apis/swagger/location-groups/get_location_groups_id","metadata":{"seo":{"title":"Get a single LocationGroup","description":"Can be used to retrieve a single LocationGroup."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_location_groups_id","name":"Get a single LocationGroup","isWebhook":false,"pointer":"/paths/~1location-groups~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a single LocationGroup","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Can be used to retrieve a single LocationGroup."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"ID of the LocationGroup that should be returned.","required":true}],"pointer":"/paths/~1location-groups~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/location-groups/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/location-groups/{id}","href":"location-groups/get_location_groups_id","openApiOperationId":"get_location_groups_id","summary":"Get a single LocationGroup"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"LocationGroup successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationGroupWrapper"}},"schemaId":"components/schemas/LocationGroupWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1location-groups~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationGroupWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationGroupWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/location-groups/get_location_groups_id"}],"panels":[]}]},"httpPath":"/location-groups/{id}"},{"label":"Delete a single LocationGroup","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/location-groups/delete_location_groups_id","routeSlug":"/apis/swagger/location-groups/delete_location_groups_id","metadata":{"seo":{"title":"Delete a single LocationGroup","description":"Can be used for deleting a single LocationGroup."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_location_groups_id","name":"Delete a single LocationGroup","isWebhook":false,"pointer":"/paths/~1location-groups~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a single LocationGroup","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Can be used for deleting a single LocationGroup."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"ID of the LocationGroup that should be deleted.","required":true}],"pointer":"/paths/~1location-groups~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/location-groups/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/location-groups/{id}","href":"location-groups/delete_location_groups_id","openApiOperationId":"delete_location_groups_id","summary":"Delete a single LocationGroup"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"LocationGroup deleted successfully","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationGroupWrapper"}},"schemaId":"components/schemas/LocationGroupWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1location-groups~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationGroupWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationGroupWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/location-groups/delete_location_groups_id"}],"panels":[]}]},"httpPath":"/location-groups/{id}"},{"label":"Update a single LocationGroup","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/location-groups/patch_location_groups_id","routeSlug":"/apis/swagger/location-groups/patch_location_groups_id","metadata":{"seo":{"title":"Update a single LocationGroup","description":"Can be used for updating a single LocationGroup."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_location_groups_id","name":"Update a single LocationGroup","isWebhook":false,"pointer":"/paths/~1location-groups~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a single LocationGroup","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Can be used for updating a single LocationGroup."},{"nodeType":"security","requirements":[{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"ID of the LocationGroup that should be updated.","required":true}],"pointer":"/paths/~1location-groups~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/LocationGroupPatchParams"}},"schemaId":"components/schemas/LocationGroupPatchParams","pointer":"/paths/~1location-groups~1{id}/patch/requestBody","description":"LocationGroup to update"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/location-groups/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"components/schemas/LocationGroupPatchParams"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/location-groups/{id}","href":"location-groups/patch_location_groups_id","openApiOperationId":"patch_location_groups_id","summary":"Update a single LocationGroup"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/LocationGroupPatchParams","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"components/schemas/LocationGroupPatchParams"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"LocationGroup updated successfully","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationGroupWrapper"}},"schemaId":"components/schemas/LocationGroupWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1location-groups~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationGroupWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/LocationGroupWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1location-groups~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1location-groups~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/location-groups/patch_location_groups_id"}],"panels":[]}]},"httpPath":"/location-groups/{id}"}],"content":{"contentType":"group","meta":{"name":"Location Groups"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Location Groups","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Location Groups"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/location-groups/{id}/locations","summary":"Add locations to a LocationGroup","prefix":{"name":"post","color":"post"},"badges":[],"link":"/location-groups/post_location_groups_id_locations","deprecated":false},{"title":"/location-groups","summary":"Search through all LocationGroups","prefix":{"name":"get","color":"get"},"badges":[],"link":"/location-groups/get_location_groups","deprecated":false},{"title":"/location-groups","summary":"Create a new LocationGroup","prefix":{"name":"post","color":"post"},"badges":[],"link":"/location-groups/post_location_groups","deprecated":false},{"title":"/location-groups/{id}","summary":"Get a single LocationGroup","prefix":{"name":"get","color":"get"},"badges":[],"link":"/location-groups/get_location_groups_id","deprecated":false},{"title":"/location-groups/{id}","summary":"Delete a single LocationGroup","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/location-groups/delete_location_groups_id","deprecated":false},{"title":"/location-groups/{id}","summary":"Update a single LocationGroup","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/location-groups/patch_location_groups_id","deprecated":false}]}]}]}]}},{"type":"group","label":"Menu Items","link":"/apis/swagger/menu-items","routeSlug":"/apis/swagger/menu-items","items":[{"label":"Get All Menu Items","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/menu-items/get_menu_items","routeSlug":"/apis/swagger/menu-items/get_menu_items","metadata":{"seo":{"title":"Get All Menu Items","description":"Get all menu items the current API user can manage.To specify products with identifier please provide ?identifier= in the URL paramBy default, 50 are returned, you can use up to max=10000 in the URL param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_menu_items","name":"Get All Menu Items","isWebhook":false,"pointer":"/paths/~1menu-items/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Menu Items","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get all menu items the current API user can manage."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To specify products with identifier please provide ?identifier= in the URL param"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"By default, 50 are returned, you can use up to max=10000 in the URL param"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/menu-items","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/menu-items","href":"menu-items/get_menu_items","openApiOperationId":"get_menu_items","summary":"Get All Menu Items","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Menu Items successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/MenuItemSearchResponseWrapper"}},"schemaId":"components/schemas/MenuItemSearchResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/get/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/get/responses/400/content/application~1json/examples/error","paths/~1menu-items/get/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/get/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/get/responses/400/content/application~1json/examples/error","paths/~1menu-items/get/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1menu-items/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/MenuItemSearchResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/MenuItemSearchResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/get/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/get/responses/400/content/application~1json/examples/error","paths/~1menu-items/get/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/get/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/get/responses/400/content/application~1json/examples/error","paths/~1menu-items/get/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/menu-items/get_menu_items"}],"panels":[]}]},"httpPath":"/menu-items"},{"label":"Create a Menu Item","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/menu-items/post_menu_items","routeSlug":"/apis/swagger/menu-items/post_menu_items","metadata":{"seo":{"title":"Create a Menu Item","description":"Create a menu item. It can be added to a content list later"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_menu_items","name":"Create a Menu Item","isWebhook":false,"pointer":"/paths/~1menu-items/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Menu Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a menu item. It can be added to a content list later"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/MenuItem"}},"schemaId":"components/schemas/MenuItem","pointer":"/paths/~1menu-items/post/requestBody","description":"Menu Item object to create"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/menu-items","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/MenuItem"}},"responseCodes":["201","400","401","403","404","409"],"pointer":"/menu-items","href":"menu-items/post_menu_items","openApiOperationId":"post_menu_items","summary":"Create a Menu Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/MenuItem","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/MenuItem"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"Menu Item successfully created","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/MenuItemResponseWrapper"}},"schemaId":"components/schemas/MenuItemResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/post/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/post/responses/400/content/application~1json/examples/error","paths/~1menu-items/post/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/post/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/post/responses/400/content/application~1json/examples/error","paths/~1menu-items/post/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1menu-items/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/MenuItemResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/MenuItemResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/post/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/post/responses/400/content/application~1json/examples/error","paths/~1menu-items/post/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/post/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/post/responses/400/content/application~1json/examples/error","paths/~1menu-items/post/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/menu-items/post_menu_items"}],"panels":[]}]},"httpPath":"/menu-items"},{"label":"Delete a Menu Item using identifier","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/menu-items/delete_menu_items","routeSlug":"/apis/swagger/menu-items/delete_menu_items","metadata":{"seo":{"title":"Delete a Menu Item using identifier","description":"Delete a menu item identified by identifier in the url param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_menu_items","name":"Delete a Menu Item using identifier","isWebhook":false,"pointer":"/paths/~1menu-items/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Menu Item using identifier","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a menu item identified by identifier in the url param"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/menu-items","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["204","400","401","403","404"],"pointer":"/menu-items","href":"menu-items/delete_menu_items","openApiOperationId":"delete_menu_items","summary":"Delete a Menu Item using identifier","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"Menu Item successfully deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/delete/responses/400/content/application~1json/examples/error","paths/~1menu-items/delete/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/delete/responses/400/content/application~1json/examples/error","paths/~1menu-items/delete/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1menu-items/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/delete/responses/400/content/application~1json/examples/error","paths/~1menu-items/delete/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/delete/responses/400/content/application~1json/examples/error","paths/~1menu-items/delete/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/menu-items/delete_menu_items"}],"panels":[]}]},"httpPath":"/menu-items"},{"label":"Update a Menu Item using identifier","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/menu-items/patch_menu_items","routeSlug":"/apis/swagger/menu-items/patch_menu_items","metadata":{"seo":{"title":"Update a Menu Item using identifier","description":"Make changes to a menu item, always use ?identifier= in url param to identify the menu item uniquelyAny blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_menu_items","name":"Update a Menu Item using identifier","isWebhook":false,"pointer":"/paths/~1menu-items/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Menu Item using identifier","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Make changes to a menu item, always use ?identifier= in url param to identify the menu item uniquely"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Any blank parameter deletes an old value, any unspecified parameter does nothing"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/MenuItem"}},"schemaId":"components/schemas/MenuItem","pointer":"/paths/~1menu-items/patch/requestBody","description":"Menu Item object to update"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/menu-items","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/MenuItem"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/menu-items","href":"menu-items/patch_menu_items","openApiOperationId":"patch_menu_items","summary":"Update a Menu Item using identifier","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/MenuItem","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/MenuItem"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Menu Item successfully updated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/MenuItemResponseWrapper"}},"schemaId":"components/schemas/MenuItemResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/patch/responses/400/content/application~1json/examples/error","paths/~1menu-items/patch/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/patch/responses/400/content/application~1json/examples/error","paths/~1menu-items/patch/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1menu-items/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/MenuItemResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/MenuItemResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/patch/responses/400/content/application~1json/examples/error","paths/~1menu-items/patch/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items/patch/responses/400/content/application~1json/examples/error","paths/~1menu-items/patch/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/menu-items/patch_menu_items"}],"panels":[]}]},"httpPath":"/menu-items"},{"label":"Get a Menu Item","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/menu-items/get_menu_items_id","routeSlug":"/apis/swagger/menu-items/get_menu_items_id","metadata":{"seo":{"title":"Get a Menu Item","description":"Get a sigle menu item"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_menu_items_id","name":"Get a Menu Item","isWebhook":false,"pointer":"/paths/~1menu-items~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Menu Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a sigle menu item"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the menu item","required":true}],"pointer":"/paths/~1menu-items~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/menu-items/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/menu-items/{id}","href":"menu-items/get_menu_items_id","openApiOperationId":"get_menu_items_id","summary":"Get a Menu Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Menu Item successfully retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/MenuItemResponseWrapper"}},"schemaId":"components/schemas/MenuItemResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1menu-items~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/MenuItemResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/MenuItemResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/menu-items/get_menu_items_id"}],"panels":[]}]},"httpPath":"/menu-items/{id}"},{"label":"Delete a Menu Item","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/menu-items/delete_menu_items_id","routeSlug":"/apis/swagger/menu-items/delete_menu_items_id","metadata":{"seo":{"title":"Delete a Menu Item","description":"Delete a menu item"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_menu_items_id","name":"Delete a Menu Item","isWebhook":false,"pointer":"/paths/~1menu-items~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Menu Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a menu item"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the menu item","required":true}],"pointer":"/paths/~1menu-items~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/menu-items/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["204","400","401","403","404"],"pointer":"/menu-items/{id}","href":"menu-items/delete_menu_items_id","openApiOperationId":"delete_menu_items_id","summary":"Delete a Menu Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"Menu Item successfully deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1menu-items~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/menu-items/delete_menu_items_id"}],"panels":[]}]},"httpPath":"/menu-items/{id}"},{"label":"Update a Menu Item","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/menu-items/patch_menu_items_id","routeSlug":"/apis/swagger/menu-items/patch_menu_items_id","metadata":{"seo":{"title":"Update a Menu Item","description":"Make changes to a menu item. Any blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_menu_items_id","name":"Update a Menu Item","isWebhook":false,"pointer":"/paths/~1menu-items~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Menu Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Make changes to a menu item. Any blank parameter deletes an old value, any unspecified parameter does nothing"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the menu item","required":true}],"pointer":"/paths/~1menu-items~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/MenuItem"}},"schemaId":"components/schemas/MenuItem","pointer":"/paths/~1menu-items~1{id}/patch/requestBody","description":"Menu Item object to update"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/menu-items/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/MenuItem"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/menu-items/{id}","href":"menu-items/patch_menu_items_id","openApiOperationId":"patch_menu_items_id","summary":"Update a Menu Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/MenuItem","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/MenuItem"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Menu Item successfully updated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/MenuItemResponseWrapper"}},"schemaId":"components/schemas/MenuItemResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1menu-items~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/MenuItemResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/MenuItemResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/menu-items/patch_menu_items_id"}],"panels":[]}]},"httpPath":"/menu-items/{id}"},{"label":"Get accepted values for dietary restrictions and allergens","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/menu-items/get_menu_items_accepted_extra_fields","routeSlug":"/apis/swagger/menu-items/get_menu_items_accepted_extra_fields","metadata":{"seo":{"title":"Get accepted values for dietary restrictions and allergens","description":"Menu items can have additional information added to them. Certain fields are limited to specific values. Get the list of values here."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_menu_items_accepted_extra_fields","name":"Get accepted values for dietary restrictions and allergens","isWebhook":false,"pointer":"/paths/~1menu-items~1accepted-extra-fields/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get accepted values for dietary restrictions and allergens","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Menu items can have additional information added to them. Certain fields are limited to specific values. Get the list of values here."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/menu-items/accepted-extra-fields","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/menu-items/accepted-extra-fields","href":"menu-items/get_menu_items_accepted_extra_fields","openApiOperationId":"get_menu_items_accepted_extra_fields","summary":"Get accepted values for dietary restrictions and allergens","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Accepted Extra Fields successfully retrieved","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/AcceptedExtraFieldsResponseWrapper"}},"schemaId":"components/schemas/AcceptedExtraFieldsResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/error","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/error","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1accepted-extra-fields/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1accepted-extra-fields/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1menu-items~1accepted-extra-fields/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/AcceptedExtraFieldsResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/AcceptedExtraFieldsResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/error","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/wrong_type","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/error","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/bad_request","paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/unauthorized","paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_token","paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1accepted-extra-fields/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/403/content/application~1json/examples/forbidden","paths/~1menu-items~1accepted-extra-fields/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1menu-items~1accepted-extra-fields/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/menu-items/get_menu_items_accepted_extra_fields"}],"panels":[]}]},"httpPath":"/menu-items/accepted-extra-fields"}],"content":{"contentType":"group","meta":{"name":"Menu Items"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Menu Items","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Locations - Menu Items"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/menu-items","summary":"Get All Menu Items","prefix":{"name":"get","color":"get"},"badges":[],"link":"/menu-items/get_menu_items","deprecated":false},{"title":"/menu-items","summary":"Create a Menu Item","prefix":{"name":"post","color":"post"},"badges":[],"link":"/menu-items/post_menu_items","deprecated":false},{"title":"/menu-items","summary":"Delete a Menu Item using identifier","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/menu-items/delete_menu_items","deprecated":false},{"title":"/menu-items","summary":"Update a Menu Item using identifier","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/menu-items/patch_menu_items","deprecated":false},{"title":"/menu-items/{id}","summary":"Get a Menu Item","prefix":{"name":"get","color":"get"},"badges":[],"link":"/menu-items/get_menu_items_id","deprecated":false},{"title":"/menu-items/{id}","summary":"Delete a Menu Item","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/menu-items/delete_menu_items_id","deprecated":false},{"title":"/menu-items/{id}","summary":"Update a Menu Item","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/menu-items/patch_menu_items_id","deprecated":false},{"title":"/menu-items/accepted-extra-fields","summary":"Get accepted values for dietary restrictions and allergens","prefix":{"name":"get","color":"get"},"badges":[],"link":"/menu-items/get_menu_items_accepted_extra_fields","deprecated":false}]}]}]}]}},{"type":"group","label":"Persons","link":"/apis/swagger/persons","routeSlug":"/apis/swagger/persons","items":[{"label":"Get All Persons","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/persons/get_persons","routeSlug":"/apis/swagger/persons/get_persons","metadata":{"seo":{"title":"Get All Persons","description":"Get all persons the current API user can manage.To specify products with identifier please provide ?identifier= in the URL paramBy default, 50 are returned, you can use up to max=10000 URL param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_persons","name":"Get All Persons","isWebhook":false,"pointer":"/paths/~1persons/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Persons","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get all persons the current API user can manage."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To specify products with identifier please provide ?identifier= in the URL param"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"By default, 50 are returned, you can use up to max=10000 URL param"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/persons","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/persons","href":"persons/get_persons","openApiOperationId":"get_persons","summary":"Get All Persons","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved persons","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/PersonSearchResponseWrapper"}},"schemaId":"components/schemas/PersonSearchResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/get/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/get/responses/400/content/application~1json/examples/error","paths/~1persons/get/responses/400/content/application~1json/examples/bad_request","paths/~1persons/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/get/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/get/responses/400/content/application~1json/examples/error","paths/~1persons/get/responses/400/content/application~1json/examples/bad_request","paths/~1persons/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/401/content/application~1json/examples/unauthorized","paths/~1persons/get/responses/401/content/application~1json/examples/bad_token","paths/~1persons/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/401/content/application~1json/examples/unauthorized","paths/~1persons/get/responses/401/content/application~1json/examples/bad_token","paths/~1persons/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/403/content/application~1json/examples/forbidden","paths/~1persons/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/403/content/application~1json/examples/forbidden","paths/~1persons/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1persons/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/PersonSearchResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/PersonSearchResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/get/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/get/responses/400/content/application~1json/examples/error","paths/~1persons/get/responses/400/content/application~1json/examples/bad_request","paths/~1persons/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/get/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/get/responses/400/content/application~1json/examples/error","paths/~1persons/get/responses/400/content/application~1json/examples/bad_request","paths/~1persons/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/401/content/application~1json/examples/unauthorized","paths/~1persons/get/responses/401/content/application~1json/examples/bad_token","paths/~1persons/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/401/content/application~1json/examples/unauthorized","paths/~1persons/get/responses/401/content/application~1json/examples/bad_token","paths/~1persons/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/403/content/application~1json/examples/forbidden","paths/~1persons/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/403/content/application~1json/examples/forbidden","paths/~1persons/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/get_persons"}],"panels":[]}]},"httpPath":"/persons"},{"label":"Create a Person","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/persons/post_persons","routeSlug":"/apis/swagger/persons/post_persons","metadata":{"seo":{"title":"Create a Person","description":"Create a person. It can be added to a content list later"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_persons","name":"Create a Person","isWebhook":false,"pointer":"/paths/~1persons/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Person","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a person. It can be added to a content list later"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Person"}},"schemaId":"components/schemas/Person","pointer":"/paths/~1persons/post/requestBody","description":"Person object that needs to be created"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/persons","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/Person"}},"responseCodes":["201","400","401","403","404","409"],"pointer":"/persons","href":"persons/post_persons","openApiOperationId":"post_persons","summary":"Create a Person","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/Person","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Person"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"Person created","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/PersonResponseWrapper"}},"schemaId":"components/schemas/PersonResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/post/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/post/responses/400/content/application~1json/examples/error","paths/~1persons/post/responses/400/content/application~1json/examples/bad_request","paths/~1persons/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/post/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/post/responses/400/content/application~1json/examples/error","paths/~1persons/post/responses/400/content/application~1json/examples/bad_request","paths/~1persons/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/401/content/application~1json/examples/unauthorized","paths/~1persons/post/responses/401/content/application~1json/examples/bad_token","paths/~1persons/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/401/content/application~1json/examples/unauthorized","paths/~1persons/post/responses/401/content/application~1json/examples/bad_token","paths/~1persons/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/403/content/application~1json/examples/forbidden","paths/~1persons/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/403/content/application~1json/examples/forbidden","paths/~1persons/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1persons/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/PersonResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/PersonResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/post/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/post/responses/400/content/application~1json/examples/error","paths/~1persons/post/responses/400/content/application~1json/examples/bad_request","paths/~1persons/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/post/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/post/responses/400/content/application~1json/examples/error","paths/~1persons/post/responses/400/content/application~1json/examples/bad_request","paths/~1persons/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/401/content/application~1json/examples/unauthorized","paths/~1persons/post/responses/401/content/application~1json/examples/bad_token","paths/~1persons/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/401/content/application~1json/examples/unauthorized","paths/~1persons/post/responses/401/content/application~1json/examples/bad_token","paths/~1persons/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/403/content/application~1json/examples/forbidden","paths/~1persons/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/403/content/application~1json/examples/forbidden","paths/~1persons/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/post_persons"}],"panels":[]}]},"httpPath":"/persons"},{"label":"Delete a Person using identifier","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/persons/delete_persons","routeSlug":"/apis/swagger/persons/delete_persons","metadata":{"seo":{"title":"Delete a Person using identifier","description":"Delete a person identified by identifier in the url param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_persons","name":"Delete a Person using identifier","isWebhook":false,"pointer":"/paths/~1persons/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Person using identifier","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a person identified by identifier in the url param"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/persons","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["204","400","403","404"],"pointer":"/persons","href":"persons/delete_persons","openApiOperationId":"delete_persons","summary":"Delete a Person using identifier"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"Person deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/delete/responses/400/content/application~1json/examples/error","paths/~1persons/delete/responses/400/content/application~1json/examples/bad_request","paths/~1persons/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/delete/responses/400/content/application~1json/examples/error","paths/~1persons/delete/responses/400/content/application~1json/examples/bad_request","paths/~1persons/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/delete/responses/403/content/application~1json/examples/forbidden","paths/~1persons/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/delete/responses/403/content/application~1json/examples/forbidden","paths/~1persons/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1persons/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/delete/responses/400/content/application~1json/examples/error","paths/~1persons/delete/responses/400/content/application~1json/examples/bad_request","paths/~1persons/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/delete/responses/400/content/application~1json/examples/error","paths/~1persons/delete/responses/400/content/application~1json/examples/bad_request","paths/~1persons/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/delete/responses/403/content/application~1json/examples/forbidden","paths/~1persons/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/delete/responses/403/content/application~1json/examples/forbidden","paths/~1persons/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/delete_persons"}],"panels":[]}]},"httpPath":"/persons"},{"label":"Update a Person using identifier","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/persons/patch_persons","routeSlug":"/apis/swagger/persons/patch_persons","metadata":{"seo":{"title":"Update a Person using identifier","description":"Make changes to a person, always use ?identifier= in url param to identify the person uniquelyAny blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_persons","name":"Update a Person using identifier","isWebhook":false,"pointer":"/paths/~1persons/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Person using identifier","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Make changes to a person, always use ?identifier= in url param to identify the person uniquely"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Any blank parameter deletes an old value, any unspecified parameter does nothing"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Person"}},"schemaId":"components/schemas/Person","pointer":"/paths/~1persons/patch/requestBody","description":"Person object that needs to be updated"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/persons","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/Person"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/persons","href":"persons/patch_persons","openApiOperationId":"patch_persons","summary":"Update a Person using identifier","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/Person","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Person"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Person updated","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/PersonResponseWrapper"}},"schemaId":"components/schemas/PersonResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/patch/responses/400/content/application~1json/examples/error","paths/~1persons/patch/responses/400/content/application~1json/examples/bad_request","paths/~1persons/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/patch/responses/400/content/application~1json/examples/error","paths/~1persons/patch/responses/400/content/application~1json/examples/bad_request","paths/~1persons/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1persons/patch/responses/401/content/application~1json/examples/bad_token","paths/~1persons/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1persons/patch/responses/401/content/application~1json/examples/bad_token","paths/~1persons/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/403/content/application~1json/examples/forbidden","paths/~1persons/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/403/content/application~1json/examples/forbidden","paths/~1persons/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1persons/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/PersonResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/PersonResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/patch/responses/400/content/application~1json/examples/error","paths/~1persons/patch/responses/400/content/application~1json/examples/bad_request","paths/~1persons/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1persons/patch/responses/400/content/application~1json/examples/error","paths/~1persons/patch/responses/400/content/application~1json/examples/bad_request","paths/~1persons/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1persons/patch/responses/401/content/application~1json/examples/bad_token","paths/~1persons/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1persons/patch/responses/401/content/application~1json/examples/bad_token","paths/~1persons/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/403/content/application~1json/examples/forbidden","paths/~1persons/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/403/content/application~1json/examples/forbidden","paths/~1persons/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/patch_persons"}],"panels":[]}]},"httpPath":"/persons"},{"label":"Get a Person","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/persons/get_persons_id","routeSlug":"/apis/swagger/persons/get_persons_id","metadata":{"seo":{"title":"Get a Person","description":"Get a person identified by its uberall unique id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_persons_id","name":"Get a Person","isWebhook":false,"pointer":"/paths/~1persons~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Person","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a person identified by its uberall unique id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the person you want to get","required":true}],"pointer":"/paths/~1persons~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/persons/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/persons/{id}","href":"persons/get_persons_id","openApiOperationId":"get_persons_id","summary":"Get a Person","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved person","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/PersonResponseWrapper"}},"schemaId":"components/schemas/PersonResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1persons~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1persons~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1persons~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/PersonResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/PersonResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1persons~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1persons~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/get_persons_id"}],"panels":[]}]},"httpPath":"/persons/{id}"},{"label":"Delete a Person","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/persons/delete_persons_id","routeSlug":"/apis/swagger/persons/delete_persons_id","metadata":{"seo":{"title":"Delete a Person","description":"Delete a person"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_persons_id","name":"Delete a Person","isWebhook":false,"pointer":"/paths/~1persons~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Person","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a person"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the person you want to delete","required":true}],"pointer":"/paths/~1persons~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/persons/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["204","400","401","403","404"],"pointer":"/persons/{id}","href":"persons/delete_persons_id","openApiOperationId":"delete_persons_id","summary":"Delete a Person","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"Person deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1persons~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1persons~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1persons~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1persons~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1persons~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/delete_persons_id"}],"panels":[]}]},"httpPath":"/persons/{id}"},{"label":"Update a Person","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/persons/patch_persons_id","routeSlug":"/apis/swagger/persons/patch_persons_id","metadata":{"seo":{"title":"Update a Person","description":"Make changes to a person. Any blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_persons_id","name":"Update a Person","isWebhook":false,"pointer":"/paths/~1persons~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Person","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Make changes to a person. Any blank parameter deletes an old value, any unspecified parameter does nothing"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the person you want to update","required":true}],"pointer":"/paths/~1persons~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Person"}},"schemaId":"components/schemas/Person","pointer":"/paths/~1persons~1{id}/patch/requestBody","description":"Person object that needs to be updated"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/persons/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/Person"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/persons/{id}","href":"persons/patch_persons_id","openApiOperationId":"patch_persons_id","summary":"Update a Person","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/Person","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Person"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Person updated","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/PersonResponseWrapper"}},"schemaId":"components/schemas/PersonResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1persons~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1persons~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1persons~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/PersonResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/PersonResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1persons~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1persons~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1persons~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/persons/patch_persons_id"}],"panels":[]}]},"httpPath":"/persons/{id}"}],"content":{"contentType":"group","meta":{"name":"Persons"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Persons","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Locations - Persons"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/persons","summary":"Get All Persons","prefix":{"name":"get","color":"get"},"badges":[],"link":"/persons/get_persons","deprecated":false},{"title":"/persons","summary":"Create a Person","prefix":{"name":"post","color":"post"},"badges":[],"link":"/persons/post_persons","deprecated":false},{"title":"/persons","summary":"Delete a Person using identifier","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/persons/delete_persons","deprecated":false},{"title":"/persons","summary":"Update a Person using identifier","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/persons/patch_persons","deprecated":false},{"title":"/persons/{id}","summary":"Get a Person","prefix":{"name":"get","color":"get"},"badges":[],"link":"/persons/get_persons_id","deprecated":false},{"title":"/persons/{id}","summary":"Delete a Person","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/persons/delete_persons_id","deprecated":false},{"title":"/persons/{id}","summary":"Update a Person","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/persons/patch_persons_id","deprecated":false}]}]}]}]}},{"type":"group","label":"Locations Photos","link":"/apis/swagger/locations-photos","routeSlug":"/apis/swagger/locations-photos","items":[{"label":"Upload a new photo","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-photos/post_photos","routeSlug":"/apis/swagger/locations-photos/post_photos","metadata":{"seo":{"title":"Upload a new photo","description":"Upload a single photo for a given location. This endpoint accepts multipart/form-data with a binary photo file."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_photos","name":"Upload a new photo","isWebhook":false,"pointer":"/paths/~1photos/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Upload a new photo","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Upload a single photo for a given location. This endpoint accepts multipart/form-data with a binary photo file."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"components/schemas/LocationPhotoCreateRequest"}},"schemaId":"components/schemas/LocationPhotoCreateRequest","pointer":"/paths/~1photos/post/requestBody","description":"Multipart form with the binary photo and related metadata."}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/photos","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"components/schemas/LocationPhotoCreateRequest"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/photos","href":"locations-photos/post_photos","openApiOperationId":"post_photos","summary":"Upload a new photo","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/LocationPhotoCreateRequest","mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"components/schemas/LocationPhotoCreateRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"The photo has been uploaded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationPhotoResponseWrapper"}},"schemaId":"components/schemas/LocationPhotoResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/400/content/application~1json/examples/interior image constraints","paths/~1photos/post/responses/400/content/application~1json/examples/identifier not unique"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/400/content/application~1json/examples/interior image constraints","paths/~1photos/post/responses/400/content/application~1json/examples/identifier not unique"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/401/content/application~1json/examples/unauthorized","paths/~1photos/post/responses/401/content/application~1json/examples/bad_token","paths/~1photos/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/401/content/application~1json/examples/unauthorized","paths/~1photos/post/responses/401/content/application~1json/examples/bad_token","paths/~1photos/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/403/content/application~1json/examples/forbidden","paths/~1photos/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/403/content/application~1json/examples/forbidden","paths/~1photos/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1photos/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationPhotoResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationPhotoResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/400/content/application~1json/examples/interior image constraints","paths/~1photos/post/responses/400/content/application~1json/examples/identifier not unique"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/400/content/application~1json/examples/interior image constraints","paths/~1photos/post/responses/400/content/application~1json/examples/identifier not unique"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/401/content/application~1json/examples/unauthorized","paths/~1photos/post/responses/401/content/application~1json/examples/bad_token","paths/~1photos/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/401/content/application~1json/examples/unauthorized","paths/~1photos/post/responses/401/content/application~1json/examples/bad_token","paths/~1photos/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/403/content/application~1json/examples/forbidden","paths/~1photos/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/403/content/application~1json/examples/forbidden","paths/~1photos/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-photos/post_photos"}],"panels":[]}]},"httpPath":"/photos"},{"label":"Get a Photo","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-photos/get_photos_id","routeSlug":"/apis/swagger/locations-photos/get_photos_id","metadata":{"seo":{"title":"Get a Photo","description":"Get a photo identified by its uberall unique id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_photos_id","name":"Get a Photo","isWebhook":false,"pointer":"/paths/~1photos~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Photo","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a photo identified by its uberall unique id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the photo","required":true}],"pointer":"/paths/~1photos~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/photos/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/photos/{id}","href":"locations-photos/get_photos_id","openApiOperationId":"get_photos_id","summary":"Get a Photo","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved the photo","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationPhotoResponseWrapper"}},"schemaId":"components/schemas/LocationPhotoResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1photos~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1photos~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1photos~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationPhotoResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationPhotoResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1photos~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1photos~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-photos/get_photos_id"}],"panels":[]}]},"httpPath":"/photos/{id}"},{"label":"Delete a Photo","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-photos/delete_photos_id","routeSlug":"/apis/swagger/locations-photos/delete_photos_id","metadata":{"seo":{"title":"Delete a Photo","description":"Delete a photo identified by its uberall unique id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_photos_id","name":"Delete a Photo","isWebhook":false,"pointer":"/paths/~1photos~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Photo","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a photo identified by its uberall unique id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the photo","required":true}],"pointer":"/paths/~1photos~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/photos/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/photos/{id}","href":"locations-photos/delete_photos_id","openApiOperationId":"delete_photos_id","summary":"Delete a Photo","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"The photo has been deleted","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1photos~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1photos~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1photos~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1photos~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1photos~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-photos/delete_photos_id"}],"panels":[]}]},"httpPath":"/photos/{id}"},{"label":"Update an existing photo","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/locations-photos/patch_photos_id","routeSlug":"/apis/swagger/locations-photos/patch_photos_id","metadata":{"seo":{"title":"Update an existing photo","description":"Update metadata of a photo identified by its uberall unique id. Only metadata fields are supported here (e.g., type, description, identifier, crop values, sourceUrl). The photo file/content cannot be replaced via this endpoint. Each location can contain only one photo of a given type. If a photo of that type already exists, the request will fail."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_photos_id","name":"Update an existing photo","isWebhook":false,"pointer":"/paths/~1photos~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update an existing photo","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Update metadata of a photo identified by its uberall unique id.\n                             Only metadata fields are supported here (e.g., type, description, identifier, crop values, sourceUrl).\n                             The photo file/content cannot be replaced via this endpoint.\n                             Each location can contain only one photo of a given type. If a photo of that type already exists, the request will fail."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id of the photo","required":true}],"pointer":"/paths/~1photos~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationPhotoUpdateRequest"}},"schemaId":"components/schemas/LocationPhotoUpdateRequest","pointer":"/paths/~1photos~1{id}/patch/requestBody","description":"The photo metadata to update"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/photos/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/LocationPhotoUpdateRequest"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/photos/{id}","href":"locations-photos/patch_photos_id","openApiOperationId":"patch_photos_id","summary":"Update an existing photo","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/LocationPhotoUpdateRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/LocationPhotoUpdateRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"The photo has been updated","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationPhotoResponseWrapper"}},"schemaId":"components/schemas/LocationPhotoResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/400/content/application~1json/examples/duplicate photo type","paths/~1photos~1{id}/patch/responses/400/content/application~1json/examples/identifier not unique"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/400/content/application~1json/examples/duplicate photo type","paths/~1photos~1{id}/patch/responses/400/content/application~1json/examples/identifier not unique"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1photos~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1photos~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1photos~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/LocationPhotoResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/LocationPhotoResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/400/content/application~1json/examples/duplicate photo type","paths/~1photos~1{id}/patch/responses/400/content/application~1json/examples/identifier not unique"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/400/content/application~1json/examples/duplicate photo type","paths/~1photos~1{id}/patch/responses/400/content/application~1json/examples/identifier not unique"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1photos~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1photos~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1photos~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/locations-photos/patch_photos_id"}],"panels":[]}]},"httpPath":"/photos/{id}"}],"content":{"contentType":"group","meta":{"name":"Locations Photos"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Locations Photos","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Locations Photos"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/photos","summary":"Upload a new photo","prefix":{"name":"post","color":"post"},"badges":[],"link":"/locations-photos/post_photos","deprecated":false},{"title":"/photos/{id}","summary":"Get a Photo","prefix":{"name":"get","color":"get"},"badges":[],"link":"/locations-photos/get_photos_id","deprecated":false},{"title":"/photos/{id}","summary":"Delete a Photo","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/locations-photos/delete_photos_id","deprecated":false},{"title":"/photos/{id}","summary":"Update an existing photo","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/locations-photos/patch_photos_id","deprecated":false}]}]}]}]}},{"type":"group","label":"Products","link":"/apis/swagger/products","routeSlug":"/apis/swagger/products","items":[{"label":"Get All Products","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/products/get_products","routeSlug":"/apis/swagger/products/get_products","metadata":{"seo":{"title":"Get All Products","description":"Get all products the current API user can manage.To specify products with identifier please provide ?identifier= in the URL paramBy default, 50 are returned, you can use up to max=10000 URL param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_products","name":"Get All Products","isWebhook":false,"pointer":"/paths/~1products/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Products","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get all products the current API user can manage."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To specify products with identifier please provide ?identifier= in the URL param"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"By default, 50 are returned, you can use up to max=10000 URL param"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/products","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/products","href":"products/get_products","openApiOperationId":"get_products","summary":"Get All Products","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Products successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductSearchWrapper"}},"schemaId":"components/schemas/ProductSearchWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/get/responses/400/content/application~1json/examples/wrong_type","paths/~1products/get/responses/400/content/application~1json/examples/error","paths/~1products/get/responses/400/content/application~1json/examples/bad_request","paths/~1products/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/get/responses/400/content/application~1json/examples/wrong_type","paths/~1products/get/responses/400/content/application~1json/examples/error","paths/~1products/get/responses/400/content/application~1json/examples/bad_request","paths/~1products/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/401/content/application~1json/examples/unauthorized","paths/~1products/get/responses/401/content/application~1json/examples/bad_token","paths/~1products/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/401/content/application~1json/examples/unauthorized","paths/~1products/get/responses/401/content/application~1json/examples/bad_token","paths/~1products/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/403/content/application~1json/examples/forbidden","paths/~1products/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/403/content/application~1json/examples/forbidden","paths/~1products/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1products/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ProductSearchWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductSearchWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/get/responses/400/content/application~1json/examples/wrong_type","paths/~1products/get/responses/400/content/application~1json/examples/error","paths/~1products/get/responses/400/content/application~1json/examples/bad_request","paths/~1products/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/get/responses/400/content/application~1json/examples/wrong_type","paths/~1products/get/responses/400/content/application~1json/examples/error","paths/~1products/get/responses/400/content/application~1json/examples/bad_request","paths/~1products/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/401/content/application~1json/examples/unauthorized","paths/~1products/get/responses/401/content/application~1json/examples/bad_token","paths/~1products/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/401/content/application~1json/examples/unauthorized","paths/~1products/get/responses/401/content/application~1json/examples/bad_token","paths/~1products/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/403/content/application~1json/examples/forbidden","paths/~1products/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/403/content/application~1json/examples/forbidden","paths/~1products/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/products/get_products"}],"panels":[]}]},"httpPath":"/products"},{"label":"Create a Product","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/products/post_products","routeSlug":"/apis/swagger/products/post_products","metadata":{"seo":{"title":"Create a Product","description":"Create a product. It can be added to a content list later"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_products","name":"Create a Product","isWebhook":false,"pointer":"/paths/~1products/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Product","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a product. It can be added to a content list later"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Product"}},"schemaId":"components/schemas/Product","pointer":"/paths/~1products/post/requestBody","description":"A Product object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/products","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/Product"}},"responseCodes":["201","400","401","403","404","409"],"pointer":"/products","href":"products/post_products","openApiOperationId":"post_products","summary":"Create a Product","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/Product","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Product"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"Product successfully created","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ProductWrapper"}},"schemaId":"components/schemas/ProductWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/post/responses/400/content/application~1json/examples/wrong_type","paths/~1products/post/responses/400/content/application~1json/examples/error","paths/~1products/post/responses/400/content/application~1json/examples/bad_request","paths/~1products/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/post/responses/400/content/application~1json/examples/wrong_type","paths/~1products/post/responses/400/content/application~1json/examples/error","paths/~1products/post/responses/400/content/application~1json/examples/bad_request","paths/~1products/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/401/content/application~1json/examples/unauthorized","paths/~1products/post/responses/401/content/application~1json/examples/bad_token","paths/~1products/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/401/content/application~1json/examples/unauthorized","paths/~1products/post/responses/401/content/application~1json/examples/bad_token","paths/~1products/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/403/content/application~1json/examples/forbidden","paths/~1products/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/403/content/application~1json/examples/forbidden","paths/~1products/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1products/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/ProductWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ProductWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/post/responses/400/content/application~1json/examples/wrong_type","paths/~1products/post/responses/400/content/application~1json/examples/error","paths/~1products/post/responses/400/content/application~1json/examples/bad_request","paths/~1products/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/post/responses/400/content/application~1json/examples/wrong_type","paths/~1products/post/responses/400/content/application~1json/examples/error","paths/~1products/post/responses/400/content/application~1json/examples/bad_request","paths/~1products/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/401/content/application~1json/examples/unauthorized","paths/~1products/post/responses/401/content/application~1json/examples/bad_token","paths/~1products/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/401/content/application~1json/examples/unauthorized","paths/~1products/post/responses/401/content/application~1json/examples/bad_token","paths/~1products/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/403/content/application~1json/examples/forbidden","paths/~1products/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/403/content/application~1json/examples/forbidden","paths/~1products/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/products/post_products"}],"panels":[]}]},"httpPath":"/products"},{"label":"Delete a Product using identifier","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/products/delete_products","routeSlug":"/apis/swagger/products/delete_products","metadata":{"seo":{"title":"Delete a Product using identifier","description":"Delete a product identified by identifier in the url param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_products","name":"Delete a Product using identifier","isWebhook":false,"pointer":"/paths/~1products/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Product using identifier","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a product identified by identifier in the url param"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/products","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/products","href":"products/delete_products","openApiOperationId":"delete_products","summary":"Delete a Product using identifier","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Product successfully deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1products/delete/responses/400/content/application~1json/examples/error","paths/~1products/delete/responses/400/content/application~1json/examples/bad_request","paths/~1products/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1products/delete/responses/400/content/application~1json/examples/error","paths/~1products/delete/responses/400/content/application~1json/examples/bad_request","paths/~1products/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1products/delete/responses/401/content/application~1json/examples/bad_token","paths/~1products/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1products/delete/responses/401/content/application~1json/examples/bad_token","paths/~1products/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/403/content/application~1json/examples/forbidden","paths/~1products/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/403/content/application~1json/examples/forbidden","paths/~1products/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1products/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1products/delete/responses/400/content/application~1json/examples/error","paths/~1products/delete/responses/400/content/application~1json/examples/bad_request","paths/~1products/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1products/delete/responses/400/content/application~1json/examples/error","paths/~1products/delete/responses/400/content/application~1json/examples/bad_request","paths/~1products/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1products/delete/responses/401/content/application~1json/examples/bad_token","paths/~1products/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1products/delete/responses/401/content/application~1json/examples/bad_token","paths/~1products/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/403/content/application~1json/examples/forbidden","paths/~1products/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/403/content/application~1json/examples/forbidden","paths/~1products/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/products/delete_products"}],"panels":[]}]},"httpPath":"/products"},{"label":"Update a Product using identifier","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/products/patch_products","routeSlug":"/apis/swagger/products/patch_products","metadata":{"seo":{"title":"Update a Product using identifier","description":"Make changes to a product, always use ?identifier= in url param to identify the product uniquelyAny blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_products","name":"Update a Product using identifier","isWebhook":false,"pointer":"/paths/~1products/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Product using identifier","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Make changes to a product, always use ?identifier= in url param to identify the product uniquely"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Any blank parameter deletes an old value, any unspecified parameter does nothing"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Product"}},"schemaId":"components/schemas/Product","pointer":"/paths/~1products/patch/requestBody","description":"A Product object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/products","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/Product"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/products","href":"products/patch_products","openApiOperationId":"patch_products","summary":"Update a Product using identifier","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/Product","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Product"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Product successfully updated","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductWrapper"}},"schemaId":"components/schemas/ProductWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1products/patch/responses/400/content/application~1json/examples/error","paths/~1products/patch/responses/400/content/application~1json/examples/bad_request","paths/~1products/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1products/patch/responses/400/content/application~1json/examples/error","paths/~1products/patch/responses/400/content/application~1json/examples/bad_request","paths/~1products/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1products/patch/responses/401/content/application~1json/examples/bad_token","paths/~1products/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1products/patch/responses/401/content/application~1json/examples/bad_token","paths/~1products/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/403/content/application~1json/examples/forbidden","paths/~1products/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/403/content/application~1json/examples/forbidden","paths/~1products/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1products/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ProductWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1products/patch/responses/400/content/application~1json/examples/error","paths/~1products/patch/responses/400/content/application~1json/examples/bad_request","paths/~1products/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1products/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1products/patch/responses/400/content/application~1json/examples/error","paths/~1products/patch/responses/400/content/application~1json/examples/bad_request","paths/~1products/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1products/patch/responses/401/content/application~1json/examples/bad_token","paths/~1products/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1products/patch/responses/401/content/application~1json/examples/bad_token","paths/~1products/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1products/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/403/content/application~1json/examples/forbidden","paths/~1products/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/403/content/application~1json/examples/forbidden","paths/~1products/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/products/patch_products"}],"panels":[]}]},"httpPath":"/products"},{"label":"Get a Product","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/products/get_products_id","routeSlug":"/apis/swagger/products/get_products_id","metadata":{"seo":{"title":"Get a Product","description":"Get a product identified by its uberall unique id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_products_id","name":"Get a Product","isWebhook":false,"pointer":"/paths/~1products~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Product","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a product identified by its uberall unique id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID for the product you want to get","required":true}],"pointer":"/paths/~1products~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/products/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/products/{id}","href":"products/get_products_id","openApiOperationId":"get_products_id","summary":"Get a Product","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Product successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductWrapper"}},"schemaId":"components/schemas/ProductWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1products~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1products~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1products~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ProductWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1products~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1products~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1products~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/products/get_products_id"}],"panels":[]}]},"httpPath":"/products/{id}"},{"label":"Delete a Product","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/products/delete_products_id","routeSlug":"/apis/swagger/products/delete_products_id","metadata":{"seo":{"title":"Delete a Product","description":"Delete a product identified by its uberall unique id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_products_id","name":"Delete a Product","isWebhook":false,"pointer":"/paths/~1products~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Product","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a product identified by its uberall unique id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID for the product you want to delete","required":true}],"pointer":"/paths/~1products~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/products/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/products/{id}","href":"products/delete_products_id","openApiOperationId":"delete_products_id","summary":"Delete a Product","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Product successfully deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1products~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1products~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1products~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1products~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1products~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/products/delete_products_id"}],"panels":[]}]},"httpPath":"/products/{id}"},{"label":"Update a Product","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/products/patch_products_id","routeSlug":"/apis/swagger/products/patch_products_id","metadata":{"seo":{"title":"Update a Product","description":"Make changes to a product. Any blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_products_id","name":"Update a Product","isWebhook":false,"pointer":"/paths/~1products~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Product","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Make changes to a product. Any blank parameter deletes an old value, any unspecified parameter does nothing"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID for the product you want to update","required":true}],"pointer":"/paths/~1products~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Product"}},"schemaId":"components/schemas/Product","pointer":"/paths/~1products~1{id}/patch/requestBody","description":"A Product object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/products/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/Product"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/products/{id}","href":"products/patch_products_id","openApiOperationId":"patch_products_id","summary":"Update a Product","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/Product","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/Product"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Product successfully updated","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductWrapper"}},"schemaId":"components/schemas/ProductWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1products~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1products~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1products~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ProductWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1products~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1products~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1products~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/products/patch_products_id"}],"panels":[]}]},"httpPath":"/products/{id}"}],"content":{"contentType":"group","meta":{"name":"Products"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Products","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Locations - Product"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/products","summary":"Get All Products","prefix":{"name":"get","color":"get"},"badges":[],"link":"/products/get_products","deprecated":false},{"title":"/products","summary":"Create a Product","prefix":{"name":"post","color":"post"},"badges":[],"link":"/products/post_products","deprecated":false},{"title":"/products","summary":"Delete a Product using identifier","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/products/delete_products","deprecated":false},{"title":"/products","summary":"Update a Product using identifier","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/products/patch_products","deprecated":false},{"title":"/products/{id}","summary":"Get a Product","prefix":{"name":"get","color":"get"},"badges":[],"link":"/products/get_products_id","deprecated":false},{"title":"/products/{id}","summary":"Delete a Product","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/products/delete_products_id","deprecated":false},{"title":"/products/{id}","summary":"Update a Product","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/products/patch_products_id","deprecated":false}]}]}]}]}},{"type":"group","label":"Service Items","link":"/apis/swagger/service-items","routeSlug":"/apis/swagger/service-items","items":[{"label":"Get All Service Items","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/service-items/get_service_items","routeSlug":"/apis/swagger/service-items/get_service_items","metadata":{"seo":{"title":"Get All Service Items","description":"Get all service items the current API user can manage.To specify services with identifier please provide ?identifier= in the URL paramBy default, 50 are returned, you can use up to max=10000 in the URL param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_service_items","name":"Get All Service Items","isWebhook":false,"pointer":"/paths/~1service-items/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Service Items","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Get all service items the current API user can manage."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To specify services with identifier please provide ?identifier= in the URL param"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"By default, 50 are returned, you can use up to max=10000 in the URL param"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/service-items","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/service-items","href":"service-items/get_service_items","openApiOperationId":"get_service_items","summary":"Get All Service Items","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Service Items successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ServiceItemSearchWrapper"}},"schemaId":"components/schemas/ServiceItemSearchWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items/get/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items/get/responses/400/content/application~1json/examples/error","paths/~1service-items/get/responses/400/content/application~1json/examples/bad_request","paths/~1service-items/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items/get/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items/get/responses/400/content/application~1json/examples/error","paths/~1service-items/get/responses/400/content/application~1json/examples/bad_request","paths/~1service-items/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items/get/responses/401/content/application~1json/examples/bad_token","paths/~1service-items/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items/get/responses/401/content/application~1json/examples/bad_token","paths/~1service-items/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/403/content/application~1json/examples/forbidden","paths/~1service-items/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/403/content/application~1json/examples/forbidden","paths/~1service-items/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1service-items/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ServiceItemSearchWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ServiceItemSearchWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items/get/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items/get/responses/400/content/application~1json/examples/error","paths/~1service-items/get/responses/400/content/application~1json/examples/bad_request","paths/~1service-items/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items/get/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items/get/responses/400/content/application~1json/examples/error","paths/~1service-items/get/responses/400/content/application~1json/examples/bad_request","paths/~1service-items/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items/get/responses/401/content/application~1json/examples/bad_token","paths/~1service-items/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items/get/responses/401/content/application~1json/examples/bad_token","paths/~1service-items/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/403/content/application~1json/examples/forbidden","paths/~1service-items/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/403/content/application~1json/examples/forbidden","paths/~1service-items/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/service-items/get_service_items"}],"panels":[]}]},"httpPath":"/service-items"},{"label":"Create a Service Item","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/service-items/post_service_items","routeSlug":"/apis/swagger/service-items/post_service_items","metadata":{"seo":{"title":"Create a Service Item","description":"Create a menu item. It can be added to a content collection later"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"post_service_items","name":"Create a Service Item","isWebhook":false,"pointer":"/paths/~1service-items/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Service Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a menu item. It can be added to a content collection later"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ServiceItem"}},"schemaId":"components/schemas/ServiceItem","pointer":"/paths/~1service-items/post/requestBody","description":"A ServiceItem object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/service-items","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ServiceItem"}},"responseCodes":["201","400","401","403","404","409"],"pointer":"/service-items","href":"service-items/post_service_items","openApiOperationId":"post_service_items","summary":"Create a Service Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/ServiceItem","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ServiceItem"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"Service Item successfully created","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ProductWrapper"}},"schemaId":"components/schemas/ProductWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items/post/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items/post/responses/400/content/application~1json/examples/error","paths/~1service-items/post/responses/400/content/application~1json/examples/bad_request","paths/~1service-items/post/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items/post/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items/post/responses/400/content/application~1json/examples/error","paths/~1service-items/post/responses/400/content/application~1json/examples/bad_request","paths/~1service-items/post/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items/post/responses/401/content/application~1json/examples/bad_token","paths/~1service-items/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items/post/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items/post/responses/401/content/application~1json/examples/bad_token","paths/~1service-items/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items/post/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/403/content/application~1json/examples/forbidden","paths/~1service-items/post/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/403/content/application~1json/examples/forbidden","paths/~1service-items/post/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1service-items/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/ProductWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ProductWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items/post/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items/post/responses/400/content/application~1json/examples/error","paths/~1service-items/post/responses/400/content/application~1json/examples/bad_request","paths/~1service-items/post/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items/post/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items/post/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items/post/responses/400/content/application~1json/examples/error","paths/~1service-items/post/responses/400/content/application~1json/examples/bad_request","paths/~1service-items/post/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items/post/responses/401/content/application~1json/examples/bad_token","paths/~1service-items/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items/post/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items/post/responses/401/content/application~1json/examples/bad_token","paths/~1service-items/post/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items/post/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/403/content/application~1json/examples/forbidden","paths/~1service-items/post/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/403/content/application~1json/examples/forbidden","paths/~1service-items/post/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items/post/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/service-items/post_service_items"}],"panels":[]}]},"httpPath":"/service-items"},{"label":"Get a Service Item","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/service-items/get_service_items_id","routeSlug":"/apis/swagger/service-items/get_service_items_id","metadata":{"seo":{"title":"Get a Service Item","description":"Get a single service item"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_service_items_id","name":"Get a Service Item","isWebhook":false,"pointer":"/paths/~1service-items~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get a Service Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a single service item"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID for the service item","required":true}],"pointer":"/paths/~1service-items~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/service-items/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/service-items/{id}","href":"service-items/get_service_items_id","openApiOperationId":"get_service_items_id","summary":"Get a Service Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Service Item successfully retrieved","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductWrapper"}},"schemaId":"components/schemas/ProductWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1service-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1service-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1service-items~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ProductWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/error","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/bad_request","paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_token","paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1service-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/403/content/application~1json/examples/forbidden","paths/~1service-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/service-items/get_service_items_id"}],"panels":[]}]},"httpPath":"/service-items/{id}"},{"label":"Delete a Service Item","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/service-items/delete_service_items_id","routeSlug":"/apis/swagger/service-items/delete_service_items_id","metadata":{"seo":{"title":"Delete a Service Item","description":"Delete a service item identified by identifier in the url param"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"delete_service_items_id","name":"Delete a Service Item","isWebhook":false,"pointer":"/paths/~1service-items~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete a Service Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a service item identified by identifier in the url param"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID for the service item","required":true}],"pointer":"/paths/~1service-items~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/service-items/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/service-items/{id}","href":"service-items/delete_service_items_id","openApiOperationId":"delete_service_items_id","summary":"Delete a Service Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Service Item successfully deleted","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}},"schemaId":"components/schemas/ApiSuccessResponse"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1service-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1service-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1service-items~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiSuccessResponse","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ApiSuccessResponse"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/error","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request","paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token","paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1service-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden","paths/~1service-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/service-items/delete_service_items_id"}],"panels":[]}]},"httpPath":"/service-items/{id}"},{"label":"Update a Service Item","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/service-items/patch_service_items_id","routeSlug":"/apis/swagger/service-items/patch_service_items_id","metadata":{"seo":{"title":"Update a Service Item","description":"Make changes to a service item. Always use ?identifier= in url param to identify the service item uniquely.Any blank parameter deletes an old value, any unspecified parameter does nothing"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patch_service_items_id","name":"Update a Service Item","isWebhook":false,"pointer":"/paths/~1service-items~1{id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update a Service Item","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Make changes to a service item."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" Always use ?identifier= in url param to identify the service item uniquely."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Any blank parameter deletes an old value, any unspecified parameter does nothing"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique ID for the service item you want to update","required":true}],"pointer":"/paths/~1service-items~1{id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ServiceItem"}},"schemaId":"components/schemas/ServiceItem","pointer":"/paths/~1service-items~1{id}/patch/requestBody","description":"A ServiceItem object"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/service-items/{id}","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ServiceItem"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/service-items/{id}","href":"service-items/patch_service_items_id","openApiOperationId":"patch_service_items_id","summary":"Update a Service Item","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"components/schemas/ServiceItem","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ServiceItem"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Service Item successfully updated","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductWrapper"}},"schemaId":"components/schemas/ProductWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1service-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1service-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1service-items~1{id}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ProductWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/ProductWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/error","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request","paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized","paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token","paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key","paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1service-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden","paths/~1service-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1service-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/service-items/patch_service_items_id"}],"panels":[]}]},"httpPath":"/service-items/{id}"}],"content":{"contentType":"group","meta":{"name":"Service Items"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Service Items","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Locations - Service Items"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/service-items","summary":"Get All Service Items","prefix":{"name":"get","color":"get"},"badges":[],"link":"/service-items/get_service_items","deprecated":false},{"title":"/service-items","summary":"Create a Service Item","prefix":{"name":"post","color":"post"},"badges":[],"link":"/service-items/post_service_items","deprecated":false},{"title":"/service-items/{id}","summary":"Get a Service Item","prefix":{"name":"get","color":"get"},"badges":[],"link":"/service-items/get_service_items_id","deprecated":false},{"title":"/service-items/{id}","summary":"Delete a Service Item","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/service-items/delete_service_items_id","deprecated":false},{"title":"/service-items/{id}","summary":"Update a Service Item","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/service-items/patch_service_items_id","deprecated":false}]}]}]}]}},{"type":"group","label":"Suggestions","link":"/apis/swagger/suggestions","routeSlug":"/apis/swagger/suggestions","items":[{"label":"Update all suggestions status","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/suggestions/put_locations_suggestions_update_all_status","routeSlug":"/apis/swagger/suggestions/put_locations_suggestions_update_all_status","metadata":{"seo":{"title":"Update all suggestions status","description":"Update the status of all PENDING suggestions that belong to the locations identified by the filter parameters. For non-admin users any non-managed locations will be ignored. Note that rejecting a suggestion does not delete it, and accepting the suggestion won't automatically apply it to the location. The status can only be set to ACCEPTED or DECLINED"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"put_locations_suggestions_update_all_status","name":"Update all suggestions status","isWebhook":false,"pointer":"/paths/~1locations~1suggestions~1update-all-status/put","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update all suggestions status","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Update the status of all PENDING suggestions that belong to the locations identified by the filter parameters.\n                For non-admin users any non-managed locations will be ignored.\n                Note that rejecting a suggestion does not delete it, and accepting the suggestion won't automatically apply it to the location.\n                The status can only be set to ACCEPTED or DECLINED"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/locations/suggestions/update-all-status","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404","409"],"pointer":"/locations/suggestions/update-all-status","href":"suggestions/put_locations_suggestions_update_all_status","openApiOperationId":"put_locations_suggestions_update_all_status","summary":"Update all suggestions status","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully updated suggestions","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/UpdateAllSuggestionsStatusResponseWrapper"}},"schemaId":"components/schemas/UpdateAllSuggestionsStatusResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/error","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/error","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1suggestions~1update-all-status/put/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1suggestions~1update-all-status/put/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1locations~1suggestions~1update-all-status/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/UpdateAllSuggestionsStatusResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/UpdateAllSuggestionsStatusResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/error","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/error","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1suggestions~1update-all-status/put/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1suggestions~1update-all-status/put/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions~1update-all-status/put/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/suggestions/put_locations_suggestions_update_all_status"}],"panels":[]}]},"httpPath":"/locations/suggestions/update-all-status"},{"label":"Get suggestions","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/suggestions/get_locations_id_suggestions","routeSlug":"/apis/swagger/suggestions/get_locations_id_suggestions","metadata":{"seo":{"title":"Get suggestions","description":"Get location suggestions given a search data"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_id_suggestions","name":"Get suggestions","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1suggestions/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get suggestions","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get location suggestions given a search data"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the location","required":true}],"pointer":"/paths/~1locations~1{id}~1suggestions/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"language","in":"query","schemaId":"schema_67","description":"Filter suggestion attributes by language"},{"name":"directoryTypes","in":"query","schemaId":"schema_67","description":"Filter suggestions by directories"}],"pointer":"/paths/~1locations~1{id}~1suggestions/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/{id}/suggestions","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[{"name":"language","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"directoryTypes","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/{id}/suggestions","href":"suggestions/get_locations_id_suggestions","openApiOperationId":"get_locations_id_suggestions","summary":"Get suggestions","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved suggestions","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuggestionResponseWrapper"}},"schemaId":"components/schemas/SuggestionResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1suggestions/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1suggestions/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1{id}~1suggestions/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuggestionResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuggestionResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1suggestions/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1suggestions/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/suggestions/get_locations_id_suggestions"}],"panels":[]}]},"httpPath":"/locations/{id}/suggestions"},{"label":"Update suggestions","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/suggestions/put_locations_id_suggestions","routeSlug":"/apis/swagger/suggestions/put_locations_id_suggestions","metadata":{"seo":{"title":"Update suggestions","description":"Update the given suggestion object, used to track the status of incoming suggestions. Note that rejecting a suggestion does not delete it, and accepting the suggestion won't automatically apply it to the location."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"put_locations_id_suggestions","name":"Update suggestions","isWebhook":false,"pointer":"/paths/~1locations~1{id}~1suggestions/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update suggestions","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Update the given suggestion object, used to track the status of incoming suggestions. Note that rejecting a suggestion does not delete it, and accepting the suggestion won't automatically apply it to the location."},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"schema_67","description":"The uberall unique id for the location","required":true}],"pointer":"/paths/~1locations~1{id}~1suggestions/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_132"}},"schemaId":"schema_132","pointer":"/paths/~1locations~1{id}~1suggestions/put/requestBody","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of Maps with both an id and a status key: [[id: 123, status: ACCEPTED], ...]"},"children":[]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/locations/{id}/suggestions","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"schema_67","style":"simple","explode":false}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"requestBody":{"*/*":{"schemaId":"schema_132"}},"responseCodes":["200","400","401","403","404","409"],"pointer":"/locations/{id}/suggestions","href":"suggestions/put_locations_id_suggestions","openApiOperationId":"put_locations_id_suggestions","summary":"Update suggestions","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"schemaId":"schema_132","mediaTypes":["*/*"],"mediaTypeSchemas":{"*/*":{"schemaId":"schema_132"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully updated suggestions","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuggestionListWrapper"}},"schemaId":"components/schemas/SuggestionListWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1suggestions/put/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1suggestions/put/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/404/content/application~1json/examples/not_found"]},{"code":"409","description":"Conflict - The request conflicts with current state of the server","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/409/content/application~1json/examples/conflict"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/409/content/application~1json/examples/conflict"]}],"pointer":"/paths/~1locations~1{id}~1suggestions/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuggestionListWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/SuggestionListWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/error","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1suggestions/put/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1{id}~1suggestions/put/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/404/content/application~1json/examples/not_found"]}}},{"code":"409","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/409/content/application~1json/examples/conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1{id}~1suggestions/put/responses/409/content/application~1json/examples/conflict"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/suggestions/put_locations_id_suggestions"}],"panels":[]}]},"httpPath":"/locations/{id}/suggestions"},{"label":"Get Location Suggestions","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/suggestions/get_locations_suggestions","routeSlug":"/apis/swagger/suggestions/get_locations_suggestions","metadata":{"seo":{"title":"Get Location Suggestions","description":"Get a list of suggestions for all locations managed by the logged user"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_locations_suggestions","name":"Get Location Suggestions","isWebhook":false,"pointer":"/paths/~1locations~1suggestions/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Location Suggestions","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get a list of suggestions for all locations managed by the logged user"},{"nodeType":"security","requirements":[{"schemes":[{"name":"X-API-KEY","scopes":[],"type":"apiKey","in":"header","paramName":"X-API-KEY","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints."}]},{"schemes":[{"name":"Authorization","scopes":[],"type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"query","in":"query","schemaId":"schema_67","description":"Filter by name, zip, street, city, label","example":"Berlin"},{"name":"sort","in":"query","schemaId":"schema_67","description":"The location property to sort by (ascending unless order is specified)"},{"name":"order","in":"query","schemaId":"schema_67","description":"use asc for ascending sort or desc for descending sort"},{"name":"max","in":"query","schemaId":"schema_69","description":"Used for pagination. Maximum number of results per page."},{"name":"identifier","in":"query","schemaId":"schema_67","description":"The location identifier, based on your internal identification system, you want the suggestions for."},{"name":"offset","in":"query","schemaId":"schema_69","description":"Offset used for pagination. Default: 0"},{"name":"businessId","in":"query","schemaId":"schema_121","description":"The ids of the businesses you want suggestions for"},{"name":"locationIds","in":"query","schemaId":"schema_121","description":"The ids of the locations you want suggestions for."}],"pointer":"/paths/~1locations~1suggestions/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/locations/suggestions","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"query","in":"query","required":false,"example":"Berlin","schemaId":"schema_67","style":"form","explode":true},{"name":"sort","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"order","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"max","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"identifier","in":"query","required":false,"schemaId":"schema_67","style":"form","explode":true},{"name":"offset","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"businessId","in":"query","required":false,"schemaId":"schema_121","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_121","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"X-API-KEY","type":"apiKey","name":"X-API-KEY","in":"header"}],"scopes":[]},{"schemes":[{"id":"Authorization","type":"http","scheme":"bearer"}],"scopes":[]}],"responseCodes":["200","400","401","403","404"],"pointer":"/locations/suggestions","href":"suggestions/get_locations_suggestions","openApiOperationId":"get_locations_suggestions","summary":"Get Location Suggestions","securityGroups":[{"X-API-KEY":[]},{"Authorization":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved suggestions","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SuggestionSearchResponseWrapper"}},"schemaId":"components/schemas/SuggestionSearchResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/error","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/error","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/user_error"]},{"code":"401","description":"Unauthorized - Authentication credentials are missing or invalid","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_public_key"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_public_key"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1suggestions/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1suggestions/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1locations~1suggestions/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SuggestionSearchResponseWrapper","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SuggestionSearchResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/error","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/wrong_type","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/error","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/bad_request","paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"401","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_public_key"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/unauthorized","paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_token","paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_private_key","paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_public_key"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1suggestions/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/403/content/application~1json/examples/forbidden","paths/~1locations~1suggestions/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1locations~1suggestions/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/suggestions/get_locations_suggestions"}],"panels":[]}]},"httpPath":"/locations/suggestions"}],"content":{"contentType":"group","meta":{"name":"Suggestions"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Suggestions","showPageActions":true},{"nodeType":"markdoc","content":"Locations Hub - Locations - Suggestions"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/locations/suggestions/update-all-status","summary":"Update all suggestions status","prefix":{"name":"put","color":"put"},"badges":[],"link":"/suggestions/put_locations_suggestions_update_all_status","deprecated":false},{"title":"/locations/{id}/suggestions","summary":"Get suggestions","prefix":{"name":"get","color":"get"},"badges":[],"link":"/suggestions/get_locations_id_suggestions","deprecated":false},{"title":"/locations/{id}/suggestions","summary":"Update suggestions","prefix":{"name":"put","color":"put"},"badges":[],"link":"/suggestions/put_locations_id_suggestions","deprecated":false},{"title":"/locations/suggestions","summary":"Get Location Suggestions","prefix":{"name":"get","color":"get"},"badges":[],"link":"/suggestions/get_locations_suggestions","deprecated":false}]}]}]}]}},{"type":"separator","label":"Rules Engine","content":null},{"type":"group","label":"Rules Engine","link":"/apis/swagger/rules-engine","routeSlug":"/apis/swagger/rules-engine","items":[{"label":"Get all photo constraints","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/rules-engine/get_rules_engine_all_photo_constraints","routeSlug":"/apis/swagger/rules-engine/get_rules_engine_all_photo_constraints","metadata":{"seo":{"title":"Get all photo constraints","description":"Get all photo constraints"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_rules_engine_all_photo_constraints","name":"Get all photo constraints","isWebhook":false,"pointer":"/paths/~1rules-engine~1all-photo-constraints/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all photo constraints","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get all photo constraints"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/rules-engine/all-photo-constraints","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/rules-engine/all-photo-constraints","href":"rules-engine/get_rules_engine_all_photo_constraints","openApiOperationId":"get_rules_engine_all_photo_constraints","summary":"Get all photo constraints"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved all photo constraints","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/PhotoConstraintsResponseWrapper"}},"schemaId":"components/schemas/PhotoConstraintsResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/error","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/bad_request","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/error","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/bad_request","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/user_error"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1all-photo-constraints/get/responses/403/content/application~1json/examples/forbidden","paths/~1rules-engine~1all-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1all-photo-constraints/get/responses/403/content/application~1json/examples/forbidden","paths/~1rules-engine~1all-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1all-photo-constraints/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1all-photo-constraints/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1rules-engine~1all-photo-constraints/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/PhotoConstraintsResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/PhotoConstraintsResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/error","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/bad_request","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/error","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/bad_request","paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1all-photo-constraints/get/responses/403/content/application~1json/examples/forbidden","paths/~1rules-engine~1all-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1all-photo-constraints/get/responses/403/content/application~1json/examples/forbidden","paths/~1rules-engine~1all-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1all-photo-constraints/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1all-photo-constraints/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/rules-engine/get_rules_engine_all_photo_constraints"}],"panels":[]}]},"httpPath":"/rules-engine/all-photo-constraints"},{"label":"Get directory brand photo constraints","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/rules-engine/get_rules_engine_directory_brand_photo_constraints","routeSlug":"/apis/swagger/rules-engine/get_rules_engine_directory_brand_photo_constraints","metadata":{"seo":{"title":"Get directory brand photo constraints","description":"Get directory brand photo constraints"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_rules_engine_directory_brand_photo_constraints","name":"Get directory brand photo constraints","isWebhook":false,"pointer":"/paths/~1rules-engine~1directory-brand-photo-constraints/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get directory brand photo constraints","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get directory brand photo constraints"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/rules-engine/directory-brand-photo-constraints","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/rules-engine/directory-brand-photo-constraints","href":"rules-engine/get_rules_engine_directory_brand_photo_constraints","openApiOperationId":"get_rules_engine_directory_brand_photo_constraints","summary":"Get directory brand photo constraints"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved directory brand photo constraints","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/PhotoConstraintsResponseWrapper"}},"schemaId":"components/schemas/PhotoConstraintsResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/error","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/bad_request","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/error","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/bad_request","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/user_error"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/403/content/application~1json/examples/forbidden","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/403/content/application~1json/examples/forbidden","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1rules-engine~1directory-brand-photo-constraints/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/PhotoConstraintsResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/PhotoConstraintsResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/error","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/bad_request","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/error","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/bad_request","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/403/content/application~1json/examples/forbidden","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/403/content/application~1json/examples/forbidden","paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/rules-engine/get_rules_engine_directory_brand_photo_constraints"}],"panels":[]}]},"httpPath":"/rules-engine/directory-brand-photo-constraints"},{"label":"Get available photo types","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/apis/swagger/rules-engine/get_rules_engine_location_photo_constraints","routeSlug":"/apis/swagger/rules-engine/get_rules_engine_location_photo_constraints","metadata":{"seo":{"title":"Get available photo types","description":"Retrieves the available photo types based on the provided filter parameters."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"get_rules_engine_location_photo_constraints","name":"Get available photo types","isWebhook":false,"pointer":"/paths/~1rules-engine~1location-photo-constraints/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get available photo types","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves the available photo types based on the provided filter parameters."},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"operation","in":"query","schemaId":"schema_133","description":"Set operation for combining criteria.","required":true},{"name":"locationIds","in":"query","schemaId":"schema_121","description":"List of location IDs. Mutually exclusive with productPlanId."},{"name":"businessId","in":"query","schemaId":"schema_69","description":"Business ID. Mutually exclusive with productPlanId."},{"name":"productPlanId","in":"query","schemaId":"schema_69","description":"Product Plan ID. Mutually exclusive with locationIds and businessId. When provided, photo type resolution is based solely on the given product plan."},{"name":"categoryId","in":"query","schemaId":"schema_69","description":"Category ID."},{"name":"addressDisplay","in":"query","schemaId":"schema_72","description":"Address display flag."}],"pointer":"/paths/~1rules-engine~1location-photo-constraints/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/rules-engine/location-photo-constraints","servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"parameters":{"path":[],"query":[{"name":"operation","in":"query","required":true,"schemaId":"schema_133","style":"form","explode":true},{"name":"locationIds","in":"query","required":false,"schemaId":"schema_121","style":"form","explode":true},{"name":"businessId","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"productPlanId","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"categoryId","in":"query","required":false,"schemaId":"schema_69","style":"form","explode":true},{"name":"addressDisplay","in":"query","required":false,"schemaId":"schema_72","style":"form","explode":true}],"querystring":[],"header":[],"cookie":[]},"security":[],"responseCodes":["200","400","403","404"],"pointer":"/rules-engine/location-photo-constraints","href":"rules-engine/get_rules_engine_location_photo_constraints","openApiOperationId":"get_rules_engine_location_photo_constraints","summary":"Get available photo types"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","description":"Mock Server","isMockServer":true}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successfully retrieved available photo types","mediaType":"*/*","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/AvailablePhotoTypesResponseWrapper"}},"schemaId":"components/schemas/AvailablePhotoTypesResponseWrapper"},{"code":"400","description":"Bad Request - The request was invalid or cannot be otherwise served","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/error","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/bad_request","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/user_error"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/error","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/bad_request","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/user_error"]},{"code":"403","description":"Forbidden - The request is understood, but has been refused or access is not allowed","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1location-photo-constraints/get/responses/403/content/application~1json/examples/forbidden","paths/~1rules-engine~1location-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1location-photo-constraints/get/responses/403/content/application~1json/examples/forbidden","paths/~1rules-engine~1location-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"]},{"code":"404","description":"Not Found - The requested resource could not be found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1location-photo-constraints/get/responses/404/content/application~1json/examples/not_found"]}},"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1location-photo-constraints/get/responses/404/content/application~1json/examples/not_found"]}],"pointer":"/paths/~1rules-engine~1location-photo-constraints/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/AvailablePhotoTypesResponseWrapper","mediaTypes":["*/*"],"mediaTypeContent":{"*/*":{"schemaId":"components/schemas/AvailablePhotoTypesResponseWrapper"}}},{"code":"400","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/error","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/bad_request","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/user_error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/error","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/bad_request","paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/user_error"]}}},{"code":"403","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1location-photo-constraints/get/responses/403/content/application~1json/examples/forbidden","paths/~1rules-engine~1location-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1location-photo-constraints/get/responses/403/content/application~1json/examples/forbidden","paths/~1rules-engine~1location-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"]}}},{"code":"404","schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1location-photo-constraints/get/responses/404/content/application~1json/examples/not_found"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiErrorResponse","exampleIds":["paths/~1rules-engine~1location-photo-constraints/get/responses/404/content/application~1json/examples/not_found"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/rules-engine/get_rules_engine_location_photo_constraints"}],"panels":[]}]},"httpPath":"/rules-engine/location-photo-constraints"}],"content":{"contentType":"group","meta":{"name":"Rules Engine"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Rules Engine","showPageActions":true},{"nodeType":"markdoc","content":"Rules Engine"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/rules-engine/all-photo-constraints","summary":"Get all photo constraints","prefix":{"name":"get","color":"get"},"badges":[],"link":"/rules-engine/get_rules_engine_all_photo_constraints","deprecated":false},{"title":"/rules-engine/directory-brand-photo-constraints","summary":"Get directory brand photo constraints","prefix":{"name":"get","color":"get"},"badges":[],"link":"/rules-engine/get_rules_engine_directory_brand_photo_constraints","deprecated":false},{"title":"/rules-engine/location-photo-constraints","summary":"Get available photo types","prefix":{"name":"get","color":"get"},"badges":[],"link":"/rules-engine/get_rules_engine_location_photo_constraints","deprecated":false}]}]}]}]}}],"store":{"schemaStore":{"components/schemas/AcceptedExtraFieldsResponseObject":{"id":"components/schemas/AcceptedExtraFieldsResponseObject","kind":"json-schema","title":"AcceptedExtraFieldsResponseObject","data":{"type":"object","properties":{"allergens":{"type":"array","description":"List of accepted allergens","items":{"type":"string","description":"List of accepted allergens"}},"dietaryRestrictions":{"type":"array","description":"List of accepted dietary restrictions","items":{"type":"string","description":"List of accepted dietary restrictions"}}},"description":"The actual response object of the response"}},"components/schemas/AcceptedExtraFieldsResponseWrapper":{"id":"components/schemas/AcceptedExtraFieldsResponseWrapper","kind":"json-schema","title":"AcceptedExtraFieldsResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"allergens":{"type":"array","description":"List of accepted allergens","items":{"type":"string","description":"List of accepted allergens"}},"dietaryRestrictions":{"type":"array","description":"List of accepted dietary restrictions","items":{"type":"string","description":"List of accepted dietary restrictions"}}},"description":"The actual response object of the response"}}}},"components/schemas/AddLocationsRequest":{"id":"components/schemas/AddLocationsRequest","kind":"json-schema","title":"AddLocationsRequest","data":{"type":"object","properties":{"locations":{"type":"array","description":"List of location IDs (Long) to add to the LocationGroup.","example":[10,20,30],"items":{"type":"integer","format":"int64"}}}}},"components/schemas/ApiErrorResponse":{"id":"components/schemas/ApiErrorResponse","kind":"json-schema","title":"ApiErrorResponse","data":{"required":["status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"errorCode":{"type":"string","enum":["NORMALIZATION_FAILED","DATA_CORRUPTED","INVALID_INPUT","NOT_SYNCABLE","PAYMENT_FAILED","FREE_TIER_REACHED","LIMIT_REACHED","INACTIVE","UNKNOWN","IDENTIFIER_NOT_UNIQUE","ACCOUNT_WAITING_FOR_AUTO_PAGE_SELECT","NO_ACCOUNT_CONNECTED","NO_PAGE_SELECTED","PAGE_NOT_CREATED","PAGE_IN_REVIEW","PAGE_CLAIMED_BY_OTHERS","OVERLAPPING_SOCIALPOST","TOO_MANY_REPLIES","REPLY_TOO_LONG","DEPRECATED"]},"response":{"type":"object","description":"(optional) The actual response object of the response"}},"description":"Uberall API Error Response"}},"components/schemas/ApiSuccessResponse":{"id":"components/schemas/ApiSuccessResponse","kind":"json-schema","title":"ApiSuccessResponse","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","description":"The actual response object of the response"}},"description":"Uberall API Success Response"}},"components/schemas/AssetInfo":{"id":"components/schemas/AssetInfo","kind":"json-schema","title":"AssetInfo","data":{"type":"object","properties":{"name":{"type":"string","description":"Name of the DAM Asset"},"description":{"type":"string","description":"Description of the DAM Asset"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of the DAM Asset that should be SOCIAL_POST_TEMPLATE"},"children":[]}]}]}]},"status":{"type":"string","description":"Status of the DAM Asset that can be VISIBLE or HIDDEN"},"startDate":{"type":"string","description":"Start date of the DAM Asset"},"endDate":{"type":"string","description":"End date of the DAM Asset"},"allManagedResources":{"type":"boolean","description":"Set to true if the Asset should be visible to all managed locations of the user"},"locationIds":{"type":"array","description":"Location IDs of the DAM Asset","items":{"type":"integer","format":"int64"}},"businessIds":{"type":"array","description":"Business IDs of the DAM Asset","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"Excluded location IDs of the DAM Asset","items":{"type":"integer","format":"int64"}},"labels":{"type":"array","description":"Labels of the DAM Asset","items":{"type":"string"}},"locationGroupIds":{"type":"array","description":"Location Group IDs of the DAM Asset","items":{"type":"integer","format":"int64"}},"folderId":{"type":"integer","description":"Folder ID where the DAM asset should be created","format":"int64"}},"description":"DAM Asset Model"}},"components/schemas/AsyncBusinessDirectoryPageListResponse":{"id":"components/schemas/AsyncBusinessDirectoryPageListResponse","kind":"json-schema","title":"AsyncBusinessDirectoryPageListResponse","data":{"type":"object","properties":{"status":{"type":"string","description":"Available statuses","example":"SUCCESS","enum":["SUCCESS","PENDING","ERROR"]},"pages":{"type":"array","description":"The list of pages (empty if status is not SUCCESS)","items":{"type":"object","properties":{"id":{"type":"string","description":"The ID of the page"},"accountId":{"type":"integer","description":"The ID of the account that page belongs to","format":"int64"},"name":{"type":"string","description":"The external name of the page"},"link":{"type":"string","description":"The URL link to the page"},"usedInBusiness":{"type":"integer","description":"The number of businesses that belong to this page","format":"int32"},"managedByAccount":{"type":"boolean","description":"Indicates whether this page is managed by an account hence that has a business connection"},"type":{"type":"string","description":"The type of the page (e.g. BRAND or LOCATIONS)","enum":["BRAND_AND_LOCATIONS","BRAND","LOCATIONS"]},"metrics":{"type":"object","description":"Page performance metrics"},"connection":{"type":"object","description":"Status of the page connection"}},"description":"The response of an external entity of a business directory page"}}},"description":"The asynchronous response wrapper for fetching directory pages"}},"components/schemas/AttributeRecommendationsObject":{"id":"components/schemas/AttributeRecommendationsObject","kind":"json-schema","title":"AttributeRecommendationsObject","data":{"type":"object","properties":{"recommendedAttributeExternalIds":{"type":"array","items":{"type":"string"}}},"description":"The actual response object of the response"}},"components/schemas/AttributeRecommendationsWrapper":{"id":"components/schemas/AttributeRecommendationsWrapper","kind":"json-schema","title":"AttributeRecommendationsWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"recommendedAttributeExternalIds":{"type":"array","items":{"type":"string"}}},"description":"The actual response object of the response"}}}},"components/schemas/AttributeWrapper":{"id":"components/schemas/AttributeWrapper","kind":"json-schema","title":"AttributeWrapper","data":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}},"components/schemas/AttributesResponseObject":{"id":"components/schemas/AttributesResponseObject","kind":"json-schema","title":"AttributesResponseObject","data":{"type":"object","properties":{"attributes":{"type":"array","items":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}}},"description":"The actual response object of the response"}},"components/schemas/AttributesResponseWrapper":{"id":"components/schemas/AttributesResponseWrapper","kind":"json-schema","title":"AttributesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"attributes":{"type":"array","items":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}}},"description":"The actual response object of the response"}}}},"components/schemas/Attribution":{"id":"components/schemas/Attribution","kind":"json-schema","title":"Attribution","data":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution Model"}},"components/schemas/AvailableCollectionTypesObject":{"id":"components/schemas/AvailableCollectionTypesObject","kind":"json-schema","title":"AvailableCollectionTypesObject","data":{"type":"object","properties":{"availableCollectionTypes":{"type":"array","description":"Content collection types available to the current user's SalesPartner","items":{"type":"string","example":"FAQ"}}},"description":"The actual response object of the response"}},"components/schemas/AvailableCollectionTypesWrapper":{"id":"components/schemas/AvailableCollectionTypesWrapper","kind":"json-schema","title":"AvailableCollectionTypesWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"availableCollectionTypes":{"type":"array","description":"Content collection types available to the current user's SalesPartner","items":{"type":"string","example":"FAQ"}}},"description":"The actual response object of the response"}}}},"components/schemas/AvailablePhotoTypesResponseObject":{"id":"components/schemas/AvailablePhotoTypesResponseObject","kind":"json-schema","title":"AvailablePhotoTypesResponseObject","data":{"type":"object","properties":{"availablePhotoTypes":{"type":"array","items":{"type":"string"}}},"description":"The actual response object of the response"}},"components/schemas/AvailablePhotoTypesResponseWrapper":{"id":"components/schemas/AvailablePhotoTypesResponseWrapper","kind":"json-schema","title":"AvailablePhotoTypesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"availablePhotoTypes":{"type":"array","items":{"type":"string"}}},"description":"The actual response object of the response"}}}},"components/schemas/BasicListing":{"id":"components/schemas/BasicListing","kind":"json-schema","title":"BasicListing","data":{"type":"object","properties":{"name":{"type":"string","description":"The location's name used for this listing"},"nameStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"street":{"type":"string","description":"The location's street address"},"streetStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"streetNo":{"type":"string","description":"The location's street number"},"streetNoStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"streetTypeStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"streetAndNo":{"type":"string","description":"A localized combination of street and streetNo"},"streetAndNoStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"addressExtra":{"type":"string","description":"An address extra: e.g. building, floor...","example":"building, floor, ..."},"addressExtraStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"zip":{"type":"string","description":"Zip code"},"zipStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"city":{"type":"string","description":"City"},"cityStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"addressDisplay":{"type":"boolean","description":"If set to false the address will not be published on the directories, this is useful for businesses that don't have customers come to them ( e.g. a plumber )","example":true},"addressDisplayStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"example":"PRESENT","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"phone":{"type":"string","description":"The location's contact phone number"},"phoneStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"fax":{"type":"string","description":"The location fax number"},"faxStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"cellphone":{"type":"string","description":"A contact mobile phone number"},"cellphoneStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"website":{"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)"},"websiteStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"email":{"type":"string","description":"A contact email for the location"},"emailStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"descriptionLong":{"type":"string","description":"A long description (up to 1000 characters) for the location","example":"A long description (up to 1000 characters) for the location"},"descriptionLongStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"descriptionShort":{"type":"string","description":"A short description (up to 200 characters) for the location"},"descriptionShortStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"imprint":{"type":"string","description":"The location's imprint"},"imprintStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"openingHours":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"openingHoursStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"openingHoursNotes":{"type":"string","description":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters","example":"We never open on bank holidays"},"openingHoursNotesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"moreHours":{"type":"array","description":"The location's additional service hours, such as delivery, pickup, happy hours etc. Submitted to Google.","example":"<pre>[&#123;\n    \"type\": \"ONLINE_SERVICE_HOURS\",\n    \"hours\": [&#123;\n        \"dayOfWeek\": 1,\n        \"from1\": \"09:00\",\n        \"to1\": \"18:00\"\n    &#125;, &#123;\n        \"dayOfWeek\": 2,\n        \"from1\": \"09:00\",\n        \"to1\": \"13:00\"\n    &#125;]\n&#125;, &#123;\n    \"type\": \"ACCESS\",\n    \"hours\": [&#123;\n        \"dayOfWeek\": 1,\n        \"from1\": \"06:00\",\n        \"to1\": \"20:00\"\n    &#125;]\n&#125;]</pre>","items":{"type":"object"}},"moreHoursStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"specialOpeningHours":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"date\": \"2017-06-29\",\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"date\": \"2017-06-30\",\n    \"from1\": \"11:00\",\n    \"to1\": \"14:00\",\n    \"from2\": \"16:00\",\n    \"to2\": \"20:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"specialOpeningHoursStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"keywordsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"categoriesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"attributesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"photosStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"legalIdent":{"type":"string","description":"A legal identifier of the location. SIRET number in France"},"legalIdentStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"taxNumber":{"type":"string","description":"The tax number of the location. CIF/NIF in Spain"},"taxNumberStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"province":{"type":"string","description":"Province. Only send when not blank"},"provinceStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"country":{"type":"string","description":"Country. One of AT, CH, DE, ES, UK, FR, IT, NL","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"countryStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"socialPost":{"required":["directories","publicationDate","type"],"type":"object","properties":{"title":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The title of the Social Post. For type QUESTION_AND_ANSWER this is going to be the question."},"children":[]}]}]}]},"description":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The description of the Social Post. For type QUESTION_AND_ANSWER this is going to be the answer."},"children":[]}]}]}]},"url":{"type":"string","description":"A link for the Social Post. This is mandatory for a \"Special Offer\" and should point to a page concerning the offer."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of the Social Post. POST, OFFER, QUESTION_AND_ANSWER, EVENT or ALERT."},"children":[]}]}]}],"enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"alertType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A special type for Google ALERT posts. Possible values are COVID_19."},"children":[]}]}]}],"enum":["COVID_19"]},"id":{"type":"integer","description":"Id","format":"int64"},"campaignId":{"type":"integer","description":"The campaign ID this Social Post belongs to","format":"int64"},"campaign":{"type":"object","properties":{"id":{"type":"integer","description":"Campaign id","format":"int64"},"name":{"type":"string","description":"Campaign name"},"color":{"type":"string","description":"Campaign color in hex format"}},"description":"Social Post Campaign Model"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The current status of the Social Post (scheduled, active, inactive, deleted, not_published, published, impossible)"},"children":[]}]}]}],"enum":["SCHEDULED","APPROVAL_NEEDED","ACTIVE","INACTIVE","DELETED","IMPOSSIBLE","INCOMPLETE","ENDED","REJECTED"]},"dateStart":{"type":"string","description":"The starting date of EVENT and OFFER type Social Posts. It is used to indicate when an EVENT/OFFER will start. For API versions older than 20210804, it is used as publicationDate.","format":"date-time"},"dateEnd":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The ending date of the Social Post (type=OFFER). The post will be removed from the listings at that date. It also determines when a special offer should end."},"children":[]}]}]}],"format":"date-time"},"publicationDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date on which the Social Post will be published. It is used to schedule posts in the future. Format: YYYY-MM-dd'T'HH:mm:ssXXXXX  (Example: 2007-12-03T10:15:30+01:00)"},"children":[]}]}]}],"format":"date-time","example":"2024-06-25T11:01:00Z"},"isStoreLocator":{"type":"boolean","description":"When enabled, the SocialPost will be visible in StoreLocator."},"productName":{"type":"string","description":"The name of the product for a Product Social Post. A Social Post becomes a Product Social Post if that field is set."},"timeZone":{"type":"string","description":"The timezone in which the Social Post should be created","example":"Europe/Berlin"},"productPriceMin":{"type":"integer","description":"Lower price of a Product Social Post if the product has a price range, or the price for the product.","format":"int32"},"productPriceMax":{"type":"integer","description":"Upper price of the product for Product Social Post. If the price is just a single price and not a range, set only productPriceMin.","format":"int32"},"productCurrency":{"type":"string","description":"The currency of a Product Social Post. It is a 3-letters symbol (EUR, USD, ...).","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"labels":{"uniqueItems":true,"type":"array","description":"The list of location labels as entered when creating/updating the Social Post.","example":"['Campaign2018', 'EastCoast']","items":{"type":"string"}},"photos":{"type":"array","description":"The social post's photos","items":{"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string"},"redirectUrl":{"type":"string"}},"description":"Social Post Photo Model"}},"callToActions":{"type":"array","description":"Social Post Call to Action","items":{"type":"object","properties":{"url":{"type":"string"},"directory":{"type":"string"},"type":{"type":"string"}},"description":"Social Post Call To Action Model"}},"firstComment":{"type":"string","description":"The first comment to be posted after a post creation. Only available for INSTAGRAM"},"mentions":{"type":"array","description":"The mentions of the social post","items":{"type":"object","properties":{"id":{"type":"string","description":"Id"},"name":{"type":"string","description":"Name"},"link":{"type":"string","description":"Link"},"avatar":{"type":"string","description":"Avatar"}},"description":"Social Post Mentions"}},"statusPerDirectory":{"type":"object"},"publicationsCount":{"type":"integer","description":"Publications count","format":"int64"},"videos":{"type":"array","description":"The video of the social post (can only be one)","items":{"type":"string"}},"businessIds":{"type":"array","description":"The list of businesses IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationIds":{"type":"array","description":"The list of locations IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"listingPages":{"type":"array","description":"The list of listing page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"businessPages":{"type":"array","description":"The list of business page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationGroups":{"type":"array","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"List of locationIds that should be excluded from the request. Can be used in combination with businessId when some locations should not be considered.","items":{"type":"integer","format":"int64"}},"directories":{"type":"array","description":"The list of directories as entered when creating/updating the Social Post.","items":{"type":"object","properties":{"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The URL of the directory"}},"description":"Social Post Directory"}},"couponCode":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A couponCode for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"termsAndConditions":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Terms and Conditions for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"canEdit":{"type":"boolean"},"locationName":{"type":"string"},"businessName":{"type":"string"},"warnings":{"type":"array","items":{"type":"string"}},"insights":{"type":"array","items":{"type":"object","properties":{"metrics":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}},"description":"Social Post Insights Model"}},"owner":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"name":{"type":"string","description":"Firstname and lastname of the user."},"isApiAdmin":{"type":"boolean"}},"description":"Social Post Owner Model"}},"description":"A Social Post is a message for your customers that will be published on some of your listings. This can be a \"News\", a \"Special Offer\" or a \"Question and Answer\"."},"socialPostStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"videosStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"contentListsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"socialProfilesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"paymentOptionsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"brandsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"servicesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"transactionLinksStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"languagesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution logo and url for data source"},"attributionStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"lat":{"type":"number","description":"The latitude of the listing","format":"double"},"latStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"lng":{"type":"number","description":"The longitude of the listing","format":"double"},"lngStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"serviceAreasStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"rating":{"type":"number","description":"Average rating of the listing","format":"double"},"ratingStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE or PRESENT"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"numberOfRatings":{"type":"integer","description":"Number of ratings","format":"int32"},"numberOfRatingsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE or PRESENT"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"listingId":{"type":"string","description":"The listing id in the directory's database"},"listingUrl":{"type":"string","description":"The listing url on the directory's website"},"directoryType":{"type":"string","description":"The directory where this listing appears","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"flowStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the current listing. One of  SUBMISSION_NEEDED, WAITING_USER_ACTION, WAITING_DIRECTORY_ACTION, ALL_INFORMATION_SUBMITTED, NO_ACTION_NEEDED, NOT_SUPPORTED, INACTIVE, NEEDS_REVIEW, MANUALLY_DEACTIVATED, REMOVAL_REVIEW_NEEDED, REMOVAL_NEEDED, REMOVAL_SUBMITTED, REMOVED, DONT_REMOVE"},"children":[]}]}]}],"enum":["SUBMISSION_NEEDED","WAITING_USER_ACTION","WAITING_DIRECTORY_ACTION","ALL_INFORMATION_SUBMITTED","NO_ACTION_NEEDED","NOT_SUPPORTED","INACTIVE","MANUALLY_DEACTIVATED","MANUALLY_CREATED","REMOVAL_REVIEW_NEEDED","REMOVAL_NEEDED","REMOVAL_SUBMITTED","REMOVED","DONT_REMOVE","CANNOT_REMOVE","CANCELLATION_NEEDED","CANCELLATION_SUBMITTED"]},"syncStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of the listing. One of: IN_SYNC (location found on remote directory and in sync with reference data), NOT_IN_SYNC (location found on remote directory but differs from reference data), NOT_FOUND (location not found (yet) on remote directory), TECHNICAL_PROBLEMS (temporary problems when connecting with the directory),  NOT_SUPPORTED (if the location is incompatible with the directory or if we cannot search on that directory), NO_ONLINE_LISTING (for the types where there is no listing that can be checked online, e.g. GARMIN), LINK_ONLY (for the types where we can only link a listing by not update it)"},"children":[]}]}]}],"enum":["IN_SYNC","NOT_IN_SYNC","NOT_FOUND","TECHNICAL_PROBLEMS","NOT_SUPPORTED","NO_ONLINE_LISTING","LINK_ONLY"]},"claimStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Claim status of the listing. One of CLAIMABLE, NOT_CLAIMABLE, CLAIMED_BY_US, CLAIMED_BY_OTHERS, CLAIMING_IN_PROGRESS, UNKNOWN"},"children":[]}]}]}],"enum":["CLAIMABLE","NOT_CLAIMABLE","CLAIMED_BY_US","CLAIMED_BY_OTHERS","CLAIMED_BY_ANOTHER_US","CLAIMING_IN_PROGRESS","UNKNOWN"]},"npi":{"type":"string","description":"The National Provider Identifier (NPI) is a Health Insurance Portability and Accountability Act (HIPAA) Administrative Simplification Standard. The NPI is a unique identification number for covered health care providers.","example":"1558444216"},"npiStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"example":"MISSING","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"doctorCategoriesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"example":"MATCH","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"nameDescriptor":{"type":"string","description":"The location's name descriptor (submitted to Facebook)."},"nameDescriptorStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"dateCreated":{"type":"string","description":"The date and time the listing was created in our database","format":"date-time"},"openingDate":{"type":"string","description":"The original opening date of the business","format":"date"},"openingDateStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"customFields":{"type":"object","additionalProperties":{"type":"string"}},"customFieldsStatus":{"type":"string","description":"The sync status of this specific field.","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"sublocality":{"type":"string","description":"The sublocality field is only available for countries that require this for their postal address. The following countries have this for: Indonesia - Sub-district, Phillipines - Barangay, Thailand - Tambon / Khwaeng, Vietnam - Sublocality, Malaysia - Village, Nigeria - Local area, South Africa - Suburb."},"sublocalityStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"websiteExtra":{"type":"string","description":"Utm or tracking path - only sent to GOOGLE"},"categories":{"type":"array","description":"Required - A list of category IDs describing the location","items":{"type":"integer","format":"int32"}},"keywords":{"type":"array","description":"Keywords describing the location's activity","items":{"type":"string"}},"photos":{"type":"boolean","description":"Boolean indicating whether or not the listing has photos"}},"description":"Basic Listings Model"}},"components/schemas/BasicListingResultObject":{"id":"components/schemas/BasicListingResultObject","kind":"json-schema","title":"BasicListingResultObject","data":{"type":"object","properties":{"result":{"type":"object","properties":{"name":{"type":"string","description":"The location's name used for this listing"},"nameStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"street":{"type":"string","description":"The location's street address"},"streetStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"streetNo":{"type":"string","description":"The location's street number"},"streetNoStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"streetTypeStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"streetAndNo":{"type":"string","description":"A localized combination of street and streetNo"},"streetAndNoStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"addressExtra":{"type":"string","description":"An address extra: e.g. building, floor...","example":"building, floor, ..."},"addressExtraStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"zip":{"type":"string","description":"Zip code"},"zipStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"city":{"type":"string","description":"City"},"cityStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"addressDisplay":{"type":"boolean","description":"If set to false the address will not be published on the directories, this is useful for businesses that don't have customers come to them ( e.g. a plumber )","example":true},"addressDisplayStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"example":"PRESENT","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"phone":{"type":"string","description":"The location's contact phone number"},"phoneStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"fax":{"type":"string","description":"The location fax number"},"faxStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"cellphone":{"type":"string","description":"A contact mobile phone number"},"cellphoneStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"website":{"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)"},"websiteStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"email":{"type":"string","description":"A contact email for the location"},"emailStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"descriptionLong":{"type":"string","description":"A long description (up to 1000 characters) for the location","example":"A long description (up to 1000 characters) for the location"},"descriptionLongStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"descriptionShort":{"type":"string","description":"A short description (up to 200 characters) for the location"},"descriptionShortStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"imprint":{"type":"string","description":"The location's imprint"},"imprintStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"openingHours":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"openingHoursStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"openingHoursNotes":{"type":"string","description":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters","example":"We never open on bank holidays"},"openingHoursNotesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"moreHours":{"type":"array","description":"The location's additional service hours, such as delivery, pickup, happy hours etc. Submitted to Google.","example":"<pre>[&#123;\n    \"type\": \"ONLINE_SERVICE_HOURS\",\n    \"hours\": [&#123;\n        \"dayOfWeek\": 1,\n        \"from1\": \"09:00\",\n        \"to1\": \"18:00\"\n    &#125;, &#123;\n        \"dayOfWeek\": 2,\n        \"from1\": \"09:00\",\n        \"to1\": \"13:00\"\n    &#125;]\n&#125;, &#123;\n    \"type\": \"ACCESS\",\n    \"hours\": [&#123;\n        \"dayOfWeek\": 1,\n        \"from1\": \"06:00\",\n        \"to1\": \"20:00\"\n    &#125;]\n&#125;]</pre>","items":{"type":"object"}},"moreHoursStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"specialOpeningHours":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"date\": \"2017-06-29\",\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"date\": \"2017-06-30\",\n    \"from1\": \"11:00\",\n    \"to1\": \"14:00\",\n    \"from2\": \"16:00\",\n    \"to2\": \"20:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"specialOpeningHoursStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"keywordsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"categoriesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"attributesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"photosStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"legalIdent":{"type":"string","description":"A legal identifier of the location. SIRET number in France"},"legalIdentStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"taxNumber":{"type":"string","description":"The tax number of the location. CIF/NIF in Spain"},"taxNumberStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"province":{"type":"string","description":"Province. Only send when not blank"},"provinceStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"country":{"type":"string","description":"Country. One of AT, CH, DE, ES, UK, FR, IT, NL","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"countryStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"socialPost":{"required":["directories","publicationDate","type"],"type":"object","properties":{"title":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The title of the Social Post. For type QUESTION_AND_ANSWER this is going to be the question."},"children":[]}]}]}]},"description":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The description of the Social Post. For type QUESTION_AND_ANSWER this is going to be the answer."},"children":[]}]}]}]},"url":{"type":"string","description":"A link for the Social Post. This is mandatory for a \"Special Offer\" and should point to a page concerning the offer."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of the Social Post. POST, OFFER, QUESTION_AND_ANSWER, EVENT or ALERT."},"children":[]}]}]}],"enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"alertType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A special type for Google ALERT posts. Possible values are COVID_19."},"children":[]}]}]}],"enum":["COVID_19"]},"id":{"type":"integer","description":"Id","format":"int64"},"campaignId":{"type":"integer","description":"The campaign ID this Social Post belongs to","format":"int64"},"campaign":{"type":"object","properties":{"id":{"type":"integer","description":"Campaign id","format":"int64"},"name":{"type":"string","description":"Campaign name"},"color":{"type":"string","description":"Campaign color in hex format"}},"description":"Social Post Campaign Model"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The current status of the Social Post (scheduled, active, inactive, deleted, not_published, published, impossible)"},"children":[]}]}]}],"enum":["SCHEDULED","APPROVAL_NEEDED","ACTIVE","INACTIVE","DELETED","IMPOSSIBLE","INCOMPLETE","ENDED","REJECTED"]},"dateStart":{"type":"string","description":"The starting date of EVENT and OFFER type Social Posts. It is used to indicate when an EVENT/OFFER will start. For API versions older than 20210804, it is used as publicationDate.","format":"date-time"},"dateEnd":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The ending date of the Social Post (type=OFFER). The post will be removed from the listings at that date. It also determines when a special offer should end."},"children":[]}]}]}],"format":"date-time"},"publicationDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date on which the Social Post will be published. It is used to schedule posts in the future. Format: YYYY-MM-dd'T'HH:mm:ssXXXXX  (Example: 2007-12-03T10:15:30+01:00)"},"children":[]}]}]}],"format":"date-time","example":"2024-06-25T11:01:00Z"},"isStoreLocator":{"type":"boolean","description":"When enabled, the SocialPost will be visible in StoreLocator."},"productName":{"type":"string","description":"The name of the product for a Product Social Post. A Social Post becomes a Product Social Post if that field is set."},"timeZone":{"type":"string","description":"The timezone in which the Social Post should be created","example":"Europe/Berlin"},"productPriceMin":{"type":"integer","description":"Lower price of a Product Social Post if the product has a price range, or the price for the product.","format":"int32"},"productPriceMax":{"type":"integer","description":"Upper price of the product for Product Social Post. If the price is just a single price and not a range, set only productPriceMin.","format":"int32"},"productCurrency":{"type":"string","description":"The currency of a Product Social Post. It is a 3-letters symbol (EUR, USD, ...).","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"labels":{"uniqueItems":true,"type":"array","description":"The list of location labels as entered when creating/updating the Social Post.","example":"['Campaign2018', 'EastCoast']","items":{"type":"string"}},"photos":{"type":"array","description":"The social post's photos","items":{"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string"},"redirectUrl":{"type":"string"}},"description":"Social Post Photo Model"}},"callToActions":{"type":"array","description":"Social Post Call to Action","items":{"type":"object","properties":{"url":{"type":"string"},"directory":{"type":"string"},"type":{"type":"string"}},"description":"Social Post Call To Action Model"}},"firstComment":{"type":"string","description":"The first comment to be posted after a post creation. Only available for INSTAGRAM"},"mentions":{"type":"array","description":"The mentions of the social post","items":{"type":"object","properties":{"id":{"type":"string","description":"Id"},"name":{"type":"string","description":"Name"},"link":{"type":"string","description":"Link"},"avatar":{"type":"string","description":"Avatar"}},"description":"Social Post Mentions"}},"statusPerDirectory":{"type":"object"},"publicationsCount":{"type":"integer","description":"Publications count","format":"int64"},"videos":{"type":"array","description":"The video of the social post (can only be one)","items":{"type":"string"}},"businessIds":{"type":"array","description":"The list of businesses IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationIds":{"type":"array","description":"The list of locations IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"listingPages":{"type":"array","description":"The list of listing page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"businessPages":{"type":"array","description":"The list of business page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationGroups":{"type":"array","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"List of locationIds that should be excluded from the request. Can be used in combination with businessId when some locations should not be considered.","items":{"type":"integer","format":"int64"}},"directories":{"type":"array","description":"The list of directories as entered when creating/updating the Social Post.","items":{"type":"object","properties":{"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The URL of the directory"}},"description":"Social Post Directory"}},"couponCode":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A couponCode for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"termsAndConditions":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Terms and Conditions for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"canEdit":{"type":"boolean"},"locationName":{"type":"string"},"businessName":{"type":"string"},"warnings":{"type":"array","items":{"type":"string"}},"insights":{"type":"array","items":{"type":"object","properties":{"metrics":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}},"description":"Social Post Insights Model"}},"owner":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"name":{"type":"string","description":"Firstname and lastname of the user."},"isApiAdmin":{"type":"boolean"}},"description":"Social Post Owner Model"}},"description":"A Social Post is a message for your customers that will be published on some of your listings. This can be a \"News\", a \"Special Offer\" or a \"Question and Answer\"."},"socialPostStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"videosStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"contentListsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"socialProfilesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"paymentOptionsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"brandsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"servicesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"transactionLinksStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"languagesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution logo and url for data source"},"attributionStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"lat":{"type":"number","description":"The latitude of the listing","format":"double"},"latStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"lng":{"type":"number","description":"The longitude of the listing","format":"double"},"lngStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"serviceAreasStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"rating":{"type":"number","description":"Average rating of the listing","format":"double"},"ratingStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE or PRESENT"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"numberOfRatings":{"type":"integer","description":"Number of ratings","format":"int32"},"numberOfRatingsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE or PRESENT"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"listingId":{"type":"string","description":"The listing id in the directory's database"},"listingUrl":{"type":"string","description":"The listing url on the directory's website"},"directoryType":{"type":"string","description":"The directory where this listing appears","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"flowStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the current listing. One of  SUBMISSION_NEEDED, WAITING_USER_ACTION, WAITING_DIRECTORY_ACTION, ALL_INFORMATION_SUBMITTED, NO_ACTION_NEEDED, NOT_SUPPORTED, INACTIVE, NEEDS_REVIEW, MANUALLY_DEACTIVATED, REMOVAL_REVIEW_NEEDED, REMOVAL_NEEDED, REMOVAL_SUBMITTED, REMOVED, DONT_REMOVE"},"children":[]}]}]}],"enum":["SUBMISSION_NEEDED","WAITING_USER_ACTION","WAITING_DIRECTORY_ACTION","ALL_INFORMATION_SUBMITTED","NO_ACTION_NEEDED","NOT_SUPPORTED","INACTIVE","MANUALLY_DEACTIVATED","MANUALLY_CREATED","REMOVAL_REVIEW_NEEDED","REMOVAL_NEEDED","REMOVAL_SUBMITTED","REMOVED","DONT_REMOVE","CANNOT_REMOVE","CANCELLATION_NEEDED","CANCELLATION_SUBMITTED"]},"syncStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of the listing. One of: IN_SYNC (location found on remote directory and in sync with reference data), NOT_IN_SYNC (location found on remote directory but differs from reference data), NOT_FOUND (location not found (yet) on remote directory), TECHNICAL_PROBLEMS (temporary problems when connecting with the directory),  NOT_SUPPORTED (if the location is incompatible with the directory or if we cannot search on that directory), NO_ONLINE_LISTING (for the types where there is no listing that can be checked online, e.g. GARMIN), LINK_ONLY (for the types where we can only link a listing by not update it)"},"children":[]}]}]}],"enum":["IN_SYNC","NOT_IN_SYNC","NOT_FOUND","TECHNICAL_PROBLEMS","NOT_SUPPORTED","NO_ONLINE_LISTING","LINK_ONLY"]},"claimStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Claim status of the listing. One of CLAIMABLE, NOT_CLAIMABLE, CLAIMED_BY_US, CLAIMED_BY_OTHERS, CLAIMING_IN_PROGRESS, UNKNOWN"},"children":[]}]}]}],"enum":["CLAIMABLE","NOT_CLAIMABLE","CLAIMED_BY_US","CLAIMED_BY_OTHERS","CLAIMED_BY_ANOTHER_US","CLAIMING_IN_PROGRESS","UNKNOWN"]},"npi":{"type":"string","description":"The National Provider Identifier (NPI) is a Health Insurance Portability and Accountability Act (HIPAA) Administrative Simplification Standard. The NPI is a unique identification number for covered health care providers.","example":"1558444216"},"npiStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"example":"MISSING","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"doctorCategoriesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"example":"MATCH","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"nameDescriptor":{"type":"string","description":"The location's name descriptor (submitted to Facebook)."},"nameDescriptorStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"dateCreated":{"type":"string","description":"The date and time the listing was created in our database","format":"date-time"},"openingDate":{"type":"string","description":"The original opening date of the business","format":"date"},"openingDateStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"customFields":{"type":"object","additionalProperties":{"type":"string"}},"customFieldsStatus":{"type":"string","description":"The sync status of this specific field.","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"sublocality":{"type":"string","description":"The sublocality field is only available for countries that require this for their postal address. The following countries have this for: Indonesia - Sub-district, Phillipines - Barangay, Thailand - Tambon / Khwaeng, Vietnam - Sublocality, Malaysia - Village, Nigeria - Local area, South Africa - Suburb."},"sublocalityStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"websiteExtra":{"type":"string","description":"Utm or tracking path - only sent to GOOGLE"},"categories":{"type":"array","description":"Required - A list of category IDs describing the location","items":{"type":"integer","format":"int32"}},"keywords":{"type":"array","description":"Keywords describing the location's activity","items":{"type":"string"}},"photos":{"type":"boolean","description":"Boolean indicating whether or not the listing has photos"}},"description":"Basic Listings Model"}},"description":"The actual response object of the response"}},"components/schemas/BasicListingResultWrapper":{"id":"components/schemas/BasicListingResultWrapper","kind":"json-schema","title":"BasicListingResultWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"result":{"type":"object","properties":{"name":{"type":"string","description":"The location's name used for this listing"},"nameStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"street":{"type":"string","description":"The location's street address"},"streetStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"streetNo":{"type":"string","description":"The location's street number"},"streetNoStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"streetTypeStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"streetAndNo":{"type":"string","description":"A localized combination of street and streetNo"},"streetAndNoStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"addressExtra":{"type":"string","description":"An address extra: e.g. building, floor...","example":"building, floor, ..."},"addressExtraStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"zip":{"type":"string","description":"Zip code"},"zipStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"city":{"type":"string","description":"City"},"cityStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"addressDisplay":{"type":"boolean","description":"If set to false the address will not be published on the directories, this is useful for businesses that don't have customers come to them ( e.g. a plumber )","example":true},"addressDisplayStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"example":"PRESENT","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"phone":{"type":"string","description":"The location's contact phone number"},"phoneStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"fax":{"type":"string","description":"The location fax number"},"faxStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"cellphone":{"type":"string","description":"A contact mobile phone number"},"cellphoneStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"website":{"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)"},"websiteStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"email":{"type":"string","description":"A contact email for the location"},"emailStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"descriptionLong":{"type":"string","description":"A long description (up to 1000 characters) for the location","example":"A long description (up to 1000 characters) for the location"},"descriptionLongStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"descriptionShort":{"type":"string","description":"A short description (up to 200 characters) for the location"},"descriptionShortStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"imprint":{"type":"string","description":"The location's imprint"},"imprintStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"openingHours":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"openingHoursStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"openingHoursNotes":{"type":"string","description":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters","example":"We never open on bank holidays"},"openingHoursNotesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"moreHours":{"type":"array","description":"The location's additional service hours, such as delivery, pickup, happy hours etc. Submitted to Google.","example":"<pre>[&#123;\n    \"type\": \"ONLINE_SERVICE_HOURS\",\n    \"hours\": [&#123;\n        \"dayOfWeek\": 1,\n        \"from1\": \"09:00\",\n        \"to1\": \"18:00\"\n    &#125;, &#123;\n        \"dayOfWeek\": 2,\n        \"from1\": \"09:00\",\n        \"to1\": \"13:00\"\n    &#125;]\n&#125;, &#123;\n    \"type\": \"ACCESS\",\n    \"hours\": [&#123;\n        \"dayOfWeek\": 1,\n        \"from1\": \"06:00\",\n        \"to1\": \"20:00\"\n    &#125;]\n&#125;]</pre>","items":{"type":"object"}},"moreHoursStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"specialOpeningHours":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"date\": \"2017-06-29\",\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"date\": \"2017-06-30\",\n    \"from1\": \"11:00\",\n    \"to1\": \"14:00\",\n    \"from2\": \"16:00\",\n    \"to2\": \"20:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"specialOpeningHoursStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"keywordsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"categoriesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"attributesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"photosStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"legalIdent":{"type":"string","description":"A legal identifier of the location. SIRET number in France"},"legalIdentStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"taxNumber":{"type":"string","description":"The tax number of the location. CIF/NIF in Spain"},"taxNumberStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"province":{"type":"string","description":"Province. Only send when not blank"},"provinceStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"country":{"type":"string","description":"Country. One of AT, CH, DE, ES, UK, FR, IT, NL","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"countryStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"socialPost":{"required":["directories","publicationDate","type"],"type":"object","properties":{"title":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The title of the Social Post. For type QUESTION_AND_ANSWER this is going to be the question."},"children":[]}]}]}]},"description":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The description of the Social Post. For type QUESTION_AND_ANSWER this is going to be the answer."},"children":[]}]}]}]},"url":{"type":"string","description":"A link for the Social Post. This is mandatory for a \"Special Offer\" and should point to a page concerning the offer."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of the Social Post. POST, OFFER, QUESTION_AND_ANSWER, EVENT or ALERT."},"children":[]}]}]}],"enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"alertType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A special type for Google ALERT posts. Possible values are COVID_19."},"children":[]}]}]}],"enum":["COVID_19"]},"id":{"type":"integer","description":"Id","format":"int64"},"campaignId":{"type":"integer","description":"The campaign ID this Social Post belongs to","format":"int64"},"campaign":{"type":"object","properties":{"id":{"type":"integer","description":"Campaign id","format":"int64"},"name":{"type":"string","description":"Campaign name"},"color":{"type":"string","description":"Campaign color in hex format"}},"description":"Social Post Campaign Model"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The current status of the Social Post (scheduled, active, inactive, deleted, not_published, published, impossible)"},"children":[]}]}]}],"enum":["SCHEDULED","APPROVAL_NEEDED","ACTIVE","INACTIVE","DELETED","IMPOSSIBLE","INCOMPLETE","ENDED","REJECTED"]},"dateStart":{"type":"string","description":"The starting date of EVENT and OFFER type Social Posts. It is used to indicate when an EVENT/OFFER will start. For API versions older than 20210804, it is used as publicationDate.","format":"date-time"},"dateEnd":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The ending date of the Social Post (type=OFFER). The post will be removed from the listings at that date. It also determines when a special offer should end."},"children":[]}]}]}],"format":"date-time"},"publicationDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date on which the Social Post will be published. It is used to schedule posts in the future. Format: YYYY-MM-dd'T'HH:mm:ssXXXXX  (Example: 2007-12-03T10:15:30+01:00)"},"children":[]}]}]}],"format":"date-time","example":"2024-06-25T11:01:00Z"},"isStoreLocator":{"type":"boolean","description":"When enabled, the SocialPost will be visible in StoreLocator."},"productName":{"type":"string","description":"The name of the product for a Product Social Post. A Social Post becomes a Product Social Post if that field is set."},"timeZone":{"type":"string","description":"The timezone in which the Social Post should be created","example":"Europe/Berlin"},"productPriceMin":{"type":"integer","description":"Lower price of a Product Social Post if the product has a price range, or the price for the product.","format":"int32"},"productPriceMax":{"type":"integer","description":"Upper price of the product for Product Social Post. If the price is just a single price and not a range, set only productPriceMin.","format":"int32"},"productCurrency":{"type":"string","description":"The currency of a Product Social Post. It is a 3-letters symbol (EUR, USD, ...).","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"labels":{"uniqueItems":true,"type":"array","description":"The list of location labels as entered when creating/updating the Social Post.","example":"['Campaign2018', 'EastCoast']","items":{"type":"string"}},"photos":{"type":"array","description":"The social post's photos","items":{"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string"},"redirectUrl":{"type":"string"}},"description":"Social Post Photo Model"}},"callToActions":{"type":"array","description":"Social Post Call to Action","items":{"type":"object","properties":{"url":{"type":"string"},"directory":{"type":"string"},"type":{"type":"string"}},"description":"Social Post Call To Action Model"}},"firstComment":{"type":"string","description":"The first comment to be posted after a post creation. Only available for INSTAGRAM"},"mentions":{"type":"array","description":"The mentions of the social post","items":{"type":"object","properties":{"id":{"type":"string","description":"Id"},"name":{"type":"string","description":"Name"},"link":{"type":"string","description":"Link"},"avatar":{"type":"string","description":"Avatar"}},"description":"Social Post Mentions"}},"statusPerDirectory":{"type":"object"},"publicationsCount":{"type":"integer","description":"Publications count","format":"int64"},"videos":{"type":"array","description":"The video of the social post (can only be one)","items":{"type":"string"}},"businessIds":{"type":"array","description":"The list of businesses IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationIds":{"type":"array","description":"The list of locations IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"listingPages":{"type":"array","description":"The list of listing page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"businessPages":{"type":"array","description":"The list of business page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationGroups":{"type":"array","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"List of locationIds that should be excluded from the request. Can be used in combination with businessId when some locations should not be considered.","items":{"type":"integer","format":"int64"}},"directories":{"type":"array","description":"The list of directories as entered when creating/updating the Social Post.","items":{"type":"object","properties":{"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The URL of the directory"}},"description":"Social Post Directory"}},"couponCode":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A couponCode for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"termsAndConditions":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Terms and Conditions for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"canEdit":{"type":"boolean"},"locationName":{"type":"string"},"businessName":{"type":"string"},"warnings":{"type":"array","items":{"type":"string"}},"insights":{"type":"array","items":{"type":"object","properties":{"metrics":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}},"description":"Social Post Insights Model"}},"owner":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"name":{"type":"string","description":"Firstname and lastname of the user."},"isApiAdmin":{"type":"boolean"}},"description":"Social Post Owner Model"}},"description":"A Social Post is a message for your customers that will be published on some of your listings. This can be a \"News\", a \"Special Offer\" or a \"Question and Answer\"."},"socialPostStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"videosStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"contentListsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"socialProfilesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"paymentOptionsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"brandsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"servicesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"transactionLinksStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"languagesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution logo and url for data source"},"attributionStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"lat":{"type":"number","description":"The latitude of the listing","format":"double"},"latStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"lng":{"type":"number","description":"The longitude of the listing","format":"double"},"lngStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"serviceAreasStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"rating":{"type":"number","description":"Average rating of the listing","format":"double"},"ratingStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE or PRESENT"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"numberOfRatings":{"type":"integer","description":"Number of ratings","format":"int32"},"numberOfRatingsStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE or PRESENT"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"listingId":{"type":"string","description":"The listing id in the directory's database"},"listingUrl":{"type":"string","description":"The listing url on the directory's website"},"directoryType":{"type":"string","description":"The directory where this listing appears","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"flowStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the current listing. One of  SUBMISSION_NEEDED, WAITING_USER_ACTION, WAITING_DIRECTORY_ACTION, ALL_INFORMATION_SUBMITTED, NO_ACTION_NEEDED, NOT_SUPPORTED, INACTIVE, NEEDS_REVIEW, MANUALLY_DEACTIVATED, REMOVAL_REVIEW_NEEDED, REMOVAL_NEEDED, REMOVAL_SUBMITTED, REMOVED, DONT_REMOVE"},"children":[]}]}]}],"enum":["SUBMISSION_NEEDED","WAITING_USER_ACTION","WAITING_DIRECTORY_ACTION","ALL_INFORMATION_SUBMITTED","NO_ACTION_NEEDED","NOT_SUPPORTED","INACTIVE","MANUALLY_DEACTIVATED","MANUALLY_CREATED","REMOVAL_REVIEW_NEEDED","REMOVAL_NEEDED","REMOVAL_SUBMITTED","REMOVED","DONT_REMOVE","CANNOT_REMOVE","CANCELLATION_NEEDED","CANCELLATION_SUBMITTED"]},"syncStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of the listing. One of: IN_SYNC (location found on remote directory and in sync with reference data), NOT_IN_SYNC (location found on remote directory but differs from reference data), NOT_FOUND (location not found (yet) on remote directory), TECHNICAL_PROBLEMS (temporary problems when connecting with the directory),  NOT_SUPPORTED (if the location is incompatible with the directory or if we cannot search on that directory), NO_ONLINE_LISTING (for the types where there is no listing that can be checked online, e.g. GARMIN), LINK_ONLY (for the types where we can only link a listing by not update it)"},"children":[]}]}]}],"enum":["IN_SYNC","NOT_IN_SYNC","NOT_FOUND","TECHNICAL_PROBLEMS","NOT_SUPPORTED","NO_ONLINE_LISTING","LINK_ONLY"]},"claimStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Claim status of the listing. One of CLAIMABLE, NOT_CLAIMABLE, CLAIMED_BY_US, CLAIMED_BY_OTHERS, CLAIMING_IN_PROGRESS, UNKNOWN"},"children":[]}]}]}],"enum":["CLAIMABLE","NOT_CLAIMABLE","CLAIMED_BY_US","CLAIMED_BY_OTHERS","CLAIMED_BY_ANOTHER_US","CLAIMING_IN_PROGRESS","UNKNOWN"]},"npi":{"type":"string","description":"The National Provider Identifier (NPI) is a Health Insurance Portability and Accountability Act (HIPAA) Administrative Simplification Standard. The NPI is a unique identification number for covered health care providers.","example":"1558444216"},"npiStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"example":"MISSING","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"doctorCategoriesStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"example":"MATCH","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"nameDescriptor":{"type":"string","description":"The location's name descriptor (submitted to Facebook)."},"nameDescriptorStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"dateCreated":{"type":"string","description":"The date and time the listing was created in our database","format":"date-time"},"openingDate":{"type":"string","description":"The original opening date of the business","format":"date"},"openingDateStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"customFields":{"type":"object","additionalProperties":{"type":"string"}},"customFieldsStatus":{"type":"string","description":"The sync status of this specific field.","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"sublocality":{"type":"string","description":"The sublocality field is only available for countries that require this for their postal address. The following countries have this for: Indonesia - Sub-district, Phillipines - Barangay, Thailand - Tambon / Khwaeng, Vietnam - Sublocality, Malaysia - Village, Nigeria - Local area, South Africa - Suburb."},"sublocalityStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The sync status of this specific field. One of NOT_APPLICABLE, PRESENT, MISSING, MATCH, MISMATCH"},"children":[]}]}]}],"enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE"]},"websiteExtra":{"type":"string","description":"Utm or tracking path - only sent to GOOGLE"},"categories":{"type":"array","description":"Required - A list of category IDs describing the location","items":{"type":"integer","format":"int32"}},"keywords":{"type":"array","description":"Keywords describing the location's activity","items":{"type":"string"}},"photos":{"type":"boolean","description":"Boolean indicating whether or not the listing has photos"}},"description":"Basic Listings Model"}},"description":"The actual response object of the response"}}}},"components/schemas/BrandDataPoint":{"id":"components/schemas/BrandDataPoint","kind":"json-schema","title":"BrandDataPoint","data":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id of the data point","format":"int64"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Datapoint Type. Values: [PHOTO, REVIEW, CHECKIN, CONVERSATION, QUESTION]"},"children":[]}]}]}],"enum":["REVIEW","PHOTO","CHECKIN","CONVERSATION","COMMENT","QUESTION","POST","IMAGE","VIDEO","CAROUSEL_ALBUM","LINK","EXPANDEDREVIEW","AD_POST"]},"directoryType":{"type":"string","description":"Online directory reference name","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"Status","enum":["VALID","NOT_SHOWN","INVALID","DELETED","APPROVAL_NEEDED","QUARANTINE","HIDDEN"]},"data":{"type":"string","description":"Content of the datapoint (text of the review, url of the photo, count of checkins...)"},"secondaryData":{"type":"string","description":"Additional info about the datapoint (eg. text content on instagram pictures)","example":"text content on instagram pictures"},"externalId":{"type":"string","description":"External Id"},"author":{"type":"string","description":"Username of the datapoints author"},"authorImage":{"type":"string","description":"Author profile picture url"},"directLink":{"type":"string","description":"A link to the online profile"},"rating":{"type":"number","description":"Rating given by the user. Float value, max: 5.","format":"float"},"actionDate":{"type":"string","description":"The date when the review/photo/... was published in the online directory","format":"date-time"},"threadActionDate":{"type":"string","description":"The date of the last interaction in that thread. When a review receives a new comment, the parent will update.","format":"date-time"},"dateCreated":{"type":"string","description":"The date the datapoint was found","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of last update","format":"date-time"},"lastChecked":{"type":"string","description":"Date of last check","format":"date-time"},"countLikes":{"type":"integer","description":"Number of likes to this item","format":"int32"},"countComments":{"type":"integer","description":"Number of comments to this item.","format":"int32"},"countViews":{"type":"integer","description":"Number of views to this item.","format":"int32"},"liked":{"type":"boolean","description":"Whether this datapoint has been liked or not"},"flagged":{"type":"boolean","description":"Whether the datapoint has been flagged. The exact nature of the flagging depends on the directory, but can be e.g. \"Report as SPAM\""},"read":{"type":"boolean","description":"True if the user has read the datapoint"},"actionDateGroup":{"type":"string","description":"Action date group"},"repliedByOwner":{"type":"boolean","description":"True if the owner of the business has replied"},"replyUserId":{"type":"integer","description":"Reply user ID","format":"int64"},"comments":{"type":"array","description":"Comments","items":{"$ref":"#/components/schemas/BrandDataPoint"}},"replyUser":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"}},"description":"Details of the reply"},"parentDataPoint":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"}},"description":"Details of the reply"},"rootDataPoint":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"}},"description":"Details of the reply"},"directoryBusinessPage":{"type":"integer","description":"Directory business page id","format":"int64"},"parentId":{"type":"integer","format":"int64"},"sortableData":{"type":"string"}},"description":"Brand Data Point Model"}},"components/schemas/BrandDataPointResponseObject":{"id":"components/schemas/BrandDataPointResponseObject","kind":"json-schema","title":"BrandDataPointResponseObject","data":{"type":"object","properties":{"dataPoint":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id of the data point","format":"int64"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Datapoint Type. Values: [PHOTO, REVIEW, CHECKIN, CONVERSATION, QUESTION]"},"children":[]}]}]}],"enum":["REVIEW","PHOTO","CHECKIN","CONVERSATION","COMMENT","QUESTION","POST","IMAGE","VIDEO","CAROUSEL_ALBUM","LINK","EXPANDEDREVIEW","AD_POST"]},"directoryType":{"type":"string","description":"Online directory reference name","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"Status","enum":["VALID","NOT_SHOWN","INVALID","DELETED","APPROVAL_NEEDED","QUARANTINE","HIDDEN"]},"data":{"type":"string","description":"Content of the datapoint (text of the review, url of the photo, count of checkins...)"},"secondaryData":{"type":"string","description":"Additional info about the datapoint (eg. text content on instagram pictures)","example":"text content on instagram pictures"},"externalId":{"type":"string","description":"External Id"},"author":{"type":"string","description":"Username of the datapoints author"},"authorImage":{"type":"string","description":"Author profile picture url"},"directLink":{"type":"string","description":"A link to the online profile"},"rating":{"type":"number","description":"Rating given by the user. Float value, max: 5.","format":"float"},"actionDate":{"type":"string","description":"The date when the review/photo/... was published in the online directory","format":"date-time"},"threadActionDate":{"type":"string","description":"The date of the last interaction in that thread. When a review receives a new comment, the parent will update.","format":"date-time"},"dateCreated":{"type":"string","description":"The date the datapoint was found","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of last update","format":"date-time"},"lastChecked":{"type":"string","description":"Date of last check","format":"date-time"},"countLikes":{"type":"integer","description":"Number of likes to this item","format":"int32"},"countComments":{"type":"integer","description":"Number of comments to this item.","format":"int32"},"countViews":{"type":"integer","description":"Number of views to this item.","format":"int32"},"liked":{"type":"boolean","description":"Whether this datapoint has been liked or not"},"flagged":{"type":"boolean","description":"Whether the datapoint has been flagged. The exact nature of the flagging depends on the directory, but can be e.g. \"Report as SPAM\""},"read":{"type":"boolean","description":"True if the user has read the datapoint"},"actionDateGroup":{"type":"string","description":"Action date group"},"repliedByOwner":{"type":"boolean","description":"True if the owner of the business has replied"},"replyUserId":{"type":"integer","description":"Reply user ID","format":"int64"},"comments":{"type":"array","description":"Comments","items":{"$ref":"#/components/schemas/BrandDataPoint"}},"replyUser":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"}},"description":"Details of the reply"},"parentDataPoint":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"}},"description":"Details of the reply"},"rootDataPoint":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"}},"description":"Details of the reply"},"directoryBusinessPage":{"type":"integer","description":"Directory business page id","format":"int64"},"parentId":{"type":"integer","format":"int64"},"sortableData":{"type":"string"}},"description":"Brand Data Point Model"}},"description":"The actual response object of the response"}},"components/schemas/BrandDataPointResponseWrapper":{"id":"components/schemas/BrandDataPointResponseWrapper","kind":"json-schema","title":"BrandDataPointResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"dataPoint":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id of the data point","format":"int64"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Datapoint Type. Values: [PHOTO, REVIEW, CHECKIN, CONVERSATION, QUESTION]"},"children":[]}]}]}],"enum":["REVIEW","PHOTO","CHECKIN","CONVERSATION","COMMENT","QUESTION","POST","IMAGE","VIDEO","CAROUSEL_ALBUM","LINK","EXPANDEDREVIEW","AD_POST"]},"directoryType":{"type":"string","description":"Online directory reference name","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"Status","enum":["VALID","NOT_SHOWN","INVALID","DELETED","APPROVAL_NEEDED","QUARANTINE","HIDDEN"]},"data":{"type":"string","description":"Content of the datapoint (text of the review, url of the photo, count of checkins...)"},"secondaryData":{"type":"string","description":"Additional info about the datapoint (eg. text content on instagram pictures)","example":"text content on instagram pictures"},"externalId":{"type":"string","description":"External Id"},"author":{"type":"string","description":"Username of the datapoints author"},"authorImage":{"type":"string","description":"Author profile picture url"},"directLink":{"type":"string","description":"A link to the online profile"},"rating":{"type":"number","description":"Rating given by the user. Float value, max: 5.","format":"float"},"actionDate":{"type":"string","description":"The date when the review/photo/... was published in the online directory","format":"date-time"},"threadActionDate":{"type":"string","description":"The date of the last interaction in that thread. When a review receives a new comment, the parent will update.","format":"date-time"},"dateCreated":{"type":"string","description":"The date the datapoint was found","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of last update","format":"date-time"},"lastChecked":{"type":"string","description":"Date of last check","format":"date-time"},"countLikes":{"type":"integer","description":"Number of likes to this item","format":"int32"},"countComments":{"type":"integer","description":"Number of comments to this item.","format":"int32"},"countViews":{"type":"integer","description":"Number of views to this item.","format":"int32"},"liked":{"type":"boolean","description":"Whether this datapoint has been liked or not"},"flagged":{"type":"boolean","description":"Whether the datapoint has been flagged. The exact nature of the flagging depends on the directory, but can be e.g. \"Report as SPAM\""},"read":{"type":"boolean","description":"True if the user has read the datapoint"},"actionDateGroup":{"type":"string","description":"Action date group"},"repliedByOwner":{"type":"boolean","description":"True if the owner of the business has replied"},"replyUserId":{"type":"integer","description":"Reply user ID","format":"int64"},"comments":{"type":"array","description":"Comments","items":{"$ref":"#/components/schemas/BrandDataPoint"}},"replyUser":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"}},"description":"Details of the reply"},"parentDataPoint":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"}},"description":"Details of the reply"},"rootDataPoint":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"}},"description":"Details of the reply"},"directoryBusinessPage":{"type":"integer","description":"Directory business page id","format":"int64"},"parentId":{"type":"integer","format":"int64"},"sortableData":{"type":"string"}},"description":"Brand Data Point Model"}},"description":"The actual response object of the response"}}}},"components/schemas/BrandPagesObject":{"id":"components/schemas/BrandPagesObject","kind":"json-schema","title":"BrandPagesObject","data":{"type":"object","properties":{"id":{"type":"string","description":"ID of the brand page"},"name":{"type":"string","description":"Name of the brand page"},"link":{"type":"string","description":"Link of the brand page"}}}},"components/schemas/BrandPagesResponseObject":{"id":"components/schemas/BrandPagesResponseObject","kind":"json-schema","title":"BrandPagesResponseObject","data":{"type":"object","properties":{"brandPages":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"ID of the brand page"},"name":{"type":"string","description":"Name of the brand page"},"link":{"type":"string","description":"Link of the brand page"}}}}},"description":"The actual response object of the response"}},"components/schemas/BrandPagesResponseWrapper":{"id":"components/schemas/BrandPagesResponseWrapper","kind":"json-schema","title":"BrandPagesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"brandPages":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"ID of the brand page"},"name":{"type":"string","description":"Name of the brand page"},"link":{"type":"string","description":"Link of the brand page"}}}}},"description":"The actual response object of the response"}}}},"components/schemas/Business":{"id":"components/schemas/Business","kind":"json-schema","title":"Business","data":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the business","format":"int64"},"name":{"type":"string","description":"The business's name"},"type":{"type":"string","description":"Business type. One of SMB or ENTERPRISE","example":"[SMB, ENTERPRISE]","enum":["SMB","ENTERPRISE"]},"streetAndNo":{"type":"string","description":"Address of the business"},"addressLine2":{"type":"string","description":"An address extra: e.g. building, floor...","example":"building, floor..."},"province":{"type":"string","description":"Province. Only send when not blank"},"zip":{"type":"string","description":"Zipcode of the business"},"city":{"type":"string","description":"City of the business"},"identifier":{"type":"string","description":"The business identifier based on your internal identification system"},"country":{"type":"string","description":"Country of the business","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"phone":{"type":"string","description":"Business's phone number"},"productPlan":{"required":["duration","name"],"type":"object","properties":{"defaultPlan":{"type":"boolean","description":"True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently."},"description":{"type":"string","description":"Description of the plan"},"identifier":{"type":"string","description":"The Product Plan identifier based on your internal identification system"},"name":{"type":"string","description":"The name of the product plan"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"One among PENDING_APPROVAL, ACTIVE, INACTIVE"},"children":[]}]}]}],"enum":["ACTIVE","INACTIVE","PENDING_APPROVAL","DELETED"]},"automationDirectories":{"uniqueItems":true,"type":"array","description":"List of directories supported by this plan","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"billingPeriod":{"type":"integer","description":"Period in months for which the location is billed","format":"int32"},"countryPrices":{"uniqueItems":true,"type":"array","description":"List of country specific prices","items":{"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price for the country in cents: e.g. 1500 for 15 €"},"children":[]}]}]}],"format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32","example":99},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Price per country Model"}},"defaultMarketDevelopmentFunds":{"type":"integer","description":"Default Market Development Funds","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPrice":{"type":"integer","description":"Mandatory if countryPrices is not populated. Define a global price for the Product Plan that gets applied for all countries","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Set-up price per location in cent","format":"int32"},"duration":{"type":"integer","description":"Duration of the Product Plan in months","format":"int32"},"features":{"uniqueItems":true,"type":"array","description":"List of features supported by this plan","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"initialBillingPeriod":{"type":"integer","description":"Initial Billing Period","format":"int32"},"initialDuration":{"type":"integer","description":"Initial Duration","format":"int32"}},"description":"The chosen product plan"},"preSync":{"type":"boolean","description":"Pre sync"},"dateCreated":{"type":"string","description":"The date and time the business was created in uberall database","format":"date-time"},"status":{"type":"string","description":"Business's status","enum":["CREATED","NOT_CONFIRMED","ACTIVE","DELETED"]},"countryPrices":{"uniqueItems":true,"type":"array","description":"List of country specific prices","items":{"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price for the country in cents: e.g. 1500 for 15 €"},"children":[]}]}]}],"format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32","example":99},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Price per country Model"}},"defaultPrice":{"type":"integer","description":"Business default price in cent","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Business default setup price in cent","format":"int32"},"customFields":{"type":"string","description":"Custom fields allow for additional information to be added at the location level. All locations within the business will have the same list of custom fields."},"dateExpiration":{"type":"string","description":"The date the business's contract expires","format":"date-time"},"businessSyncable":{"type":"boolean","description":"True if the business is allowed to start a sync. Only relevant for Businesses with more than 10 locations."},"numOfLocations":{"type":"integer","description":"Number of active locations","format":"int32"},"effectiveDate":{"type":"string","description":"Date when the business automatically changes its product plan to the new product plan (defined by nextProductPlanId)","format":"date-time"},"nextProductPlanId":{"type":"integer","description":"ID of the next product plan applied for the business on the defined effectiveDate","format":"int64"},"priceRetail":{"type":"integer","description":"Retail price","format":"int64"},"contractDuration":{"type":"integer","description":"Contract duration of the chosen product plan in months","format":"int64"},"defaultPriceMin":{"type":"integer","format":"int64"},"defaultCurrency":{"type":"string"}},"description":"Business Model"}},"components/schemas/BusinessConnectionItem":{"id":"components/schemas/BusinessConnectionItem","kind":"json-schema","title":"BusinessConnectionItem","data":{"type":"object","properties":{"id":{"type":"integer","description":"Business ID","format":"int64","example":12345},"name":{"type":"string","description":"Business name","example":"Pizza Palace Downtown"},"identifier":{"type":"string","description":"Business identifier","nullable":true,"example":"pizza-palace-001"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of connection for the specified directory. [\"BUSINESS_LEVEL\", \"LOCATION_LEVEL\", \"HYBRID\", \"NONE\"]"},"children":[]}]}]}],"enum":["BUSINESS_LEVEL","LOCATION_LEVEL","HYBRID","NONE"]}}}},"components/schemas/BusinessConnectionsResponse":{"id":"components/schemas/BusinessConnectionsResponse","kind":"json-schema","title":"BusinessConnectionsResponse","data":{"type":"object","properties":{"businessConnections":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Business ID","format":"int64","example":12345},"name":{"type":"string","description":"Business name","example":"Pizza Palace Downtown"},"identifier":{"type":"string","description":"Business identifier","nullable":true,"example":"pizza-palace-001"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of connection for the specified directory. [\"BUSINESS_LEVEL\", \"LOCATION_LEVEL\", \"HYBRID\", \"NONE\"]"},"children":[]}]}]}],"enum":["BUSINESS_LEVEL","LOCATION_LEVEL","HYBRID","NONE"]}}}},"max":{"type":"integer","description":"Maximum number of items returned","format":"int32"},"offset":{"type":"integer","description":"Offset used for pagination","format":"int32"},"count":{"type":"integer","description":"Total number of items available across all pages","format":"int64"}}}},"components/schemas/BusinessCreateRequestBody":{"id":"components/schemas/BusinessCreateRequestBody","kind":"json-schema","title":"BusinessCreateRequestBody","data":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Name of the business","example":"Minimalistic business"},"streetAndNo":{"type":"string","description":"Address of the business","example":"Piac utca 22."},"addressLine2":{"type":"string","description":"An address extra"},"zip":{"type":"string","description":"Zip code of the business","example":"4025"},"city":{"type":"string","description":"City of the business","example":"Debrecen"},"country":{"type":"string","description":"Country of the business","example":"HU","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"contractDuration":{"type":"integer","description":"Contract Duration","format":"int64","example":12},"productPlan":{"type":"integer","description":"Product plan","format":"int64","example":2404}}}},"components/schemas/BusinessDirectoryAccountResponse":{"id":"components/schemas/BusinessDirectoryAccountResponse","kind":"json-schema","title":"BusinessDirectoryAccountResponse","data":{"type":"object","properties":{"id":{"type":"integer","description":"The ID of the account","format":"int64"},"accountId":{"type":"string","description":"The external ID of the account"},"name":{"type":"string","description":"The name of the account as it appears on the directory"},"usedInBusiness":{"type":"integer","description":"Number of business connections that belong to this account","format":"int32"},"canDisconnect":{"type":"boolean","description":"Indicates if the account can be removed"}},"description":"Response object for a business directory account"}},"components/schemas/BusinessDirectoryAccountResponseWrapper":{"id":"components/schemas/BusinessDirectoryAccountResponseWrapper","kind":"json-schema","title":"BusinessDirectoryAccountResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"id":{"type":"integer","description":"The ID of the account","format":"int64"},"accountId":{"type":"string","description":"The external ID of the account"},"name":{"type":"string","description":"The name of the account as it appears on the directory"},"usedInBusiness":{"type":"integer","description":"Number of business connections that belong to this account","format":"int32"},"canDisconnect":{"type":"boolean","description":"Indicates if the account can be removed"}},"description":"Response object for a business directory account"}}}},"components/schemas/BusinessDirectoryPageResponse":{"id":"components/schemas/BusinessDirectoryPageResponse","kind":"json-schema","title":"BusinessDirectoryPageResponse","data":{"type":"object","properties":{"id":{"type":"string","description":"The ID of the page"},"accountId":{"type":"integer","description":"The ID of the account that page belongs to","format":"int64"},"name":{"type":"string","description":"The external name of the page"},"link":{"type":"string","description":"The URL link to the page"},"usedInBusiness":{"type":"integer","description":"The number of businesses that belong to this page","format":"int32"},"managedByAccount":{"type":"boolean","description":"Indicates whether this page is managed by an account hence that has a business connection"},"type":{"type":"string","description":"The type of the page (e.g. BRAND or LOCATIONS)","enum":["BRAND_AND_LOCATIONS","BRAND","LOCATIONS"]},"metrics":{"type":"object","description":"Page performance metrics"},"connection":{"type":"object","description":"Status of the page connection"}},"description":"The response of an external entity of a business directory page"}},"components/schemas/BusinessDirectoryPageResponseWrapper":{"id":"components/schemas/BusinessDirectoryPageResponseWrapper","kind":"json-schema","title":"BusinessDirectoryPageResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"id":{"type":"string","description":"The ID of the page"},"accountId":{"type":"integer","description":"The ID of the account that page belongs to","format":"int64"},"name":{"type":"string","description":"The external name of the page"},"link":{"type":"string","description":"The URL link to the page"},"usedInBusiness":{"type":"integer","description":"The number of businesses that belong to this page","format":"int32"},"managedByAccount":{"type":"boolean","description":"Indicates whether this page is managed by an account hence that has a business connection"},"type":{"type":"string","description":"The type of the page (e.g. BRAND or LOCATIONS)","enum":["BRAND_AND_LOCATIONS","BRAND","LOCATIONS"]},"metrics":{"type":"object","description":"Page performance metrics"},"connection":{"type":"object","description":"Status of the page connection"}},"description":"The response of an external entity of a business directory page"}}}},"components/schemas/BusinessFiltersResponse":{"id":"components/schemas/BusinessFiltersResponse","kind":"json-schema","title":"BusinessFiltersResponse","data":{"type":"object","properties":{"id":{"type":"integer","description":"Business ID","format":"int64"},"name":{"type":"string","description":"Business Name"}},"description":"Business"}},"components/schemas/BusinessPageResponse":{"id":"components/schemas/BusinessPageResponse","kind":"json-schema","title":"BusinessPageResponse","data":{"type":"object","properties":{"businesses":{"type":"array","description":"List of businesses","items":{"type":"object","properties":{"addressLine2":{"type":"string"},"businessSyncable":{"type":"boolean"},"city":{"type":"string"},"country":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"dateCreated":{"type":"string","format":"date-time"},"dateExpiration":{"type":"string","format":"date-time"},"defaultOriginalPrice":{"type":"integer","format":"int32"},"defaultPrice":{"type":"integer","format":"int32"},"defaultPriceSetup":{"type":"integer","format":"int32"},"id":{"type":"integer","format":"int64"},"identifier":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["SMB","ENTERPRISE"]},"phone":{"type":"string"},"province":{"type":"string"},"status":{"type":"string","enum":["CREATED","NOT_CONFIRMED","ACTIVE","DELETED"]},"streetAndNo":{"type":"string"},"zip":{"type":"string"},"nextProductPlanId":{"type":"integer","format":"int64"},"effectiveDate":{"type":"string","format":"date-time"},"numOfLocations":{"type":"integer","format":"int32"},"productPlan":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id","format":"int64"},"name":{"type":"string","description":"The name of the product plan"},"salesPartnerId":{"type":"integer","description":"Sales Partner of the Product Plan","format":"int64"},"features":{"uniqueItems":true,"type":"array","description":"List of features supported by this plan","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"updatedDirectories":{"uniqueItems":true,"type":"array","description":"List of directories supported by this plan","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countryPrice":{"type":"array","description":"Prices per location for each supported country","items":{"required":["country","price"],"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":"Price for the specific Country","format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32"},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Product Plan Country Price Response Model"}},"currency":{"type":"string","description":"The abbreviation of the currency the product plan is charged in."},"defaultPlan":{"type":"boolean","description":"True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently."},"identifier":{"type":"string","description":"The Product Plan identifier based on your internal identification system"},"description":{"type":"string","description":"Description of the plan"},"dateCreated":{"type":"string","description":"The date and time the Product Plan was created in our database","format":"date-time"},"lastUpdated":{"type":"string","description":"The date and time the Product Plan was last updated","format":"date-time"},"duration":{"type":"integer","description":"Duration of the Product Plan in months","format":"int32"},"initialDuration":{"type":"integer","description":"Initial Duration","format":"int32"},"billingPeriod":{"type":"integer","description":"Cadency with which an invoice is generated for this Product Plan","format":"int32"},"initialBillingPeriod":{"type":"integer","description":"Initial Billing Period","format":"int32"},"defaultPrice":{"type":"integer","description":"Define a global price for the Product Plan that gets applied for all countries","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Set-up price per location in cent","format":"int32"},"defaultMarketDevelopmentFunds":{"type":"integer","description":"Default Market Development Funds","format":"int32"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"One among PENDING_APPROVAL, ACTIVE, INACTIVE"},"children":[]}]}]}],"enum":["ACTIVE","INACTIVE","PENDING_APPROVAL","DELETED"]}},"description":"Product Plan Response Model"},"countryPrices":{"type":"array","items":{"type":"object","properties":{"country":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","format":"int32"},"priceSetup":{"type":"integer","format":"int32"},"marketDevelopmentFunds":{"type":"integer","format":"int32"},"currency":{"type":"string"}},"description":"Price per country response model"}},"productPlanId":{"type":"integer","format":"int64"},"defaultCurrency":{"type":"string"},"fieldMask":{"type":"array","items":{"type":"string"}},"productPlanFieldMask":{"type":"array","items":{"type":"string"}},"customFields":{"type":"array","items":{"type":"string"}},"directoryBusinessPages":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"},"type":{"type":"string","description":"Type","enum":["FACEBOOK","INSTAGRAM","GOOGLE","TWITTER","APPLE_MAPS","TRUSTPILOT","LINKED_IN","TIK_TOK"]},"directoryBusinessPageId":{"type":"string","description":"Directory Business Page Id"},"status":{"type":"string","description":"Status","enum":["VALID","INVALID","CREATION_NEEDED"]}}}}},"description":"Business Response Model"}},"max":{"type":"integer","description":"Max","format":"int32"},"offset":{"type":"integer","description":"Offset","format":"int32"},"count":{"type":"integer","description":"Total number of businesses","format":"int64"},"warnings":{"type":"array","description":"List of warnings","items":{"type":"string"}}},"description":"Business Page Response Model"}},"components/schemas/BusinessPageResponseWrapper":{"id":"components/schemas/BusinessPageResponseWrapper","kind":"json-schema","title":"BusinessPageResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"businesses":{"type":"array","description":"List of businesses","items":{"type":"object","properties":{"addressLine2":{"type":"string"},"businessSyncable":{"type":"boolean"},"city":{"type":"string"},"country":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"dateCreated":{"type":"string","format":"date-time"},"dateExpiration":{"type":"string","format":"date-time"},"defaultOriginalPrice":{"type":"integer","format":"int32"},"defaultPrice":{"type":"integer","format":"int32"},"defaultPriceSetup":{"type":"integer","format":"int32"},"id":{"type":"integer","format":"int64"},"identifier":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["SMB","ENTERPRISE"]},"phone":{"type":"string"},"province":{"type":"string"},"status":{"type":"string","enum":["CREATED","NOT_CONFIRMED","ACTIVE","DELETED"]},"streetAndNo":{"type":"string"},"zip":{"type":"string"},"nextProductPlanId":{"type":"integer","format":"int64"},"effectiveDate":{"type":"string","format":"date-time"},"numOfLocations":{"type":"integer","format":"int32"},"productPlan":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id","format":"int64"},"name":{"type":"string","description":"The name of the product plan"},"salesPartnerId":{"type":"integer","description":"Sales Partner of the Product Plan","format":"int64"},"features":{"uniqueItems":true,"type":"array","description":"List of features supported by this plan","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"updatedDirectories":{"uniqueItems":true,"type":"array","description":"List of directories supported by this plan","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countryPrice":{"type":"array","description":"Prices per location for each supported country","items":{"required":["country","price"],"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":"Price for the specific Country","format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32"},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Product Plan Country Price Response Model"}},"currency":{"type":"string","description":"The abbreviation of the currency the product plan is charged in."},"defaultPlan":{"type":"boolean","description":"True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently."},"identifier":{"type":"string","description":"The Product Plan identifier based on your internal identification system"},"description":{"type":"string","description":"Description of the plan"},"dateCreated":{"type":"string","description":"The date and time the Product Plan was created in our database","format":"date-time"},"lastUpdated":{"type":"string","description":"The date and time the Product Plan was last updated","format":"date-time"},"duration":{"type":"integer","description":"Duration of the Product Plan in months","format":"int32"},"initialDuration":{"type":"integer","description":"Initial Duration","format":"int32"},"billingPeriod":{"type":"integer","description":"Cadency with which an invoice is generated for this Product Plan","format":"int32"},"initialBillingPeriod":{"type":"integer","description":"Initial Billing Period","format":"int32"},"defaultPrice":{"type":"integer","description":"Define a global price for the Product Plan that gets applied for all countries","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Set-up price per location in cent","format":"int32"},"defaultMarketDevelopmentFunds":{"type":"integer","description":"Default Market Development Funds","format":"int32"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"One among PENDING_APPROVAL, ACTIVE, INACTIVE"},"children":[]}]}]}],"enum":["ACTIVE","INACTIVE","PENDING_APPROVAL","DELETED"]}},"description":"Product Plan Response Model"},"countryPrices":{"type":"array","items":{"type":"object","properties":{"country":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","format":"int32"},"priceSetup":{"type":"integer","format":"int32"},"marketDevelopmentFunds":{"type":"integer","format":"int32"},"currency":{"type":"string"}},"description":"Price per country response model"}},"productPlanId":{"type":"integer","format":"int64"},"defaultCurrency":{"type":"string"},"fieldMask":{"type":"array","items":{"type":"string"}},"productPlanFieldMask":{"type":"array","items":{"type":"string"}},"customFields":{"type":"array","items":{"type":"string"}},"directoryBusinessPages":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"},"type":{"type":"string","description":"Type","enum":["FACEBOOK","INSTAGRAM","GOOGLE","TWITTER","APPLE_MAPS","TRUSTPILOT","LINKED_IN","TIK_TOK"]},"directoryBusinessPageId":{"type":"string","description":"Directory Business Page Id"},"status":{"type":"string","description":"Status","enum":["VALID","INVALID","CREATION_NEEDED"]}}}}},"description":"Business Response Model"}},"max":{"type":"integer","description":"Max","format":"int32"},"offset":{"type":"integer","description":"Offset","format":"int32"},"count":{"type":"integer","description":"Total number of businesses","format":"int64"},"warnings":{"type":"array","description":"List of warnings","items":{"type":"string"}}},"description":"Business Page Response Model"}}}},"components/schemas/BusinessResponse":{"id":"components/schemas/BusinessResponse","kind":"json-schema","title":"BusinessResponse","data":{"type":"object","properties":{"addressLine2":{"type":"string"},"businessSyncable":{"type":"boolean"},"city":{"type":"string"},"country":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"dateCreated":{"type":"string","format":"date-time"},"dateExpiration":{"type":"string","format":"date-time"},"defaultOriginalPrice":{"type":"integer","format":"int32"},"defaultPrice":{"type":"integer","format":"int32"},"defaultPriceSetup":{"type":"integer","format":"int32"},"id":{"type":"integer","format":"int64"},"identifier":{"type":"string"},"name":{"type":"string"},"type":{"type":"string","enum":["SMB","ENTERPRISE"]},"phone":{"type":"string"},"province":{"type":"string"},"status":{"type":"string","enum":["CREATED","NOT_CONFIRMED","ACTIVE","DELETED"]},"streetAndNo":{"type":"string"},"zip":{"type":"string"},"nextProductPlanId":{"type":"integer","format":"int64"},"effectiveDate":{"type":"string","format":"date-time"},"numOfLocations":{"type":"integer","format":"int32"},"productPlan":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id","format":"int64"},"name":{"type":"string","description":"The name of the product plan"},"salesPartnerId":{"type":"integer","description":"Sales Partner of the Product Plan","format":"int64"},"features":{"uniqueItems":true,"type":"array","description":"List of features supported by this plan","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"updatedDirectories":{"uniqueItems":true,"type":"array","description":"List of directories supported by this plan","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countryPrice":{"type":"array","description":"Prices per location for each supported country","items":{"required":["country","price"],"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":"Price for the specific Country","format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32"},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Product Plan Country Price Response Model"}},"currency":{"type":"string","description":"The abbreviation of the currency the product plan is charged in."},"defaultPlan":{"type":"boolean","description":"True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently."},"identifier":{"type":"string","description":"The Product Plan identifier based on your internal identification system"},"description":{"type":"string","description":"Description of the plan"},"dateCreated":{"type":"string","description":"The date and time the Product Plan was created in our database","format":"date-time"},"lastUpdated":{"type":"string","description":"The date and time the Product Plan was last updated","format":"date-time"},"duration":{"type":"integer","description":"Duration of the Product Plan in months","format":"int32"},"initialDuration":{"type":"integer","description":"Initial Duration","format":"int32"},"billingPeriod":{"type":"integer","description":"Cadency with which an invoice is generated for this Product Plan","format":"int32"},"initialBillingPeriod":{"type":"integer","description":"Initial Billing Period","format":"int32"},"defaultPrice":{"type":"integer","description":"Define a global price for the Product Plan that gets applied for all countries","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Set-up price per location in cent","format":"int32"},"defaultMarketDevelopmentFunds":{"type":"integer","description":"Default Market Development Funds","format":"int32"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"One among PENDING_APPROVAL, ACTIVE, INACTIVE"},"children":[]}]}]}],"enum":["ACTIVE","INACTIVE","PENDING_APPROVAL","DELETED"]}},"description":"Product Plan Response Model"},"countryPrices":{"type":"array","items":{"type":"object","properties":{"country":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","format":"int32"},"priceSetup":{"type":"integer","format":"int32"},"marketDevelopmentFunds":{"type":"integer","format":"int32"},"currency":{"type":"string"}},"description":"Price per country response model"}},"productPlanId":{"type":"integer","format":"int64"},"defaultCurrency":{"type":"string"},"fieldMask":{"type":"array","items":{"type":"string"}},"productPlanFieldMask":{"type":"array","items":{"type":"string"}},"customFields":{"type":"array","items":{"type":"string"}},"directoryBusinessPages":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"},"type":{"type":"string","description":"Type","enum":["FACEBOOK","INSTAGRAM","GOOGLE","TWITTER","APPLE_MAPS","TRUSTPILOT","LINKED_IN","TIK_TOK"]},"directoryBusinessPageId":{"type":"string","description":"Directory Business Page Id"},"status":{"type":"string","description":"Status","enum":["VALID","INVALID","CREATION_NEEDED"]}}}}},"description":"Business Response Model"}},"components/schemas/BusinessResponseDirectoryBusinessPagesDetails":{"id":"components/schemas/BusinessResponseDirectoryBusinessPagesDetails","kind":"json-schema","title":"BusinessResponseDirectoryBusinessPagesDetails","data":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"},"type":{"type":"string","description":"Type","enum":["FACEBOOK","INSTAGRAM","GOOGLE","TWITTER","APPLE_MAPS","TRUSTPILOT","LINKED_IN","TIK_TOK"]},"directoryBusinessPageId":{"type":"string","description":"Directory Business Page Id"},"status":{"type":"string","description":"Status","enum":["VALID","INVALID","CREATION_NEEDED"]}}}},"components/schemas/BusinessResponseObject":{"id":"components/schemas/BusinessResponseObject","kind":"json-schema","title":"BusinessResponseObject","data":{"type":"object","properties":{"business":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the business","format":"int64"},"name":{"type":"string","description":"The business's name"},"type":{"type":"string","description":"Business type. One of SMB or ENTERPRISE","example":"[SMB, ENTERPRISE]","enum":["SMB","ENTERPRISE"]},"streetAndNo":{"type":"string","description":"Address of the business"},"addressLine2":{"type":"string","description":"An address extra: e.g. building, floor...","example":"building, floor..."},"province":{"type":"string","description":"Province. Only send when not blank"},"zip":{"type":"string","description":"Zipcode of the business"},"city":{"type":"string","description":"City of the business"},"identifier":{"type":"string","description":"The business identifier based on your internal identification system"},"country":{"type":"string","description":"Country of the business","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"phone":{"type":"string","description":"Business's phone number"},"productPlan":{"required":["duration","name"],"type":"object","properties":{"defaultPlan":{"type":"boolean","description":"True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently."},"description":{"type":"string","description":"Description of the plan"},"identifier":{"type":"string","description":"The Product Plan identifier based on your internal identification system"},"name":{"type":"string","description":"The name of the product plan"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"One among PENDING_APPROVAL, ACTIVE, INACTIVE"},"children":[]}]}]}],"enum":["ACTIVE","INACTIVE","PENDING_APPROVAL","DELETED"]},"automationDirectories":{"uniqueItems":true,"type":"array","description":"List of directories supported by this plan","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"billingPeriod":{"type":"integer","description":"Period in months for which the location is billed","format":"int32"},"countryPrices":{"uniqueItems":true,"type":"array","description":"List of country specific prices","items":{"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price for the country in cents: e.g. 1500 for 15 €"},"children":[]}]}]}],"format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32","example":99},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Price per country Model"}},"defaultMarketDevelopmentFunds":{"type":"integer","description":"Default Market Development Funds","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPrice":{"type":"integer","description":"Mandatory if countryPrices is not populated. Define a global price for the Product Plan that gets applied for all countries","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Set-up price per location in cent","format":"int32"},"duration":{"type":"integer","description":"Duration of the Product Plan in months","format":"int32"},"features":{"uniqueItems":true,"type":"array","description":"List of features supported by this plan","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"initialBillingPeriod":{"type":"integer","description":"Initial Billing Period","format":"int32"},"initialDuration":{"type":"integer","description":"Initial Duration","format":"int32"}},"description":"The chosen product plan"},"preSync":{"type":"boolean","description":"Pre sync"},"dateCreated":{"type":"string","description":"The date and time the business was created in uberall database","format":"date-time"},"status":{"type":"string","description":"Business's status","enum":["CREATED","NOT_CONFIRMED","ACTIVE","DELETED"]},"countryPrices":{"uniqueItems":true,"type":"array","description":"List of country specific prices","items":{"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price for the country in cents: e.g. 1500 for 15 €"},"children":[]}]}]}],"format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32","example":99},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Price per country Model"}},"defaultPrice":{"type":"integer","description":"Business default price in cent","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Business default setup price in cent","format":"int32"},"customFields":{"type":"string","description":"Custom fields allow for additional information to be added at the location level. All locations within the business will have the same list of custom fields."},"dateExpiration":{"type":"string","description":"The date the business's contract expires","format":"date-time"},"businessSyncable":{"type":"boolean","description":"True if the business is allowed to start a sync. Only relevant for Businesses with more than 10 locations."},"numOfLocations":{"type":"integer","description":"Number of active locations","format":"int32"},"effectiveDate":{"type":"string","description":"Date when the business automatically changes its product plan to the new product plan (defined by nextProductPlanId)","format":"date-time"},"nextProductPlanId":{"type":"integer","description":"ID of the next product plan applied for the business on the defined effectiveDate","format":"int64"},"priceRetail":{"type":"integer","description":"Retail price","format":"int64"},"contractDuration":{"type":"integer","description":"Contract duration of the chosen product plan in months","format":"int64"},"defaultPriceMin":{"type":"integer","format":"int64"},"defaultCurrency":{"type":"string"}},"description":"Business Model"}},"description":"The actual response object of the response"}},"components/schemas/BusinessResponseWrapper":{"id":"components/schemas/BusinessResponseWrapper","kind":"json-schema","title":"BusinessResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"business":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the business","format":"int64"},"name":{"type":"string","description":"The business's name"},"type":{"type":"string","description":"Business type. One of SMB or ENTERPRISE","example":"[SMB, ENTERPRISE]","enum":["SMB","ENTERPRISE"]},"streetAndNo":{"type":"string","description":"Address of the business"},"addressLine2":{"type":"string","description":"An address extra: e.g. building, floor...","example":"building, floor..."},"province":{"type":"string","description":"Province. Only send when not blank"},"zip":{"type":"string","description":"Zipcode of the business"},"city":{"type":"string","description":"City of the business"},"identifier":{"type":"string","description":"The business identifier based on your internal identification system"},"country":{"type":"string","description":"Country of the business","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"phone":{"type":"string","description":"Business's phone number"},"productPlan":{"required":["duration","name"],"type":"object","properties":{"defaultPlan":{"type":"boolean","description":"True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently."},"description":{"type":"string","description":"Description of the plan"},"identifier":{"type":"string","description":"The Product Plan identifier based on your internal identification system"},"name":{"type":"string","description":"The name of the product plan"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"One among PENDING_APPROVAL, ACTIVE, INACTIVE"},"children":[]}]}]}],"enum":["ACTIVE","INACTIVE","PENDING_APPROVAL","DELETED"]},"automationDirectories":{"uniqueItems":true,"type":"array","description":"List of directories supported by this plan","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"billingPeriod":{"type":"integer","description":"Period in months for which the location is billed","format":"int32"},"countryPrices":{"uniqueItems":true,"type":"array","description":"List of country specific prices","items":{"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price for the country in cents: e.g. 1500 for 15 €"},"children":[]}]}]}],"format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32","example":99},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Price per country Model"}},"defaultMarketDevelopmentFunds":{"type":"integer","description":"Default Market Development Funds","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPrice":{"type":"integer","description":"Mandatory if countryPrices is not populated. Define a global price for the Product Plan that gets applied for all countries","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Set-up price per location in cent","format":"int32"},"duration":{"type":"integer","description":"Duration of the Product Plan in months","format":"int32"},"features":{"uniqueItems":true,"type":"array","description":"List of features supported by this plan","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"initialBillingPeriod":{"type":"integer","description":"Initial Billing Period","format":"int32"},"initialDuration":{"type":"integer","description":"Initial Duration","format":"int32"}},"description":"The chosen product plan"},"preSync":{"type":"boolean","description":"Pre sync"},"dateCreated":{"type":"string","description":"The date and time the business was created in uberall database","format":"date-time"},"status":{"type":"string","description":"Business's status","enum":["CREATED","NOT_CONFIRMED","ACTIVE","DELETED"]},"countryPrices":{"uniqueItems":true,"type":"array","description":"List of country specific prices","items":{"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price for the country in cents: e.g. 1500 for 15 €"},"children":[]}]}]}],"format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32","example":99},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Price per country Model"}},"defaultPrice":{"type":"integer","description":"Business default price in cent","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Business default setup price in cent","format":"int32"},"customFields":{"type":"string","description":"Custom fields allow for additional information to be added at the location level. All locations within the business will have the same list of custom fields."},"dateExpiration":{"type":"string","description":"The date the business's contract expires","format":"date-time"},"businessSyncable":{"type":"boolean","description":"True if the business is allowed to start a sync. Only relevant for Businesses with more than 10 locations."},"numOfLocations":{"type":"integer","description":"Number of active locations","format":"int32"},"effectiveDate":{"type":"string","description":"Date when the business automatically changes its product plan to the new product plan (defined by nextProductPlanId)","format":"date-time"},"nextProductPlanId":{"type":"integer","description":"ID of the next product plan applied for the business on the defined effectiveDate","format":"int64"},"priceRetail":{"type":"integer","description":"Retail price","format":"int64"},"contractDuration":{"type":"integer","description":"Contract duration of the chosen product plan in months","format":"int64"},"defaultPriceMin":{"type":"integer","format":"int64"},"defaultCurrency":{"type":"string"}},"description":"Business Model"}},"description":"The actual response object of the response"}}}},"components/schemas/BusinessStatistics":{"id":"components/schemas/BusinessStatistics","kind":"json-schema","title":"BusinessStatistics","data":{"type":"object","properties":{"count":{"type":"integer","description":"Total number of businesses","format":"int32"},"countActive":{"type":"integer","description":"Number of active businesses","format":"int32"},"countWithoutLocations":{"type":"integer","description":"Number of businesses without any locations","format":"int32"},"countWithLocations":{"type":"integer","description":"Number of businesses with at least one location","format":"int32"}},"description":"Business Statistics Model"}},"components/schemas/BusinessStatisticsWrapper":{"id":"components/schemas/BusinessStatisticsWrapper","kind":"json-schema","title":"BusinessStatisticsWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"count":{"type":"integer","description":"Total number of businesses","format":"int32"},"countActive":{"type":"integer","description":"Number of active businesses","format":"int32"},"countWithoutLocations":{"type":"integer","description":"Number of businesses without any locations","format":"int32"},"countWithLocations":{"type":"integer","description":"Number of businesses with at least one location","format":"int32"}},"description":"Business Statistics Model"}}}},"components/schemas/CallToAction":{"id":"components/schemas/CallToAction","kind":"json-schema","title":"CallToAction","data":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"components/schemas/CallTrackingNumber":{"id":"components/schemas/CallTrackingNumber","kind":"json-schema","title":"CallTrackingNumber","data":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"number":{"type":"string","description":"The call tracking number for the select directory -- must be different than the location's primary phone number."}},"description":"Call Tracking Number"}},"components/schemas/CategoriesResponseObject":{"id":"components/schemas/CategoriesResponseObject","kind":"json-schema","title":"CategoriesResponseObject","data":{"type":"object","properties":{"max":{"type":"integer","description":"The max number of results","format":"int32","example":1},"offset":{"type":"integer","description":"The offset","format":"int32"},"count":{"type":"integer","description":"The total count of results","format":"int32","example":1},"results":{"type":"object","properties":{"resultTotalCount":{"type":"integer","description":"Result total count","format":"int32","example":1},"results":{"type":"array","description":"Result categories","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the category","format":"int64"},"name":{"type":"string","description":"The category description"},"selectable":{"type":"boolean","description":"Boolean indicating whether the category can be used"},"fullName":{"type":"string"},"parent":{"type":"integer","description":"The parent category","format":"int64"}},"description":"Represents one of uberall's categories"}}},"description":"Results"},"suggestionResults":{"type":"object","properties":{"suggestionsTotalCount":{"type":"integer","description":"Suggestions total count","format":"int32","example":1},"suggestions":{"type":"array","description":"suggestions","items":{"type":"object","properties":{"id":{"type":"integer","description":"The id of the suggestion","format":"int64","example":41},"name":{"type":"string","description":"The name","example":"Avión"},"fullName":{"type":"string","description":"The full name","example":"Automóvil y Transporte > Aeropuerto, Aerolíneas y Servicios de Aviación > Avión"},"keyword":{"type":"string","description":"The keyword","example":"Automóvil y motor"}}}}}}},"description":"The actual response object of the response"}},"components/schemas/CategoriesResponseWrapper":{"id":"components/schemas/CategoriesResponseWrapper","kind":"json-schema","title":"CategoriesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"max":{"type":"integer","description":"The max number of results","format":"int32","example":1},"offset":{"type":"integer","description":"The offset","format":"int32"},"count":{"type":"integer","description":"The total count of results","format":"int32","example":1},"results":{"type":"object","properties":{"resultTotalCount":{"type":"integer","description":"Result total count","format":"int32","example":1},"results":{"type":"array","description":"Result categories","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the category","format":"int64"},"name":{"type":"string","description":"The category description"},"selectable":{"type":"boolean","description":"Boolean indicating whether the category can be used"},"fullName":{"type":"string"},"parent":{"type":"integer","description":"The parent category","format":"int64"}},"description":"Represents one of uberall's categories"}}},"description":"Results"},"suggestionResults":{"type":"object","properties":{"suggestionsTotalCount":{"type":"integer","description":"Suggestions total count","format":"int32","example":1},"suggestions":{"type":"array","description":"suggestions","items":{"type":"object","properties":{"id":{"type":"integer","description":"The id of the suggestion","format":"int64","example":41},"name":{"type":"string","description":"The name","example":"Avión"},"fullName":{"type":"string","description":"The full name","example":"Automóvil y Transporte > Aeropuerto, Aerolíneas y Servicios de Aviación > Avión"},"keyword":{"type":"string","description":"The keyword","example":"Automóvil y motor"}}}}}}},"description":"The actual response object of the response"}}}},"components/schemas/CategoriesResultsObject":{"id":"components/schemas/CategoriesResultsObject","kind":"json-schema","title":"CategoriesResultsObject","data":{"type":"object","properties":{"resultTotalCount":{"type":"integer","description":"Result total count","format":"int32","example":1},"results":{"type":"array","description":"Result categories","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the category","format":"int64"},"name":{"type":"string","description":"The category description"},"selectable":{"type":"boolean","description":"Boolean indicating whether the category can be used"},"fullName":{"type":"string"},"parent":{"type":"integer","description":"The parent category","format":"int64"}},"description":"Represents one of uberall's categories"}}},"description":"Results"}},"components/schemas/CategoriesSuggestionResultsObject":{"id":"components/schemas/CategoriesSuggestionResultsObject","kind":"json-schema","title":"CategoriesSuggestionResultsObject","data":{"type":"object","properties":{"suggestionsTotalCount":{"type":"integer","description":"Suggestions total count","format":"int32","example":1},"suggestions":{"type":"array","description":"suggestions","items":{"type":"object","properties":{"id":{"type":"integer","description":"The id of the suggestion","format":"int64","example":41},"name":{"type":"string","description":"The name","example":"Avión"},"fullName":{"type":"string","description":"The full name","example":"Automóvil y Transporte > Aeropuerto, Aerolíneas y Servicios de Aviación > Avión"},"keyword":{"type":"string","description":"The keyword","example":"Automóvil y motor"}}}}}}},"components/schemas/CategoriesSuggestionsObject":{"id":"components/schemas/CategoriesSuggestionsObject","kind":"json-schema","title":"CategoriesSuggestionsObject","data":{"type":"object","properties":{"id":{"type":"integer","description":"The id of the suggestion","format":"int64","example":41},"name":{"type":"string","description":"The name","example":"Avión"},"fullName":{"type":"string","description":"The full name","example":"Automóvil y Transporte > Aeropuerto, Aerolíneas y Servicios de Aviación > Avión"},"keyword":{"type":"string","description":"The keyword","example":"Automóvil y motor"}}}},"components/schemas/Category":{"id":"components/schemas/Category","kind":"json-schema","title":"Category","data":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the category","format":"int64"},"name":{"type":"string","description":"The category description"},"selectable":{"type":"boolean","description":"Boolean indicating whether the category can be used"},"fullName":{"type":"string"},"parent":{"type":"integer","description":"The parent category","format":"int64"}},"description":"Represents one of uberall's categories"}},"components/schemas/CheckConflictRequest":{"id":"components/schemas/CheckConflictRequest","kind":"json-schema","title":"CheckConflictRequest","data":{"type":"object","properties":{"businesses":{"type":"array","description":"List of business ids. Only check Auto Response Rules identified by the business ids listed in businesses","items":{"type":"integer","format":"int64"}},"locations":{"type":"array","description":"List of location ids. nly check Auto Response Rules identified by the location ids listed in locations","items":{"type":"integer","format":"int64"}},"excludedLocations":{"type":"array","description":"List of location ids that should be excluded from the check","items":{"type":"integer","format":"int64"}},"triggers":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Only check Auto Response Rules that also apply to these triggers, use ONE_STAR, TWO_STAR, THREE_STAR, FOUR_STAR and/or FIVE_STAR"},"children":[]}]}]}],"items":{"type":"string"}},"ignoreRule":{"type":"integer","description":"When editing an Auto Response Rule, send the id from the rule being edited in this field","format":"int64"}},"description":"Check Conflict Request"}},"components/schemas/CitiesResponse":{"id":"components/schemas/CitiesResponse","kind":"json-schema","title":"CitiesResponse","data":{"type":"object","properties":{"cities":{"type":"array","description":"List of cities","example":["City1","City2"],"items":{"type":"string"}}},"description":"Cities response model"}},"components/schemas/CitiesResponseWrapper":{"id":"components/schemas/CitiesResponseWrapper","kind":"json-schema","title":"CitiesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"cities":{"type":"array","description":"List of cities","example":["City1","City2"],"items":{"type":"string"}}},"description":"Cities response model"}}}},"components/schemas/ConflictingRuleResponse":{"id":"components/schemas/ConflictingRuleResponse","kind":"json-schema","title":"ConflictingRuleResponse","data":{"type":"object","properties":{"id":{"type":"string","description":"id of conflicting Auto Response Rule"},"name":{"type":"string","description":"Name of conflicting Auto Response Rule"}},"description":"Conflicting Rule Response Model"}},"components/schemas/ConflictingRulesResponseWrapper":{"id":"components/schemas/ConflictingRulesResponseWrapper","kind":"json-schema","title":"ConflictingRulesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"uniqueItems":true,"type":"array","description":"The actual response object of the response","items":{"type":"object","properties":{"id":{"type":"string","description":"id of conflicting Auto Response Rule"},"name":{"type":"string","description":"Name of conflicting Auto Response Rule"}},"description":"Conflicting Rule Response Model"}}}}},"components/schemas/Connect":{"id":"components/schemas/Connect","kind":"json-schema","title":"Connect","data":{"type":"object","properties":{"connectionId":{"type":"string","description":"Connection id that must be passed for directories like Twitter"},"accountId":{"type":"integer","description":"Directory account which will be used for establishing connection","format":"int64"}}}},"components/schemas/ConnectFlowUserDetails":{"id":"components/schemas/ConnectFlowUserDetails","kind":"json-schema","title":"ConnectFlowUserDetails","data":{"type":"object","properties":{"id":{"type":"integer","description":"Connected account detail (Account id)","format":"int64"},"name":{"type":"string","description":"Connected account detail (Account name)"},"email":{"type":"string","description":"Connected account detail (email)"},"dateConnected":{"type":"string","description":"his should indicate the date that this user made the connection","format":"date-time"},"defaultForSalesPartner":{"type":"boolean","description":"This should indicate whether the connection in place has been produced by a salesPartner level connection"},"defaultForBusiness":{"type":"boolean","description":"This should indicate whether the connection in place has been produced by a business level connection"}},"description":"Connect Flow User Details model"}},"components/schemas/ContentCollection":{"id":"components/schemas/ContentCollection","kind":"json-schema","title":"ContentCollection","data":{"required":["identifier","name","type"],"type":"object","properties":{"id":{"type":"integer","description":"Collection id","format":"int64"},"identifier":{"type":"string","description":"Mandatory - A unique identifier for the collection"},"name":{"type":"string","description":"Mandatory - Name of the content collection"},"description":{"type":"string","description":"A description of the collection"},"type":{"type":"string","description":"Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"contentLists":{"type":"array","description":"Mandatory - Sections within the content collections","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"locationIds":{"uniqueItems":true,"type":"array","description":"Location Ids that should be associated with this collection","items":{"type":"integer","format":"int64"}},"isReadOnly":{"type":"boolean","description":"Special field for FE indicating if the collection is read-only for the logged in user","example":false},"cuisineType":{"type":"string","description":"Only applicable to Menu content collections - indicates the cuisine the restaurant serves","enum":["AMERICAN","ASIAN","BRAZILIAN","BREAKFAST","BRUNCH","CHICKEN","CHINESE","FAMILY","FAST_FOOD","FRENCH","GREEK","GERMAN","HAMBURGER","INDIAN","INDONESIAN","ITALIAN","JAPANESE","KOREAN","LATIN_AMERICAN","MEDITERRANEAN","MEXICAN","PAKISTANI","PIZZA","SEAFOOD","SPANISH","SUSHI","THAI","TURKISH","VEGETARIAN","VIETNAMESE","OTHER_CUISINE"]},"url":{"type":"string","description":"Applicable to Menu collections only - url to the brand webpage menu"}},"description":"Content Collection"}},"components/schemas/ContentCollectionListObject":{"id":"components/schemas/ContentCollectionListObject","kind":"json-schema","title":"ContentCollectionListObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":50},"total":{"type":"integer","description":"Total count of results","format":"int32","example":304},"totalLocationsCount":{"type":"integer","description":"Total count of locations","format":"int32","example":100},"collections":{"type":"array","description":"Content Collection List","items":{"required":["identifier","name","type"],"type":"object","properties":{"id":{"type":"integer","description":"Collection id","format":"int64"},"identifier":{"type":"string","description":"Mandatory - A unique identifier for the collection"},"name":{"type":"string","description":"Mandatory - Name of the content collection"},"description":{"type":"string","description":"A description of the collection"},"type":{"type":"string","description":"Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"contentLists":{"type":"array","description":"Mandatory - Sections within the content collections","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"locationIds":{"uniqueItems":true,"type":"array","description":"Location Ids that should be associated with this collection","items":{"type":"integer","format":"int64"}},"isReadOnly":{"type":"boolean","description":"Special field for FE indicating if the collection is read-only for the logged in user","example":false},"cuisineType":{"type":"string","description":"Only applicable to Menu content collections - indicates the cuisine the restaurant serves","enum":["AMERICAN","ASIAN","BRAZILIAN","BREAKFAST","BRUNCH","CHICKEN","CHINESE","FAMILY","FAST_FOOD","FRENCH","GREEK","GERMAN","HAMBURGER","INDIAN","INDONESIAN","ITALIAN","JAPANESE","KOREAN","LATIN_AMERICAN","MEDITERRANEAN","MEXICAN","PAKISTANI","PIZZA","SEAFOOD","SPANISH","SUSHI","THAI","TURKISH","VEGETARIAN","VIETNAMESE","OTHER_CUISINE"]},"url":{"type":"string","description":"Applicable to Menu collections only - url to the brand webpage menu"}},"description":"Content Collection"}}},"description":"The actual response object of the response"}},"components/schemas/ContentCollectionListWrapper":{"id":"components/schemas/ContentCollectionListWrapper","kind":"json-schema","title":"ContentCollectionListWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":50},"total":{"type":"integer","description":"Total count of results","format":"int32","example":304},"totalLocationsCount":{"type":"integer","description":"Total count of locations","format":"int32","example":100},"collections":{"type":"array","description":"Content Collection List","items":{"required":["identifier","name","type"],"type":"object","properties":{"id":{"type":"integer","description":"Collection id","format":"int64"},"identifier":{"type":"string","description":"Mandatory - A unique identifier for the collection"},"name":{"type":"string","description":"Mandatory - Name of the content collection"},"description":{"type":"string","description":"A description of the collection"},"type":{"type":"string","description":"Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"contentLists":{"type":"array","description":"Mandatory - Sections within the content collections","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"locationIds":{"uniqueItems":true,"type":"array","description":"Location Ids that should be associated with this collection","items":{"type":"integer","format":"int64"}},"isReadOnly":{"type":"boolean","description":"Special field for FE indicating if the collection is read-only for the logged in user","example":false},"cuisineType":{"type":"string","description":"Only applicable to Menu content collections - indicates the cuisine the restaurant serves","enum":["AMERICAN","ASIAN","BRAZILIAN","BREAKFAST","BRUNCH","CHICKEN","CHINESE","FAMILY","FAST_FOOD","FRENCH","GREEK","GERMAN","HAMBURGER","INDIAN","INDONESIAN","ITALIAN","JAPANESE","KOREAN","LATIN_AMERICAN","MEDITERRANEAN","MEXICAN","PAKISTANI","PIZZA","SEAFOOD","SPANISH","SUSHI","THAI","TURKISH","VEGETARIAN","VIETNAMESE","OTHER_CUISINE"]},"url":{"type":"string","description":"Applicable to Menu collections only - url to the brand webpage menu"}},"description":"Content Collection"}}},"description":"The actual response object of the response"}}}},"components/schemas/ContentCollectionObject":{"id":"components/schemas/ContentCollectionObject","kind":"json-schema","title":"ContentCollectionObject","data":{"type":"object","properties":{"collection":{"required":["identifier","name","type"],"type":"object","properties":{"id":{"type":"integer","description":"Collection id","format":"int64"},"identifier":{"type":"string","description":"Mandatory - A unique identifier for the collection"},"name":{"type":"string","description":"Mandatory - Name of the content collection"},"description":{"type":"string","description":"A description of the collection"},"type":{"type":"string","description":"Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"contentLists":{"type":"array","description":"Mandatory - Sections within the content collections","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"locationIds":{"uniqueItems":true,"type":"array","description":"Location Ids that should be associated with this collection","items":{"type":"integer","format":"int64"}},"isReadOnly":{"type":"boolean","description":"Special field for FE indicating if the collection is read-only for the logged in user","example":false},"cuisineType":{"type":"string","description":"Only applicable to Menu content collections - indicates the cuisine the restaurant serves","enum":["AMERICAN","ASIAN","BRAZILIAN","BREAKFAST","BRUNCH","CHICKEN","CHINESE","FAMILY","FAST_FOOD","FRENCH","GREEK","GERMAN","HAMBURGER","INDIAN","INDONESIAN","ITALIAN","JAPANESE","KOREAN","LATIN_AMERICAN","MEDITERRANEAN","MEXICAN","PAKISTANI","PIZZA","SEAFOOD","SPANISH","SUSHI","THAI","TURKISH","VEGETARIAN","VIETNAMESE","OTHER_CUISINE"]},"url":{"type":"string","description":"Applicable to Menu collections only - url to the brand webpage menu"}},"description":"Content Collection"}},"description":"The actual response object of the response"}},"components/schemas/ContentCollectionWrapper":{"id":"components/schemas/ContentCollectionWrapper","kind":"json-schema","title":"ContentCollectionWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"collection":{"required":["identifier","name","type"],"type":"object","properties":{"id":{"type":"integer","description":"Collection id","format":"int64"},"identifier":{"type":"string","description":"Mandatory - A unique identifier for the collection"},"name":{"type":"string","description":"Mandatory - Name of the content collection"},"description":{"type":"string","description":"A description of the collection"},"type":{"type":"string","description":"Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"contentLists":{"type":"array","description":"Mandatory - Sections within the content collections","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"locationIds":{"uniqueItems":true,"type":"array","description":"Location Ids that should be associated with this collection","items":{"type":"integer","format":"int64"}},"isReadOnly":{"type":"boolean","description":"Special field for FE indicating if the collection is read-only for the logged in user","example":false},"cuisineType":{"type":"string","description":"Only applicable to Menu content collections - indicates the cuisine the restaurant serves","enum":["AMERICAN","ASIAN","BRAZILIAN","BREAKFAST","BRUNCH","CHICKEN","CHINESE","FAMILY","FAST_FOOD","FRENCH","GREEK","GERMAN","HAMBURGER","INDIAN","INDONESIAN","ITALIAN","JAPANESE","KOREAN","LATIN_AMERICAN","MEDITERRANEAN","MEXICAN","PAKISTANI","PIZZA","SEAFOOD","SPANISH","SUSHI","THAI","TURKISH","VEGETARIAN","VIETNAMESE","OTHER_CUISINE"]},"url":{"type":"string","description":"Applicable to Menu collections only - url to the brand webpage menu"}},"description":"Content Collection"}},"description":"The actual response object of the response"}}}},"components/schemas/ContentList":{"id":"components/schemas/ContentList","kind":"json-schema","title":"ContentList","data":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"components/schemas/ContentListResponseObject":{"id":"components/schemas/ContentListResponseObject","kind":"json-schema","title":"ContentListResponseObject","data":{"type":"object","properties":{"contentList":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"description":"The actual response object of the response"}},"components/schemas/ContentListResponseWrapper":{"id":"components/schemas/ContentListResponseWrapper","kind":"json-schema","title":"ContentListResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"contentList":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"description":"The actual response object of the response"}}}},"components/schemas/ContentListTranslation":{"id":"components/schemas/ContentListTranslation","kind":"json-schema","title":"ContentListTranslation","data":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"components/schemas/ContentListTranslationsDetails":{"id":"components/schemas/ContentListTranslationsDetails","kind":"json-schema","title":"ContentListTranslationsDetails","data":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Content List Translations Details","example":{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}}},"components/schemas/ContentListsObject":{"id":"components/schemas/ContentListsObject","kind":"json-schema","title":"ContentListsObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"total":{"type":"integer","description":"Total count of results","format":"int32","example":100},"totalLocationsCount":{"type":"integer","description":"Total count of locations","format":"int32","example":100},"contentLists":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}}},"description":"The actual response object of the response"}},"components/schemas/ContentListsWrapper":{"id":"components/schemas/ContentListsWrapper","kind":"json-schema","title":"ContentListsWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"total":{"type":"integer","description":"Total count of results","format":"int32","example":100},"totalLocationsCount":{"type":"integer","description":"Total count of locations","format":"int32","example":100},"contentLists":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}}},"description":"The actual response object of the response"}}}},"components/schemas/ContentObject":{"id":"components/schemas/ContentObject","kind":"json-schema","title":"ContentObject","data":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"The name of the product","example":"Strong Coffee"},"description":{"type":"string","description":"Description"},"identifier":{"type":"string","description":"Unique Identifier"},"listName":{"type":"string","description":"Name of the section this item belongs to","example":"Weekly menu"}}}},"components/schemas/CountriesResponse":{"id":"components/schemas/CountriesResponse","kind":"json-schema","title":"CountriesResponse","data":{"type":"object","properties":{"countries":{"type":"array","description":"List of countries","example":["Country1","Country2"],"items":{"type":"string"}}},"description":"CountriesResponse Model"}},"components/schemas/CountriesResponseWrapper":{"id":"components/schemas/CountriesResponseWrapper","kind":"json-schema","title":"CountriesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"countries":{"type":"array","description":"List of countries","example":["Country1","Country2"],"items":{"type":"string"}}},"description":"CountriesResponse Model"}}}},"components/schemas/CreateDirectoryBrandRequest":{"id":"components/schemas/CreateDirectoryBrandRequest","kind":"json-schema","title":"CreateDirectoryBrandRequest","data":{"required":["category","country","name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name for the directory brand"},"country":{"type":"string","description":"Country for the directory brand"},"category":{"type":"string","description":"Category for the directory brand"},"url":{"type":"string","description":"Website URL for the directory brand"},"appLink":{"type":"string","description":"AppLink for the directory brand"}},"description":"Details for creating a directory brand"}},"components/schemas/CreatePDFValidatorCommand":{"id":"components/schemas/CreatePDFValidatorCommand","kind":"json-schema","title":"CreatePDFValidatorCommand","data":{"type":"object"}},"components/schemas/CreateSalesPartnerRequestBody":{"id":"components/schemas/CreateSalesPartnerRequestBody","kind":"json-schema","title":"CreateSalesPartnerRequestBody","data":{"required":["address","name","parent"],"type":"object","properties":{"address":{"type":"string","description":"Full address string of the new child SalesPartner (Be aware: Can't be NULL or empty)"},"aggregateInvoicesToParent":{"type":"boolean","description":"Indicates if the invoice for this SalesPartner should be aggregated to the parent invoice"},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution Model"},"canSeePrices":{"type":"boolean","description":"Indicates if the child SalesPartner should be allowed to see price information for e.g. product plans"},"country":{"type":"string","description":"Country of the new child SalesPartner","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"emailAccounting":{"type":"string","description":"Accounting email of the new child SalesPartner"},"emailCustomerSupport":{"type":"string","description":"Customer support email of the new child SalesPartner"},"emailProjectLead":{"type":"string","description":"Project lead email of the new child SalesPartner"},"identifier":{"type":"string","description":"Identifier of the new child SalesPartner (e.g. your own customer ID for better reference)"},"minPasswordLength":{"type":"integer","description":"Minimum password length for all users of the new child SalesPartner","format":"int32"},"name":{"type":"string","description":"Name of child SalesPartner (Be aware: Can't be NULL or empty)"},"parent":{"type":"integer","description":"Parent ID of the associated parent SalesPartner. (Be aware: You need the Uberall SalesPartner ID of the parent)","format":"int64"},"phone":{"type":"string","description":"Phone number of the new child SalesPartner"},"preferredLanguage":{"type":"object","description":"Preferred language of the new child SalesPartner, for invoice purpose (either 'de' oder 'en')"},"salesPartnerStatus":{"type":"string","description":"Sales Partner Status Enum","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"vatId":{"type":"string","description":"VAT (Value-Added Tax) ID number of the SalesPartner (e.g. for Germany: DE123456789)"}}}},"components/schemas/CreateTemplateRequest":{"id":"components/schemas/CreateTemplateRequest","kind":"json-schema","title":"CreateTemplateRequest","data":{"required":["message","tags","title"],"type":"object","properties":{"title":{"type":"string","description":"The title of the template"},"message":{"type":"string","description":"The message that will be used in the response"},"tags":{"type":"string","description":"Template tags used for filtering"},"businesses":{"type":"array","description":"List of business ids that have access to the template.","items":{"type":"integer","format":"int64"}}}}},"components/schemas/CustomFieldsDetails":{"id":"components/schemas/CustomFieldsDetails","kind":"json-schema","title":"CustomFieldsDetails","data":{"type":"object","properties":{"name":{"type":"string","description":"The name of the custom field","example":"foo"},"value":{"type":"string","description":"The value of the custom field","example":"bar"}}}},"components/schemas/CustomItem":{"id":"components/schemas/CustomItem","kind":"json-schema","title":"CustomItem","data":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"mandatory, the custom name, e.g. 'Strong Coffee'"},"description":{"type":"string"},"identifier":{"type":"string"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the custom item","format":"int64"},"price":{"type":"integer","description":"optional, the price of the custom, e.g. 1500 ( i.e. 15,00 EUR )","format":"int32"},"currency":{"type":"object","description":"optional, indicating the currency for price and priceMax in ISO-4217, e.g. EUR"},"category":{"type":"string","description":"optional, a category name, e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"optional, a video about the custom"},"unit":{"type":"string","description":"optional, indicating the unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"optional, a url related to the custom item"},"priceMax":{"type":"integer","description":"optional, indicating there is a price range, e.g. 2500 ( i.e. 25,00 EUR )","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the custom-item (use the Image object format)"}},"description":"Custom Item"}},"components/schemas/CustomItemResponseObject":{"id":"components/schemas/CustomItemResponseObject","kind":"json-schema","title":"CustomItemResponseObject","data":{"type":"object","properties":{"customItem":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"mandatory, the custom name, e.g. 'Strong Coffee'"},"description":{"type":"string"},"identifier":{"type":"string"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the custom item","format":"int64"},"price":{"type":"integer","description":"optional, the price of the custom, e.g. 1500 ( i.e. 15,00 EUR )","format":"int32"},"currency":{"type":"object","description":"optional, indicating the currency for price and priceMax in ISO-4217, e.g. EUR"},"category":{"type":"string","description":"optional, a category name, e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"optional, a video about the custom"},"unit":{"type":"string","description":"optional, indicating the unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"optional, a url related to the custom item"},"priceMax":{"type":"integer","description":"optional, indicating there is a price range, e.g. 2500 ( i.e. 25,00 EUR )","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the custom-item (use the Image object format)"}},"description":"Custom Item"}},"description":"The actual response object of the response"}},"components/schemas/CustomItemResponseWrapper":{"id":"components/schemas/CustomItemResponseWrapper","kind":"json-schema","title":"CustomItemResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"customItem":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"mandatory, the custom name, e.g. 'Strong Coffee'"},"description":{"type":"string"},"identifier":{"type":"string"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the custom item","format":"int64"},"price":{"type":"integer","description":"optional, the price of the custom, e.g. 1500 ( i.e. 15,00 EUR )","format":"int32"},"currency":{"type":"object","description":"optional, indicating the currency for price and priceMax in ISO-4217, e.g. EUR"},"category":{"type":"string","description":"optional, a category name, e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"optional, a video about the custom"},"unit":{"type":"string","description":"optional, indicating the unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"optional, a url related to the custom item"},"priceMax":{"type":"integer","description":"optional, indicating there is a price range, e.g. 2500 ( i.e. 25,00 EUR )","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the custom-item (use the Image object format)"}},"description":"Custom Item"}},"description":"The actual response object of the response"}}}},"components/schemas/CustomItemSearchResponseObject":{"id":"components/schemas/CustomItemSearchResponseObject","kind":"json-schema","title":"CustomItemSearchResponseObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"total":{"type":"integer","description":"Total count of results","format":"int32","example":100},"customItems":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"mandatory, the custom name, e.g. 'Strong Coffee'"},"description":{"type":"string"},"identifier":{"type":"string"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the custom item","format":"int64"},"price":{"type":"integer","description":"optional, the price of the custom, e.g. 1500 ( i.e. 15,00 EUR )","format":"int32"},"currency":{"type":"object","description":"optional, indicating the currency for price and priceMax in ISO-4217, e.g. EUR"},"category":{"type":"string","description":"optional, a category name, e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"optional, a video about the custom"},"unit":{"type":"string","description":"optional, indicating the unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"optional, a url related to the custom item"},"priceMax":{"type":"integer","description":"optional, indicating there is a price range, e.g. 2500 ( i.e. 25,00 EUR )","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the custom-item (use the Image object format)"}},"description":"Custom Item"}}},"description":"The actual response object of the response"}},"components/schemas/CustomItemSearchResponseWrapper":{"id":"components/schemas/CustomItemSearchResponseWrapper","kind":"json-schema","title":"CustomItemSearchResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"total":{"type":"integer","description":"Total count of results","format":"int32","example":100},"customItems":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"mandatory, the custom name, e.g. 'Strong Coffee'"},"description":{"type":"string"},"identifier":{"type":"string"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the custom item","format":"int64"},"price":{"type":"integer","description":"optional, the price of the custom, e.g. 1500 ( i.e. 15,00 EUR )","format":"int32"},"currency":{"type":"object","description":"optional, indicating the currency for price and priceMax in ISO-4217, e.g. EUR"},"category":{"type":"string","description":"optional, a category name, e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"optional, a video about the custom"},"unit":{"type":"string","description":"optional, indicating the unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"optional, a url related to the custom item"},"priceMax":{"type":"integer","description":"optional, indicating there is a price range, e.g. 2500 ( i.e. 25,00 EUR )","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the custom-item (use the Image object format)"}},"description":"Custom Item"}}},"description":"The actual response object of the response"}}}},"components/schemas/DamAsset":{"id":"components/schemas/DamAsset","kind":"json-schema","title":"DamAsset","data":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"},"name":{"type":"string","description":"Name"},"description":{"type":"string","description":"Description"},"dateCreated":{"type":"string","description":"The date when the asset was created","format":"date-time"},"dateUpdated":{"type":"string","description":"The date when the asset was last updated","format":"date-time"},"status":{"type":"string","description":"Status of the asset","example":"VISIBLE","enum":["HIDDEN","VISIBLE","REMOVED"]},"type":{"type":"string","description":"Type of the asset","example":"AD_TEMPLATE","enum":["AD_TEMPLATE","SOCIAL_POST_TEMPLATE"]},"authorId":{"type":"integer","description":"The author of the asset","format":"int64"},"folderId":{"type":"integer","description":"The folder id where the asset is stored","format":"int64"},"locationIds":{"type":"array","description":"List of location Ids","items":{"type":"integer","format":"int64"}},"businessIds":{"type":"array","description":"List of business ids","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"List excluded location Ids","items":{"type":"integer","format":"int64"}},"labels":{"type":"array","description":"List of labels","items":{"type":"string"}}},"description":"Dam Asset Model"}},"components/schemas/DashboardExportData":{"id":"components/schemas/DashboardExportData","kind":"json-schema","title":"DashboardExportData","data":{"type":"object","properties":{"start":{"type":"string","description":"Start date of export","format":"date-time"},"end":{"type":"string","description":"End date of export","format":"date-time"},"group":{"type":"string","description":"A time grouping parameter among HOUR, DAY, WEEK, MONTH, YEAR","enum":["HOUR","DAY","WEEK","MONTH","YEAR"]},"language":{"type":"string","description":"Language of a generated PDF report (e.g. 'de', 'fr', 'en')","example":"en"},"token":{"type":"string","description":"Token of the export job"},"status":{"type":"string","description":"Current status of the export process (e.g. 'FINISHED', 'SCHEDULED', 'FAILED')","example":"FINISHED, SCHEDULED, FAILED","enum":["CREATED","SCHEDULED","FAILED","FINISHED"]},"whitelabelIdentifier":{"type":"string","description":"Whitelabel identifier which will be used in the outline of the PDF report"},"salesPartnerCountry":{"type":"string","description":"Country of the SalesPartner"},"locationIds":{"uniqueItems":true,"type":"array","description":"A list of location IDs for which to generate a report","items":{"type":"string"}}},"description":"Dashboard Export Data"}},"components/schemas/DashboardExportDataListObject":{"id":"components/schemas/DashboardExportDataListObject","kind":"json-schema","title":"DashboardExportDataListObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"count":{"type":"integer","description":"The total count of export data","format":"int32","example":100},"exportDatas":{"type":"array","items":{"type":"object","properties":{"start":{"type":"string","description":"Start date of export","format":"date-time"},"end":{"type":"string","description":"End date of export","format":"date-time"},"group":{"type":"string","description":"A time grouping parameter among HOUR, DAY, WEEK, MONTH, YEAR","enum":["HOUR","DAY","WEEK","MONTH","YEAR"]},"language":{"type":"string","description":"Language of a generated PDF report (e.g. 'de', 'fr', 'en')","example":"en"},"token":{"type":"string","description":"Token of the export job"},"status":{"type":"string","description":"Current status of the export process (e.g. 'FINISHED', 'SCHEDULED', 'FAILED')","example":"FINISHED, SCHEDULED, FAILED","enum":["CREATED","SCHEDULED","FAILED","FINISHED"]},"whitelabelIdentifier":{"type":"string","description":"Whitelabel identifier which will be used in the outline of the PDF report"},"salesPartnerCountry":{"type":"string","description":"Country of the SalesPartner"},"locationIds":{"uniqueItems":true,"type":"array","description":"A list of location IDs for which to generate a report","items":{"type":"string"}}},"description":"Dashboard Export Data"}}},"description":"The actual response object of the response"}},"components/schemas/DashboardExportDataListWrapper":{"id":"components/schemas/DashboardExportDataListWrapper","kind":"json-schema","title":"DashboardExportDataListWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"count":{"type":"integer","description":"The total count of export data","format":"int32","example":100},"exportDatas":{"type":"array","items":{"type":"object","properties":{"start":{"type":"string","description":"Start date of export","format":"date-time"},"end":{"type":"string","description":"End date of export","format":"date-time"},"group":{"type":"string","description":"A time grouping parameter among HOUR, DAY, WEEK, MONTH, YEAR","enum":["HOUR","DAY","WEEK","MONTH","YEAR"]},"language":{"type":"string","description":"Language of a generated PDF report (e.g. 'de', 'fr', 'en')","example":"en"},"token":{"type":"string","description":"Token of the export job"},"status":{"type":"string","description":"Current status of the export process (e.g. 'FINISHED', 'SCHEDULED', 'FAILED')","example":"FINISHED, SCHEDULED, FAILED","enum":["CREATED","SCHEDULED","FAILED","FINISHED"]},"whitelabelIdentifier":{"type":"string","description":"Whitelabel identifier which will be used in the outline of the PDF report"},"salesPartnerCountry":{"type":"string","description":"Country of the SalesPartner"},"locationIds":{"uniqueItems":true,"type":"array","description":"A list of location IDs for which to generate a report","items":{"type":"string"}}},"description":"Dashboard Export Data"}}},"description":"The actual response object of the response"}}}},"components/schemas/DashboardExportDataWrapper":{"id":"components/schemas/DashboardExportDataWrapper","kind":"json-schema","title":"DashboardExportDataWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"start":{"type":"string","description":"Start date of export","format":"date-time"},"end":{"type":"string","description":"End date of export","format":"date-time"},"group":{"type":"string","description":"A time grouping parameter among HOUR, DAY, WEEK, MONTH, YEAR","enum":["HOUR","DAY","WEEK","MONTH","YEAR"]},"language":{"type":"string","description":"Language of a generated PDF report (e.g. 'de', 'fr', 'en')","example":"en"},"token":{"type":"string","description":"Token of the export job"},"status":{"type":"string","description":"Current status of the export process (e.g. 'FINISHED', 'SCHEDULED', 'FAILED')","example":"FINISHED, SCHEDULED, FAILED","enum":["CREATED","SCHEDULED","FAILED","FINISHED"]},"whitelabelIdentifier":{"type":"string","description":"Whitelabel identifier which will be used in the outline of the PDF report"},"salesPartnerCountry":{"type":"string","description":"Country of the SalesPartner"},"locationIds":{"uniqueItems":true,"type":"array","description":"A list of location IDs for which to generate a report","items":{"type":"string"}}},"description":"Dashboard Export Data"}}}},"components/schemas/DashboardLocation":{"id":"components/schemas/DashboardLocation","kind":"json-schema","title":"DashboardLocation","data":{"type":"object","properties":{"businessName":{"type":"string","description":"Name of the business"}},"description":"Dashboard Location Model"}},"components/schemas/DataPoint":{"id":"components/schemas/DataPoint","kind":"json-schema","title":"DataPoint","data":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id of the data point","format":"int64"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Datapoint Type. Values: [PHOTO, REVIEW, CHECKIN, CONVERSATION, QUESTION]"},"children":[]}]}]}],"enum":["REVIEW","PHOTO","CHECKIN","CONVERSATION","COMMENT","QUESTION","POST","IMAGE","VIDEO","CAROUSEL_ALBUM","LINK","EXPANDEDREVIEW","AD_POST"]},"directoryType":{"type":"string","description":"Online directory reference name","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"Status","enum":["VALID","NOT_SHOWN","INVALID","DELETED","APPROVAL_NEEDED","QUARANTINE","HIDDEN"]},"data":{"type":"string","description":"Content of the datapoint (text of the review, url of the photo, count of checkins...)"},"secondaryData":{"type":"string","description":"Additional info about the datapoint (eg. text content on instagram pictures)","example":"text content on instagram pictures"},"externalId":{"type":"string","description":"External Id"},"author":{"type":"string","description":"Username of the datapoint's author"},"authorImage":{"type":"string","description":"Author profile picture url"},"directLink":{"type":"string","description":"A link to the online profile"},"rating":{"type":"number","description":"Rating given by the user. Float value, max: 5.","format":"float"},"actionDate":{"type":"string","description":"The date when the review/photo/... was published in the online directory","format":"date-time"},"threadActionDate":{"type":"string","description":"The date of the last interaction in that thread. When a review receives a new comment, the parent will update.","format":"date-time"},"dateCreated":{"type":"string","description":"The date the datapoint was found","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of last update.","format":"date-time"},"lastChecked":{"type":"string","description":"Date of last check","format":"date-time"},"countLikes":{"type":"integer","description":"Number of likes to this item","format":"int32"},"countComments":{"type":"integer","description":"Number of comments to this item.","format":"int32"},"countViews":{"type":"integer","description":"Number of views to this item.","format":"int32"},"liked":{"type":"boolean","description":"Whether this datapoint has been liked or not"},"flagged":{"type":"boolean","description":"Whether the datapoint has been flagged. The exact nature of the flagging depends on the directory, but can be e.g. \"Report as SPAM\""},"read":{"type":"boolean"},"actionDateGroup":{"type":"string","description":"Action date group"},"repliedByOwner":{"type":"boolean","description":"True if the owner of the business has replied"},"replyUserId":{"type":"integer","description":"Reply user ID","format":"int64"},"comments":{"type":"array","description":"The list of comments of a Datapoint. Populated in the get, reply, approve and reject datapoint calls.","items":{"$ref":"#/components/schemas/DataPoint"}},"connectStatus":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","description":"The Location ID associated with this datapoint","format":"int64"},"supportsUnlike":{"type":"boolean"},"supportedFlagTypes":{"type":"array","items":{"type":"string","enum":["OFFENSIVE","SPAM","NOLONGERRELEVANT","EXTERNAL_URL"]}},"hasRepliesInApprovalNeeded":{"type":"boolean"},"approvalNeeded":{"type":"boolean"},"replyMaxLength":{"type":"integer","format":"int32"},"recommended":{"type":"boolean"},"replyByOwner":{"type":"boolean"},"reviewPolicyUrl":{"type":"string"},"supportsReply":{"type":"boolean"},"supportsLike":{"type":"boolean"}},"description":"Data Point Model"}},"components/schemas/DataPointDTO":{"id":"components/schemas/DataPointDTO","kind":"json-schema","title":"DataPointDTO","data":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parentId":{"type":"integer","format":"int64"},"supportsUnlike":{"type":"boolean"},"supportedFlagTypes":{"type":"array","items":{"type":"string"}},"hasRepliesInApprovalNeeded":{"type":"boolean"},"approvalNeeded":{"type":"boolean"},"replyMaxLength":{"type":"integer","format":"int32"},"recommended":{"type":"boolean"},"replyByOwner":{"type":"boolean"},"read":{"type":"boolean"},"reviewPolicyUrl":{"type":"string"},"supportsReply":{"type":"boolean"},"supportsLike":{"type":"boolean"}},"description":"Data Point Model"}},"components/schemas/DataPointFilter":{"id":"components/schemas/DataPointFilter","kind":"json-schema","title":"DataPointFilter","data":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"The filter name"},"shared":{"type":"boolean","description":"Defines if the filter is shared or not"},"directories":{"uniqueItems":true,"type":"array","description":"The list of directories for which the dataPoints should be filtered","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countries":{"uniqueItems":true,"type":"array","description":"The list of countries for which the dataPoints should be filtered","items":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]}},"dataPointTypes":{"uniqueItems":true,"type":"array","description":"The list of data point types (REVIEW or PHOTO) for which the dataPoints should be filtered","items":{"type":"string","enum":["REVIEW","PHOTO","CHECKIN","CONVERSATION","COMMENT","QUESTION","POST","IMAGE","VIDEO","CAROUSEL_ALBUM","LINK","EXPANDEDREVIEW","AD_POST"]}},"ratings":{"uniqueItems":true,"type":"array","description":"The list of ratings (1, 2, 3, 4 or 5) for which the dataPoints should be filtered","items":{"type":"integer","format":"int32"}},"labels":{"uniqueItems":true,"type":"array","description":"The list of labels for which the dataPoints should be filtered","items":{"type":"string"}},"isRead":{"type":"boolean","description":"Flag to set when only datapoints should be shown that the current user already read"},"hasReply":{"type":"boolean","description":"Flag to set when only datapoints with a reply should be shown"},"hasText":{"type":"boolean","description":"Flag to set when only datapoints with text should be shown"},"query":{"type":"string","description":"Any combination of words that should be checked in the dataPoints text, reply messages and author"},"frequency":{"type":"string","description":"The frequency of the email notifications.","enum":["ALWAYS","DAILY","WEEKLY","MONTHLY","QUARTERLY","NEVER"]},"timeSpan":{"type":"string","description":"The date range for which the dataPoints should be filtered.","enum":["TODAY","LAST_7_DAYS","LAST_14_DAYS","LAST_30_DAYS","LAST_90_DAYS","LAST_365_DAYS","ALL_TIME"]},"crossfeedFilterId":{"type":"integer","description":"The id of a filter saved by a user in the Feed","format":"int64"},"businessIds":{"uniqueItems":true,"type":"array","description":"The list of businesses IDs for which the dataPoints should be filtered","items":{"type":"integer","format":"int64"}},"dateEnd":{"type":"string","description":"The maximum date for which the dataPoints should be filtered","format":"date-time"},"dateStart":{"type":"string","description":"The minimum date for which the dataPoints should be filtered","format":"date-time"},"ownerId":{"type":"integer","description":"The id of the user that owns the filter","format":"int64"},"ownerName":{"type":"string","description":"The name of the user that owns the filter"},"salesPartnerId":{"type":"integer","description":"The sales partner to which the filter belongs","format":"int64"},"subscriberIds":{"type":"array","description":"The list of user's ids that are subscribed to the filter","items":{"type":"integer","format":"int64"}}},"description":"Data Point Filter Model"}},"components/schemas/DataPointFilterResponseObject":{"id":"components/schemas/DataPointFilterResponseObject","kind":"json-schema","title":"DataPointFilterResponseObject","data":{"type":"object","properties":{"dataPointFilter":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"The filter name"},"shared":{"type":"boolean","description":"Defines if the filter is shared or not"},"directories":{"uniqueItems":true,"type":"array","description":"The list of directories for which the dataPoints should be filtered","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countries":{"uniqueItems":true,"type":"array","description":"The list of countries for which the dataPoints should be filtered","items":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]}},"dataPointTypes":{"uniqueItems":true,"type":"array","description":"The list of data point types (REVIEW or PHOTO) for which the dataPoints should be filtered","items":{"type":"string","enum":["REVIEW","PHOTO","CHECKIN","CONVERSATION","COMMENT","QUESTION","POST","IMAGE","VIDEO","CAROUSEL_ALBUM","LINK","EXPANDEDREVIEW","AD_POST"]}},"ratings":{"uniqueItems":true,"type":"array","description":"The list of ratings (1, 2, 3, 4 or 5) for which the dataPoints should be filtered","items":{"type":"integer","format":"int32"}},"labels":{"uniqueItems":true,"type":"array","description":"The list of labels for which the dataPoints should be filtered","items":{"type":"string"}},"isRead":{"type":"boolean","description":"Flag to set when only datapoints should be shown that the current user already read"},"hasReply":{"type":"boolean","description":"Flag to set when only datapoints with a reply should be shown"},"hasText":{"type":"boolean","description":"Flag to set when only datapoints with text should be shown"},"query":{"type":"string","description":"Any combination of words that should be checked in the dataPoints text, reply messages and author"},"frequency":{"type":"string","description":"The frequency of the email notifications.","enum":["ALWAYS","DAILY","WEEKLY","MONTHLY","QUARTERLY","NEVER"]},"timeSpan":{"type":"string","description":"The date range for which the dataPoints should be filtered.","enum":["TODAY","LAST_7_DAYS","LAST_14_DAYS","LAST_30_DAYS","LAST_90_DAYS","LAST_365_DAYS","ALL_TIME"]},"crossfeedFilterId":{"type":"integer","description":"The id of a filter saved by a user in the Feed","format":"int64"},"businessIds":{"uniqueItems":true,"type":"array","description":"The list of businesses IDs for which the dataPoints should be filtered","items":{"type":"integer","format":"int64"}},"dateEnd":{"type":"string","description":"The maximum date for which the dataPoints should be filtered","format":"date-time"},"dateStart":{"type":"string","description":"The minimum date for which the dataPoints should be filtered","format":"date-time"},"ownerId":{"type":"integer","description":"The id of the user that owns the filter","format":"int64"},"ownerName":{"type":"string","description":"The name of the user that owns the filter"},"salesPartnerId":{"type":"integer","description":"The sales partner to which the filter belongs","format":"int64"},"subscriberIds":{"type":"array","description":"The list of user's ids that are subscribed to the filter","items":{"type":"integer","format":"int64"}}},"description":"Data Point Filter Model"}},"description":"The actual response object of the response"}},"components/schemas/DataPointFilterResponseWrapper":{"id":"components/schemas/DataPointFilterResponseWrapper","kind":"json-schema","title":"DataPointFilterResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"dataPointFilter":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"The filter name"},"shared":{"type":"boolean","description":"Defines if the filter is shared or not"},"directories":{"uniqueItems":true,"type":"array","description":"The list of directories for which the dataPoints should be filtered","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countries":{"uniqueItems":true,"type":"array","description":"The list of countries for which the dataPoints should be filtered","items":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]}},"dataPointTypes":{"uniqueItems":true,"type":"array","description":"The list of data point types (REVIEW or PHOTO) for which the dataPoints should be filtered","items":{"type":"string","enum":["REVIEW","PHOTO","CHECKIN","CONVERSATION","COMMENT","QUESTION","POST","IMAGE","VIDEO","CAROUSEL_ALBUM","LINK","EXPANDEDREVIEW","AD_POST"]}},"ratings":{"uniqueItems":true,"type":"array","description":"The list of ratings (1, 2, 3, 4 or 5) for which the dataPoints should be filtered","items":{"type":"integer","format":"int32"}},"labels":{"uniqueItems":true,"type":"array","description":"The list of labels for which the dataPoints should be filtered","items":{"type":"string"}},"isRead":{"type":"boolean","description":"Flag to set when only datapoints should be shown that the current user already read"},"hasReply":{"type":"boolean","description":"Flag to set when only datapoints with a reply should be shown"},"hasText":{"type":"boolean","description":"Flag to set when only datapoints with text should be shown"},"query":{"type":"string","description":"Any combination of words that should be checked in the dataPoints text, reply messages and author"},"frequency":{"type":"string","description":"The frequency of the email notifications.","enum":["ALWAYS","DAILY","WEEKLY","MONTHLY","QUARTERLY","NEVER"]},"timeSpan":{"type":"string","description":"The date range for which the dataPoints should be filtered.","enum":["TODAY","LAST_7_DAYS","LAST_14_DAYS","LAST_30_DAYS","LAST_90_DAYS","LAST_365_DAYS","ALL_TIME"]},"crossfeedFilterId":{"type":"integer","description":"The id of a filter saved by a user in the Feed","format":"int64"},"businessIds":{"uniqueItems":true,"type":"array","description":"The list of businesses IDs for which the dataPoints should be filtered","items":{"type":"integer","format":"int64"}},"dateEnd":{"type":"string","description":"The maximum date for which the dataPoints should be filtered","format":"date-time"},"dateStart":{"type":"string","description":"The minimum date for which the dataPoints should be filtered","format":"date-time"},"ownerId":{"type":"integer","description":"The id of the user that owns the filter","format":"int64"},"ownerName":{"type":"string","description":"The name of the user that owns the filter"},"salesPartnerId":{"type":"integer","description":"The sales partner to which the filter belongs","format":"int64"},"subscriberIds":{"type":"array","description":"The list of user's ids that are subscribed to the filter","items":{"type":"integer","format":"int64"}}},"description":"Data Point Filter Model"}},"description":"The actual response object of the response"}}}},"components/schemas/DataPointFiltersResponseObject":{"id":"components/schemas/DataPointFiltersResponseObject","kind":"json-schema","title":"DataPointFiltersResponseObject","data":{"type":"object","properties":{"dataPointFilters":{"type":"array","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"The filter name"},"shared":{"type":"boolean","description":"Defines if the filter is shared or not"},"directories":{"uniqueItems":true,"type":"array","description":"The list of directories for which the dataPoints should be filtered","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countries":{"uniqueItems":true,"type":"array","description":"The list of countries for which the dataPoints should be filtered","items":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]}},"dataPointTypes":{"uniqueItems":true,"type":"array","description":"The list of data point types (REVIEW or PHOTO) for which the dataPoints should be filtered","items":{"type":"string","enum":["REVIEW","PHOTO","CHECKIN","CONVERSATION","COMMENT","QUESTION","POST","IMAGE","VIDEO","CAROUSEL_ALBUM","LINK","EXPANDEDREVIEW","AD_POST"]}},"ratings":{"uniqueItems":true,"type":"array","description":"The list of ratings (1, 2, 3, 4 or 5) for which the dataPoints should be filtered","items":{"type":"integer","format":"int32"}},"labels":{"uniqueItems":true,"type":"array","description":"The list of labels for which the dataPoints should be filtered","items":{"type":"string"}},"isRead":{"type":"boolean","description":"Flag to set when only datapoints should be shown that the current user already read"},"hasReply":{"type":"boolean","description":"Flag to set when only datapoints with a reply should be shown"},"hasText":{"type":"boolean","description":"Flag to set when only datapoints with text should be shown"},"query":{"type":"string","description":"Any combination of words that should be checked in the dataPoints text, reply messages and author"},"frequency":{"type":"string","description":"The frequency of the email notifications.","enum":["ALWAYS","DAILY","WEEKLY","MONTHLY","QUARTERLY","NEVER"]},"timeSpan":{"type":"string","description":"The date range for which the dataPoints should be filtered.","enum":["TODAY","LAST_7_DAYS","LAST_14_DAYS","LAST_30_DAYS","LAST_90_DAYS","LAST_365_DAYS","ALL_TIME"]},"crossfeedFilterId":{"type":"integer","description":"The id of a filter saved by a user in the Feed","format":"int64"},"businessIds":{"uniqueItems":true,"type":"array","description":"The list of businesses IDs for which the dataPoints should be filtered","items":{"type":"integer","format":"int64"}},"dateEnd":{"type":"string","description":"The maximum date for which the dataPoints should be filtered","format":"date-time"},"dateStart":{"type":"string","description":"The minimum date for which the dataPoints should be filtered","format":"date-time"},"ownerId":{"type":"integer","description":"The id of the user that owns the filter","format":"int64"},"ownerName":{"type":"string","description":"The name of the user that owns the filter"},"salesPartnerId":{"type":"integer","description":"The sales partner to which the filter belongs","format":"int64"},"subscriberIds":{"type":"array","description":"The list of user's ids that are subscribed to the filter","items":{"type":"integer","format":"int64"}}},"description":"Data Point Filter Model"}}},"description":"The actual response object of the response"}},"components/schemas/DataPointFiltersResponseWrapper":{"id":"components/schemas/DataPointFiltersResponseWrapper","kind":"json-schema","title":"DataPointFiltersResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"dataPointFilters":{"type":"array","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"The filter name"},"shared":{"type":"boolean","description":"Defines if the filter is shared or not"},"directories":{"uniqueItems":true,"type":"array","description":"The list of directories for which the dataPoints should be filtered","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countries":{"uniqueItems":true,"type":"array","description":"The list of countries for which the dataPoints should be filtered","items":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]}},"dataPointTypes":{"uniqueItems":true,"type":"array","description":"The list of data point types (REVIEW or PHOTO) for which the dataPoints should be filtered","items":{"type":"string","enum":["REVIEW","PHOTO","CHECKIN","CONVERSATION","COMMENT","QUESTION","POST","IMAGE","VIDEO","CAROUSEL_ALBUM","LINK","EXPANDEDREVIEW","AD_POST"]}},"ratings":{"uniqueItems":true,"type":"array","description":"The list of ratings (1, 2, 3, 4 or 5) for which the dataPoints should be filtered","items":{"type":"integer","format":"int32"}},"labels":{"uniqueItems":true,"type":"array","description":"The list of labels for which the dataPoints should be filtered","items":{"type":"string"}},"isRead":{"type":"boolean","description":"Flag to set when only datapoints should be shown that the current user already read"},"hasReply":{"type":"boolean","description":"Flag to set when only datapoints with a reply should be shown"},"hasText":{"type":"boolean","description":"Flag to set when only datapoints with text should be shown"},"query":{"type":"string","description":"Any combination of words that should be checked in the dataPoints text, reply messages and author"},"frequency":{"type":"string","description":"The frequency of the email notifications.","enum":["ALWAYS","DAILY","WEEKLY","MONTHLY","QUARTERLY","NEVER"]},"timeSpan":{"type":"string","description":"The date range for which the dataPoints should be filtered.","enum":["TODAY","LAST_7_DAYS","LAST_14_DAYS","LAST_30_DAYS","LAST_90_DAYS","LAST_365_DAYS","ALL_TIME"]},"crossfeedFilterId":{"type":"integer","description":"The id of a filter saved by a user in the Feed","format":"int64"},"businessIds":{"uniqueItems":true,"type":"array","description":"The list of businesses IDs for which the dataPoints should be filtered","items":{"type":"integer","format":"int64"}},"dateEnd":{"type":"string","description":"The maximum date for which the dataPoints should be filtered","format":"date-time"},"dateStart":{"type":"string","description":"The minimum date for which the dataPoints should be filtered","format":"date-time"},"ownerId":{"type":"integer","description":"The id of the user that owns the filter","format":"int64"},"ownerName":{"type":"string","description":"The name of the user that owns the filter"},"salesPartnerId":{"type":"integer","description":"The sales partner to which the filter belongs","format":"int64"},"subscriberIds":{"type":"array","description":"The list of user's ids that are subscribed to the filter","items":{"type":"integer","format":"int64"}}},"description":"Data Point Filter Model"}}},"description":"The actual response object of the response"}}}},"components/schemas/DataPointResponseObject":{"id":"components/schemas/DataPointResponseObject","kind":"json-schema","title":"DataPointResponseObject","data":{"type":"object","properties":{"dataPoint":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id of the data point","format":"int64"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Datapoint Type. Values: [PHOTO, REVIEW, CHECKIN, CONVERSATION, QUESTION]"},"children":[]}]}]}],"enum":["REVIEW","PHOTO","CHECKIN","CONVERSATION","COMMENT","QUESTION","POST","IMAGE","VIDEO","CAROUSEL_ALBUM","LINK","EXPANDEDREVIEW","AD_POST"]},"directoryType":{"type":"string","description":"Online directory reference name","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"Status","enum":["VALID","NOT_SHOWN","INVALID","DELETED","APPROVAL_NEEDED","QUARANTINE","HIDDEN"]},"data":{"type":"string","description":"Content of the datapoint (text of the review, url of the photo, count of checkins...)"},"secondaryData":{"type":"string","description":"Additional info about the datapoint (eg. text content on instagram pictures)","example":"text content on instagram pictures"},"externalId":{"type":"string","description":"External Id"},"author":{"type":"string","description":"Username of the datapoint's author"},"authorImage":{"type":"string","description":"Author profile picture url"},"directLink":{"type":"string","description":"A link to the online profile"},"rating":{"type":"number","description":"Rating given by the user. Float value, max: 5.","format":"float"},"actionDate":{"type":"string","description":"The date when the review/photo/... was published in the online directory","format":"date-time"},"threadActionDate":{"type":"string","description":"The date of the last interaction in that thread. When a review receives a new comment, the parent will update.","format":"date-time"},"dateCreated":{"type":"string","description":"The date the datapoint was found","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of last update.","format":"date-time"},"lastChecked":{"type":"string","description":"Date of last check","format":"date-time"},"countLikes":{"type":"integer","description":"Number of likes to this item","format":"int32"},"countComments":{"type":"integer","description":"Number of comments to this item.","format":"int32"},"countViews":{"type":"integer","description":"Number of views to this item.","format":"int32"},"liked":{"type":"boolean","description":"Whether this datapoint has been liked or not"},"flagged":{"type":"boolean","description":"Whether the datapoint has been flagged. The exact nature of the flagging depends on the directory, but can be e.g. \"Report as SPAM\""},"read":{"type":"boolean"},"actionDateGroup":{"type":"string","description":"Action date group"},"repliedByOwner":{"type":"boolean","description":"True if the owner of the business has replied"},"replyUserId":{"type":"integer","description":"Reply user ID","format":"int64"},"comments":{"type":"array","description":"The list of comments of a Datapoint. Populated in the get, reply, approve and reject datapoint calls.","items":{"$ref":"#/components/schemas/DataPoint"}},"connectStatus":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","description":"The Location ID associated with this datapoint","format":"int64"},"supportsUnlike":{"type":"boolean"},"supportedFlagTypes":{"type":"array","items":{"type":"string","enum":["OFFENSIVE","SPAM","NOLONGERRELEVANT","EXTERNAL_URL"]}},"hasRepliesInApprovalNeeded":{"type":"boolean"},"approvalNeeded":{"type":"boolean"},"replyMaxLength":{"type":"integer","format":"int32"},"recommended":{"type":"boolean"},"replyByOwner":{"type":"boolean"},"reviewPolicyUrl":{"type":"string"},"supportsReply":{"type":"boolean"},"supportsLike":{"type":"boolean"}},"description":"Data Point Model"}},"description":"The actual response object of the response"}},"components/schemas/DataPointResponseWrapper":{"id":"components/schemas/DataPointResponseWrapper","kind":"json-schema","title":"DataPointResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"dataPoint":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id of the data point","format":"int64"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Datapoint Type. Values: [PHOTO, REVIEW, CHECKIN, CONVERSATION, QUESTION]"},"children":[]}]}]}],"enum":["REVIEW","PHOTO","CHECKIN","CONVERSATION","COMMENT","QUESTION","POST","IMAGE","VIDEO","CAROUSEL_ALBUM","LINK","EXPANDEDREVIEW","AD_POST"]},"directoryType":{"type":"string","description":"Online directory reference name","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"Status","enum":["VALID","NOT_SHOWN","INVALID","DELETED","APPROVAL_NEEDED","QUARANTINE","HIDDEN"]},"data":{"type":"string","description":"Content of the datapoint (text of the review, url of the photo, count of checkins...)"},"secondaryData":{"type":"string","description":"Additional info about the datapoint (eg. text content on instagram pictures)","example":"text content on instagram pictures"},"externalId":{"type":"string","description":"External Id"},"author":{"type":"string","description":"Username of the datapoint's author"},"authorImage":{"type":"string","description":"Author profile picture url"},"directLink":{"type":"string","description":"A link to the online profile"},"rating":{"type":"number","description":"Rating given by the user. Float value, max: 5.","format":"float"},"actionDate":{"type":"string","description":"The date when the review/photo/... was published in the online directory","format":"date-time"},"threadActionDate":{"type":"string","description":"The date of the last interaction in that thread. When a review receives a new comment, the parent will update.","format":"date-time"},"dateCreated":{"type":"string","description":"The date the datapoint was found","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of last update.","format":"date-time"},"lastChecked":{"type":"string","description":"Date of last check","format":"date-time"},"countLikes":{"type":"integer","description":"Number of likes to this item","format":"int32"},"countComments":{"type":"integer","description":"Number of comments to this item.","format":"int32"},"countViews":{"type":"integer","description":"Number of views to this item.","format":"int32"},"liked":{"type":"boolean","description":"Whether this datapoint has been liked or not"},"flagged":{"type":"boolean","description":"Whether the datapoint has been flagged. The exact nature of the flagging depends on the directory, but can be e.g. \"Report as SPAM\""},"read":{"type":"boolean"},"actionDateGroup":{"type":"string","description":"Action date group"},"repliedByOwner":{"type":"boolean","description":"True if the owner of the business has replied"},"replyUserId":{"type":"integer","description":"Reply user ID","format":"int64"},"comments":{"type":"array","description":"The list of comments of a Datapoint. Populated in the get, reply, approve and reject datapoint calls.","items":{"$ref":"#/components/schemas/DataPoint"}},"connectStatus":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","description":"The Location ID associated with this datapoint","format":"int64"},"supportsUnlike":{"type":"boolean"},"supportedFlagTypes":{"type":"array","items":{"type":"string","enum":["OFFENSIVE","SPAM","NOLONGERRELEVANT","EXTERNAL_URL"]}},"hasRepliesInApprovalNeeded":{"type":"boolean"},"approvalNeeded":{"type":"boolean"},"replyMaxLength":{"type":"integer","format":"int32"},"recommended":{"type":"boolean"},"replyByOwner":{"type":"boolean"},"reviewPolicyUrl":{"type":"string"},"supportsReply":{"type":"boolean"},"supportsLike":{"type":"boolean"}},"description":"Data Point Model"}},"description":"The actual response object of the response"}}}},"components/schemas/DataPointTimeSeriesResponse":{"id":"components/schemas/DataPointTimeSeriesResponse","kind":"json-schema","title":"DataPointTimeSeriesResponse","data":{"type":"object","properties":{"timeseries":{"type":"array","description":"A list of TimeSeriesValues","items":{"type":"object","properties":{"date":{"type":"string","description":"The Date"},"datapoints":{"type":"object","description":"A map with the count of datapoints, for each type, for the specific date"}},"description":"DataPoint Time Series Value Model","example":{"date":"string","datapoints":{"REVIEW":2,"PHOTO":1}}}}},"description":"DataPoint Time Series Response Model"}},"components/schemas/DataPointTimeSeriesResponseWrapper":{"id":"components/schemas/DataPointTimeSeriesResponseWrapper","kind":"json-schema","title":"DataPointTimeSeriesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"timeseries":{"type":"array","description":"A list of TimeSeriesValues","items":{"type":"object","properties":{"date":{"type":"string","description":"The Date"},"datapoints":{"type":"object","description":"A map with the count of datapoints, for each type, for the specific date"}},"description":"DataPoint Time Series Value Model","example":{"date":"string","datapoints":{"REVIEW":2,"PHOTO":1}}}}},"description":"DataPoint Time Series Response Model"}}}},"components/schemas/DataPointTimeSeriesValue":{"id":"components/schemas/DataPointTimeSeriesValue","kind":"json-schema","title":"DataPointTimeSeriesValue","data":{"type":"object","properties":{"date":{"type":"string","description":"The Date"},"datapoints":{"type":"object","description":"A map with the count of datapoints, for each type, for the specific date"}},"description":"DataPoint Time Series Value Model","example":{"date":"string","datapoints":{"REVIEW":2,"PHOTO":1}}}},"components/schemas/DatapointStatisticsResponse":{"id":"components/schemas/DatapointStatisticsResponse","kind":"json-schema","title":"DatapointStatisticsResponse","data":{"type":"object","properties":{"totalCount":{"type":"integer","description":"Total number of datapoints","format":"int32"},"photoCount":{"type":"integer","description":"Number of photos","format":"int32"},"postCount":{"type":"integer","description":"Number of posts","format":"int32"},"reviewCount":{"type":"integer","description":"Number of reviews","format":"int32"},"checkinCount":{"type":"integer","description":"Number of checkins","format":"int32"},"questionCount":{"type":"integer","description":"Number of questions","format":"int32"},"ratingCount":{"type":"integer","description":"Number of ratings","format":"int32"},"unreadCount":{"type":"integer","description":"Number of unread datapoints","format":"int32"},"pendingApprovalCount":{"type":"integer","description":"Number of replies pending approval","format":"int32"},"averageRating":{"type":"number","description":"Average rating obtained","format":"float"},"directories":{"type":"object","description":"Breakdown by directory"}},"description":"Datapoint statistics response Model","example":{"totalCount":100,"photoCount":20,"postCount":30,"reviewCount":25,"checkinCount":10,"questionCount":5,"ratingCount":15,"unreadCount":8,"pendingApprovalCount":3,"averageRating":4.2,"directories":{"GOOGLE":{"REVIEW":10,"PHOTO":5,"QUESTION":2,"CHECKIN":"NOT_SUPPORTED"},"FACEBOOK":{"REVIEW":8,"PHOTO":3,"CHECKIN":12,"QUESTION":0}}}}},"components/schemas/DatapointStatisticsResponseWrapper":{"id":"components/schemas/DatapointStatisticsResponseWrapper","kind":"json-schema","title":"DatapointStatisticsResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"totalCount":{"type":"integer","description":"Total number of datapoints","format":"int32"},"photoCount":{"type":"integer","description":"Number of photos","format":"int32"},"postCount":{"type":"integer","description":"Number of posts","format":"int32"},"reviewCount":{"type":"integer","description":"Number of reviews","format":"int32"},"checkinCount":{"type":"integer","description":"Number of checkins","format":"int32"},"questionCount":{"type":"integer","description":"Number of questions","format":"int32"},"ratingCount":{"type":"integer","description":"Number of ratings","format":"int32"},"unreadCount":{"type":"integer","description":"Number of unread datapoints","format":"int32"},"pendingApprovalCount":{"type":"integer","description":"Number of replies pending approval","format":"int32"},"averageRating":{"type":"number","description":"Average rating obtained","format":"float"},"directories":{"type":"object","description":"Breakdown by directory"}},"description":"Datapoint statistics response Model","example":[{"totalCount":100,"photoCount":20,"postCount":30,"reviewCount":25,"checkinCount":10,"questionCount":5,"ratingCount":15,"unreadCount":8,"pendingApprovalCount":3,"averageRating":4.2,"directories":{"GOOGLE":{"REVIEW":10,"PHOTO":5,"QUESTION":2,"CHECKIN":"NOT_SUPPORTED"},"FACEBOOK":{"REVIEW":8,"PHOTO":3,"CHECKIN":12,"QUESTION":0}}}]}}}},"components/schemas/DeleteSuccessResponseObject":{"id":"components/schemas/DeleteSuccessResponseObject","kind":"json-schema","title":"DeleteSuccessResponseObject","data":{"type":"object","properties":{"deletedCount":{"type":"integer","description":"Total count of deleted items","format":"int32","example":10},"failedCount":{"type":"integer","description":"Total count of failed items","format":"int32","example":2},"deletedIds":{"type":"array","items":{"type":"integer","format":"int64"}},"failed":{"type":"array","items":{"type":"string"}}},"description":"The actual response object of the response"}},"components/schemas/DeleteSuccessResponseWrapper":{"id":"components/schemas/DeleteSuccessResponseWrapper","kind":"json-schema","title":"DeleteSuccessResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"deletedCount":{"type":"integer","description":"Total count of deleted items","format":"int32","example":10},"failedCount":{"type":"integer","description":"Total count of failed items","format":"int32","example":2},"deletedIds":{"type":"array","items":{"type":"integer","format":"int64"}},"failed":{"type":"array","items":{"type":"string"}}},"description":"The actual response object of the response"}}}},"components/schemas/DirectoriesDetailsCountriesResponseObject":{"id":"components/schemas/DirectoriesDetailsCountriesResponseObject","kind":"json-schema","title":"DirectoriesDetailsCountriesResponseObject","data":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string","description":"Code for country that directory supports in ISO 3166 alpha-2 format","example":"US"},"directoryDetails":{"type":"array","description":"Object that holds details for directory","items":{"type":"object","properties":{"directoryName":{"type":"string","description":"Name of the directory","example":"Google"},"isSearchable":{"type":"boolean","description":"Indicates whether directory has a search API that can be used","example":true}},"description":"Details of a directory"}}},"description":"Details of directories by country"}},"count":{"type":"integer","description":"Total count of countries","format":"int32","example":195},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"nextOffset":{"type":"integer","description":"Next offset for pagination","format":"int32","example":10}},"description":"The actual response object of the response"}},"components/schemas/DirectoriesDetailsCountriesResponseWrapper":{"id":"components/schemas/DirectoriesDetailsCountriesResponseWrapper","kind":"json-schema","title":"DirectoriesDetailsCountriesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"countryCode":{"type":"string","description":"Code for country that directory supports in ISO 3166 alpha-2 format","example":"US"},"directoryDetails":{"type":"array","description":"Object that holds details for directory","items":{"type":"object","properties":{"directoryName":{"type":"string","description":"Name of the directory","example":"Google"},"isSearchable":{"type":"boolean","description":"Indicates whether directory has a search API that can be used","example":true}},"description":"Details of a directory"}}},"description":"Details of directories by country"}},"count":{"type":"integer","description":"Total count of countries","format":"int32","example":195},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"nextOffset":{"type":"integer","description":"Next offset for pagination","format":"int32","example":10}},"description":"The actual response object of the response"}}}},"components/schemas/DirectoriesDetailsCountry":{"id":"components/schemas/DirectoriesDetailsCountry","kind":"json-schema","title":"DirectoriesDetailsCountry","data":{"type":"object","properties":{"countryCode":{"type":"string","description":"Code for country that directory supports in ISO 3166 alpha-2 format","example":"US"},"directoryDetails":{"type":"array","description":"Object that holds details for directory","items":{"type":"object","properties":{"directoryName":{"type":"string","description":"Name of the directory","example":"Google"},"isSearchable":{"type":"boolean","description":"Indicates whether directory has a search API that can be used","example":true}},"description":"Details of a directory"}}},"description":"Details of directories by country"}},"components/schemas/DirectoriesResponse":{"id":"components/schemas/DirectoriesResponse","kind":"json-schema","title":"DirectoriesResponse","data":{"type":"object","properties":{"count":{"type":"integer","description":"The count of directories","format":"int32","example":5},"directories":{"type":"array","description":"List of directory","example":["Directory1","Directory2"],"items":{"type":"string","description":"List of directory","example":"[\"Directory1\",\"Directory2\"]"}}},"description":"Directories response model"}},"components/schemas/DirectoriesResponseWrapper":{"id":"components/schemas/DirectoriesResponseWrapper","kind":"json-schema","title":"DirectoriesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"count":{"type":"integer","description":"The count of directories","format":"int32","example":5},"directories":{"type":"array","description":"List of directory","example":["Directory1","Directory2"],"items":{"type":"string","description":"List of directory","example":"[\"Directory1\",\"Directory2\"]"}}},"description":"Directories response model"}}}},"components/schemas/DirectoryBrand":{"id":"components/schemas/DirectoryBrand","kind":"json-schema","title":"DirectoryBrand","data":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"externalId":{"type":"string","description":"External ID of the directory brand","example":"12345"},"status":{"type":"string","description":"Status of the directory brand","example":"active"},"id":{"type":"integer","format":"int64"},"country":{"type":"string"},"names":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}}},"description":"Directory Brand Model"}},"components/schemas/DirectoryBrandPageResponse":{"id":"components/schemas/DirectoryBrandPageResponse","kind":"json-schema","title":"DirectoryBrandPageResponse","data":{"type":"object","properties":{"brands":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"ID of the external brand","example":"1"},"names":{"type":"array","items":{"type":"string","description":"Names of the external brand","example":"['BrandName1', 'BrandName2']"}},"countryCode":{"type":"string","description":"Country code of the external brand","example":"US"},"categories":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the Directory Category","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"name":{"type":"string","description":"String representation of the category","example":"Autowerkstatt"},"externalId":{"type":"string","description":"External id used by the directory to describe or chose a category","example":"12345"},"parent":{},"selectable":{"type":"boolean","description":"Indicates if the category is selectable","example":false},"dateCreated":{"type":"string","description":"Date when the category was created","format":"date-time","example":"2023-01-01T00:00:00Z"},"lastUpdated":{"type":"string","description":"Date when the category was last updated","format":"date-time","example":"2023-01-01T00:00:00Z"},"country":{"type":"string","description":"Country associated with the category","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]}},"description":"Represents a category of a Directory uberall is connected to."}},"urls":{"type":"array","items":{"type":"object","description":"URLs of the external brand"}},"etag":{"type":"string","description":"ETag of the external brand","example":"etag123"},"state":{"type":"string","description":"State of the external brand","example":"active"},"locationsCount":{"type":"integer","description":"Count of locations for the external brand","format":"int64","example":10},"photos":{"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"}},"description":"Photos of the external brand"},"ownershipType":{"type":"string","description":"Ownership type of the external brand","example":"BRAND_OWNER"}},"description":"Response for external brand directory"}},"nextPageOffset":{"type":"string","description":"offset for the next page from the external directory","example":"10"}},"description":"Page response for directory brands"}},"components/schemas/DirectoryBrandPageResponseWrapper":{"id":"components/schemas/DirectoryBrandPageResponseWrapper","kind":"json-schema","title":"DirectoryBrandPageResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"brands":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"ID of the external brand","example":"1"},"names":{"type":"array","items":{"type":"string","description":"Names of the external brand","example":"['BrandName1', 'BrandName2']"}},"countryCode":{"type":"string","description":"Country code of the external brand","example":"US"},"categories":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the Directory Category","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"name":{"type":"string","description":"String representation of the category","example":"Autowerkstatt"},"externalId":{"type":"string","description":"External id used by the directory to describe or chose a category","example":"12345"},"parent":{},"selectable":{"type":"boolean","description":"Indicates if the category is selectable","example":false},"dateCreated":{"type":"string","description":"Date when the category was created","format":"date-time","example":"2023-01-01T00:00:00Z"},"lastUpdated":{"type":"string","description":"Date when the category was last updated","format":"date-time","example":"2023-01-01T00:00:00Z"},"country":{"type":"string","description":"Country associated with the category","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]}},"description":"Represents a category of a Directory uberall is connected to."}},"urls":{"type":"array","items":{"type":"object","description":"URLs of the external brand"}},"etag":{"type":"string","description":"ETag of the external brand","example":"etag123"},"state":{"type":"string","description":"State of the external brand","example":"active"},"locationsCount":{"type":"integer","description":"Count of locations for the external brand","format":"int64","example":10},"photos":{"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"}},"description":"Photos of the external brand"},"ownershipType":{"type":"string","description":"Ownership type of the external brand","example":"BRAND_OWNER"}},"description":"Response for external brand directory"}},"nextPageOffset":{"type":"string","description":"offset for the next page from the external directory","example":"10"}},"description":"Page response for directory brands"}}}},"components/schemas/DirectoryBrandUrl":{"id":"components/schemas/DirectoryBrandUrl","kind":"json-schema","title":"DirectoryBrandUrl","data":{"type":"object","description":"URLs of the external brand"}},"components/schemas/DirectoryBrandWrapper":{"id":"components/schemas/DirectoryBrandWrapper","kind":"json-schema","title":"DirectoryBrandWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"externalId":{"type":"string","description":"External ID of the directory brand","example":"12345"},"status":{"type":"string","description":"Status of the directory brand","example":"active"},"id":{"type":"integer","format":"int64"},"country":{"type":"string"},"names":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}}},"description":"Directory Brand Model"}}}},"components/schemas/DirectoryCategory":{"id":"components/schemas/DirectoryCategory","kind":"json-schema","title":"DirectoryCategory","data":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the Directory Category","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"name":{"type":"string","description":"String representation of the category","example":"Autowerkstatt"},"externalId":{"type":"string","description":"External id used by the directory to describe or chose a category","example":"12345"},"parent":{},"selectable":{"type":"boolean","description":"Indicates if the category is selectable","example":false},"dateCreated":{"type":"string","description":"Date when the category was created","format":"date-time","example":"2023-01-01T00:00:00Z"},"lastUpdated":{"type":"string","description":"Date when the category was last updated","format":"date-time","example":"2023-01-01T00:00:00Z"},"country":{"type":"string","description":"Country associated with the category","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]}},"description":"Represents a category of a Directory uberall is connected to."}},"components/schemas/DirectoryConnectInfo":{"id":"components/schemas/DirectoryConnectInfo","kind":"json-schema","title":"DirectoryConnectInfo","data":{"type":"object","properties":{"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Listing Connect Status [CONNECTED, NOT_CONNECTED, NOT_NEEDED]"},"children":[]}]}]}],"enum":["CONNECTED","NOT_CONNECTED","NOT_NEEDED"]},"userDetails":{"type":"object","properties":{"id":{"type":"integer","description":"Connected account detail (Account id)","format":"int64"},"name":{"type":"string","description":"Connected account detail (Account name)"},"email":{"type":"string","description":"Connected account detail (email)"},"dateConnected":{"type":"string","description":"his should indicate the date that this user made the connection","format":"date-time"},"defaultForSalesPartner":{"type":"boolean","description":"This should indicate whether the connection in place has been produced by a salesPartner level connection"},"defaultForBusiness":{"type":"boolean","description":"This should indicate whether the connection in place has been produced by a business level connection"}},"description":"Connect Flow User Details model"}},"description":"Directory Connect Info model"}},"components/schemas/DirectoryContactDetails":{"id":"components/schemas/DirectoryContactDetails","kind":"json-schema","title":"DirectoryContactDetails","data":{"type":"object","properties":{"email":{"type":"string","description":"Email address to be used to release a claim from another provider"},"website":{"type":"string","description":"Contact website address to be used to release a claim from another provider"}},"description":"Directory contact details model"}},"components/schemas/DirectoryDetails":{"id":"components/schemas/DirectoryDetails","kind":"json-schema","title":"DirectoryDetails","data":{"type":"object","properties":{"directoryName":{"type":"string","description":"Name of the directory","example":"Google"},"isSearchable":{"type":"boolean","description":"Indicates whether directory has a search API that can be used","example":true}},"description":"Details of a directory"}},"components/schemas/DirectoryExternalBrandResponse":{"id":"components/schemas/DirectoryExternalBrandResponse","kind":"json-schema","title":"DirectoryExternalBrandResponse","data":{"type":"object","properties":{"id":{"type":"string","description":"ID of the external brand","example":"1"},"names":{"type":"array","items":{"type":"string","description":"Names of the external brand","example":"['BrandName1', 'BrandName2']"}},"countryCode":{"type":"string","description":"Country code of the external brand","example":"US"},"categories":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the Directory Category","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"name":{"type":"string","description":"String representation of the category","example":"Autowerkstatt"},"externalId":{"type":"string","description":"External id used by the directory to describe or chose a category","example":"12345"},"parent":{},"selectable":{"type":"boolean","description":"Indicates if the category is selectable","example":false},"dateCreated":{"type":"string","description":"Date when the category was created","format":"date-time","example":"2023-01-01T00:00:00Z"},"lastUpdated":{"type":"string","description":"Date when the category was last updated","format":"date-time","example":"2023-01-01T00:00:00Z"},"country":{"type":"string","description":"Country associated with the category","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]}},"description":"Represents a category of a Directory uberall is connected to."}},"urls":{"type":"array","items":{"type":"object","description":"URLs of the external brand"}},"etag":{"type":"string","description":"ETag of the external brand","example":"etag123"},"state":{"type":"string","description":"State of the external brand","example":"active"},"locationsCount":{"type":"integer","description":"Count of locations for the external brand","format":"int64","example":10},"photos":{"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"}},"description":"Photos of the external brand"},"ownershipType":{"type":"string","description":"Ownership type of the external brand","example":"BRAND_OWNER"}},"description":"Response for external brand directory"}},"components/schemas/DirectoryPage":{"id":"components/schemas/DirectoryPage","kind":"json-schema","title":"DirectoryPage","data":{"type":"object","properties":{"directoryUserAccount":{"type":"object","description":"Directory user account associated with the page"},"token":{"type":"object","description":"OAuth token for the page"},"pageId":{"type":"string","description":"External page ID","example":"12345"},"name":{"type":"string","description":"External page name","example":"Main Directory Page"},"status":{"type":"string","description":"Status of the page","enum":["VALID","INVALID","CREATION_NEEDED"]},"type":{"type":"string","description":"Type of the page","enum":["FACEBOOK","INSTAGRAM","GOOGLE","TWITTER","APPLE_MAPS","TRUSTPILOT","LINKED_IN","TIK_TOK"]},"dateCreated":{"type":"string","description":"Date the page was created","format":"date-time","example":"2023-01-01T00:00:00Z"},"lastUpdated":{"type":"string","description":"Date the page was last updated","format":"date-time","example":"2023-01-01T00:00:00Z"}},"description":"Abstract class representing a directory page"}},"components/schemas/DirectoryPageResponse":{"id":"components/schemas/DirectoryPageResponse","kind":"json-schema","title":"DirectoryPageResponse","data":{"type":"object","properties":{"id":{"type":"integer","description":"The Uberall unique id for the directory page","format":"int64"},"name":{"type":"string","description":"The Directory Page name on the directory"},"additionalInfo":{"type":"string","description":"Additional info for the page allowing you to distinguish between pages with same name"},"level":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The level of the page. It is either the business or listing page. [BUSINESS, LISTING]"},"children":[]}]}]}],"enum":["BUSINESS","LISTING"]},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The Directory Page type [BUSINESS_PAGE, DIRECTORY_PAGE]"},"children":[]}]}]}],"enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Directory Page Response Model"}},"components/schemas/DirectoryPageResponseObject":{"id":"components/schemas/DirectoryPageResponseObject","kind":"json-schema","title":"DirectoryPageResponseObject","data":{"type":"object","properties":{"page":{"type":"object","properties":{"directoryUserAccount":{"type":"object","description":"Directory user account associated with the page"},"token":{"type":"object","description":"OAuth token for the page"},"pageId":{"type":"string","description":"External page ID","example":"12345"},"name":{"type":"string","description":"External page name","example":"Main Directory Page"},"status":{"type":"string","description":"Status of the page","enum":["VALID","INVALID","CREATION_NEEDED"]},"type":{"type":"string","description":"Type of the page","enum":["FACEBOOK","INSTAGRAM","GOOGLE","TWITTER","APPLE_MAPS","TRUSTPILOT","LINKED_IN","TIK_TOK"]},"dateCreated":{"type":"string","description":"Date the page was created","format":"date-time","example":"2023-01-01T00:00:00Z"},"lastUpdated":{"type":"string","description":"Date the page was last updated","format":"date-time","example":"2023-01-01T00:00:00Z"}},"description":"Abstract class representing a directory page"}},"description":"The actual response object of the response"}},"components/schemas/DirectoryPageResponseWrapper":{"id":"components/schemas/DirectoryPageResponseWrapper","kind":"json-schema","title":"DirectoryPageResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"page":{"type":"object","properties":{"directoryUserAccount":{"type":"object","description":"Directory user account associated with the page"},"token":{"type":"object","description":"OAuth token for the page"},"pageId":{"type":"string","description":"External page ID","example":"12345"},"name":{"type":"string","description":"External page name","example":"Main Directory Page"},"status":{"type":"string","description":"Status of the page","enum":["VALID","INVALID","CREATION_NEEDED"]},"type":{"type":"string","description":"Type of the page","enum":["FACEBOOK","INSTAGRAM","GOOGLE","TWITTER","APPLE_MAPS","TRUSTPILOT","LINKED_IN","TIK_TOK"]},"dateCreated":{"type":"string","description":"Date the page was created","format":"date-time","example":"2023-01-01T00:00:00Z"},"lastUpdated":{"type":"string","description":"Date the page was last updated","format":"date-time","example":"2023-01-01T00:00:00Z"}},"description":"Abstract class representing a directory page"}},"description":"The actual response object of the response"}}}},"components/schemas/DirectoryUserAccount":{"id":"components/schemas/DirectoryUserAccount","kind":"json-schema","title":"DirectoryUserAccount","data":{"type":"object","description":"Directory user account associated with the page"}},"components/schemas/Disconnect":{"id":"components/schemas/Disconnect","kind":"json-schema","title":"Disconnect","data":{"type":"object","properties":{"disconnectAll":{"type":"boolean","description":"Boolean flag indicating whether disconnect should remove all created connections originated from business connect (only applies for Facebook)"}}}},"components/schemas/DoctorComCategory":{"id":"components/schemas/DoctorComCategory","kind":"json-schema","title":"DoctorComCategory","data":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the DoctorCom category","format":"int64","example":111},"nuccTaxonomyCode":{"type":"string","description":"NUCC taxonomy code for the sub-specialty","example":"207RI0011X"}},"description":"Doctor.com category associated with the provider"}},"components/schemas/DoctorComData":{"id":"components/schemas/DoctorComData","kind":"json-schema","title":"DoctorComData","data":{"type":"object","properties":{"npi":{"type":"string","description":"National Provider Id (NPI)"},"hospitals":{"maxItems":10,"type":"array","description":"Hospital affiliations.","items":{"required":["hospitalName"],"type":"object","properties":{"hospitalName":{"maxLength":150,"type":"string","description":"The name of the hospital the provider is affiliated with."},"hospitalCity":{"type":"string","description":"The city the hospital is located in."},"hospitalState":{"type":"string","description":"The state the hospital is located in. This should be the ISO 3166-2 two-character code (e.g. NY)."}},"description":"Doctor.com Hospital Affiliation"}},"educations":{"maxItems":5,"type":"array","description":"List of universities where the provider received their degree(s).","items":{"required":["educationName","educationType"],"type":"object","properties":{"educationName":{"maxLength":255,"type":"string","description":"The name of the educational institution."},"educationType":{"maxLength":50,"type":"string","description":"The type of education degree (e.g. 'Medical Degree')."},"startedYear":{"type":"integer","description":"The year the provider started their education.","format":"int32"},"graduationYear":{"type":"integer","description":"The year the provider graduated from the educational institution. This value must be the current year or earlier.","format":"int32"}},"description":"Doctor.com Education"}},"insurances":{"maxItems":20,"type":"array","description":"Insurance providers and plans accepted by the provider.","items":{"required":["companyName","insurancePlan"],"type":"object","properties":{"companyName":{"maxLength":60,"type":"string","description":"The name of the insurance provider company."},"insurancePlan":{"maxLength":255,"type":"string","description":"The name of the insurance plan."}},"description":"Doctor.com Insurance"}},"credentials":{"maxLength":25,"type":"string","description":"Medical professional's credentials (max character limit: 25)"},"university":{"type":"string","description":"DEPRECATED (Replaced by 'educations').  - The University where the provider received their degree","deprecated":true},"hospitalAffiliations":{"type":"string","description":"DEPRECATED (Replaced by 'hospitals').  - Hospital affiliations","deprecated":true},"insurancesAccepted":{"type":"string","description":"DEPRECATED (Replaced by 'insurances').  - Types of insurance accepted by the provider","deprecated":true},"isProvider":{"type":"boolean","description":"Defines if the listing is for a provider or not"},"practiceName":{"type":"string","description":"Name of the medical practice"},"providerTitle":{"type":"string","description":"Medical professional's title"},"providerFirstname":{"type":"string","description":"Medical professional's first name"},"providerMiddlename":{"type":"string","description":"Medical professional's middle name"},"providerSurname":{"type":"string","description":"Medical professional's surname"},"doctorCategories":{"type":"array","description":"Doctor.com categories","deprecated":true,"items":{"type":"integer","format":"int64"}},"doctorCategoriesDetailed":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the DoctorCom category","format":"int64","example":111},"nuccTaxonomyCode":{"type":"string","description":"NUCC taxonomy code for the sub-specialty","example":"207RI0011X"}},"description":"Doctor.com category associated with the provider"}}},"description":"Description of the provider","nullable":true}},"components/schemas/DoctorComDataEducation":{"id":"components/schemas/DoctorComDataEducation","kind":"json-schema","title":"DoctorComDataEducation","data":{"required":["educationName","educationType"],"type":"object","properties":{"educationName":{"maxLength":255,"type":"string","description":"The name of the educational institution."},"educationType":{"maxLength":50,"type":"string","description":"The type of education degree (e.g. 'Medical Degree')."},"startedYear":{"type":"integer","description":"The year the provider started their education.","format":"int32"},"graduationYear":{"type":"integer","description":"The year the provider graduated from the educational institution. This value must be the current year or earlier.","format":"int32"}},"description":"Doctor.com Education"}},"components/schemas/DoctorComDataHospital":{"id":"components/schemas/DoctorComDataHospital","kind":"json-schema","title":"DoctorComDataHospital","data":{"required":["hospitalName"],"type":"object","properties":{"hospitalName":{"maxLength":150,"type":"string","description":"The name of the hospital the provider is affiliated with."},"hospitalCity":{"type":"string","description":"The city the hospital is located in."},"hospitalState":{"type":"string","description":"The state the hospital is located in. This should be the ISO 3166-2 two-character code (e.g. NY)."}},"description":"Doctor.com Hospital Affiliation"}},"components/schemas/DoctorComDataInsurance":{"id":"components/schemas/DoctorComDataInsurance","kind":"json-schema","title":"DoctorComDataInsurance","data":{"required":["companyName","insurancePlan"],"type":"object","properties":{"companyName":{"maxLength":60,"type":"string","description":"The name of the insurance provider company."},"insurancePlan":{"maxLength":255,"type":"string","description":"The name of the insurance plan."}},"description":"Doctor.com Insurance"}},"components/schemas/EmailSettings":{"id":"components/schemas/EmailSettings","kind":"json-schema","title":"EmailSettings","data":{"type":"object","properties":{"frequency":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Frequency of the emailType. The available frequencies by email type are: DIGEST: WEEKLY, MONTHLY or NEVER; ACTIVATION: ALWAYS or NEVER; START_VERIFICATION_GOOGLE: ALWAYS or NEVER; FINISH_VERIFICATION_GOOGLE: ALWAYS or NEVER; UNREAD_REVIEW_NOTIFICATION: ALWAYS or NEVER; PENDING_APPROVAL_REPLY_NOTIFICATION: DAILY, ALWAYS or NEVER."},"children":[]}]}]}],"enum":["ALWAYS","DAILY","WEEKLY","MONTHLY","QUARTERLY","NEVER"]},"emailType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of email. Currently, the types of email supported are: DIGEST, ACTIVATION, START_VERIFICATION_GOOGLE, FINISH_VERIFICATION_GOOGLE, UNREAD_REVIEW_NOTIFICATION, PENDING_APPROVAL_REPLY_NOTIFICATION, SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION, NEW_CHATS_NOTIFICATION, NEW_CONTACT_FORM_NOTIFICATION"},"children":[]}]}]}],"enum":["DIGEST","UNREAD_REVIEW_NOTIFICATION","PENDING_APPROVAL_REPLY_NOTIFICATION","ACTIVATION","START_VERIFICATION_GOOGLE","FINISH_VERIFICATION_GOOGLE","NEW_CHATS_NOTIFICATION","NEW_CONTACT_FORM_NOTIFICATION","SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION","DASHBOARD_EXPORT","RENEWAL_FAIL","RENEWAL_SUCCESS","RESET_PASSWORD_SP","SALES_PARTNER_APPROVAL","USER_INVITATION","SALES_PARTNER_ENTERPRISE_ONBOARDING_COMPLETE","NEW_CHAT_NOTIFICATION_LOCATION","NEW_CHAT_NOTIFICATION_BUSINESS","NEW_CONTACT_FORM_NOTIFICATION_LOCATION","NEW_CONTACT_FORM_NOTIFICATION_BUSINESS","INVOICE_CREATED_RENEWAL","INTERNAL","TIMELY_TASK_NOTIFICATION_1","TIMELY_TASK_NOTIFICATION_2","TIMELY_TASK_NOTIFICATION_3","LOCATION_CLEANSING_FAILED_NOTIFICATION"]},"id":{"type":"integer","format":"int64"}},"description":"Email Settings Model"}},"components/schemas/EvConnector":{"id":"components/schemas/EvConnector","kind":"json-schema","title":"EvConnector","data":{"required":["amperage","format","identifier","powerType","standard","updateTime","voltage"],"type":"object","properties":{"identifier":{"type":"string","description":"Required - Identifier of the connector within the EVSE created by the CPO. Two connectors may have the same id as long as they do not belong to the same EVSE object."},"standard":{"type":"string","description":"Required - The socket or plug standard of the charging point","enum":["CHADEMO","CHAOJI","DOMESTIC_A","DOMESTIC_B","DOMESTIC_C","DOMESTIC_D","DOMESTIC_E","DOMESTIC_F","DOMESTIC_G","DOMESTIC_H","DOMESTIC_I","DOMESTIC_J","DOMESTIC_K","DOMESTIC_L","DOMESTIC_M","DOMESTIC_N","DOMESTIC_O","GBT_AC","GBT_DC","IEC_60309_2_single_16","IEC_60309_2_three_16","IEC_60309_2_three_32","IEC_60309_2_three_64","IEC_62196_T1","IEC_62196_T1_COMBO","IEC_62196_T2","IEC_62196_T2_COMBO","IEC_62196_T3A","IEC_62196_T3C","NEMA_5_20","NEMA_6_30","NEMA_6_50","NEMA_10_30","NEMA_10_50","NEMA_14_30","NEMA_14_50","PANTOGRAPH_BOTTOM_UP","PANTOGRAPH_TOP_DOWN","TESLA_R","TESLA_S"]},"format":{"type":"string","description":"Required - The format of the connector, whether it is a socket or a plug","enum":["CABLE","SOCKET"]},"powerType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Connector Power Type. Values can be: AC_1_PHASE, AC_3_PHASE, DC"},"children":[]}]}]}],"enum":["AC_1_PHASE","AC_2_PHASE","AC_2_PHASE_SPLIT","AC_3_PHASE","DC"]},"voltage":{"type":"integer","description":"Required - The voltage of the connector","format":"int32"},"amperage":{"type":"integer","description":"Required - The maximum amperage of the connector","format":"int32"},"maxPower":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum electric power that can be delivered by the connector, in Watts (W). In case it is not provided, the API response will use voltage * amperage as a fallback."},"children":[]}]}]}],"format":"int32","nullable":true},"updateTime":{"type":"string","description":"Date/time of the connector's last update","format":"date-time"}},"description":"EV Connector"}},"components/schemas/EvData":{"id":"components/schemas/EvData","kind":"json-schema","title":"EvData","data":{"required":["operator","owner","timezone","updateTime"],"type":"object","properties":{"type":{"type":"string","description":"Type of location of the charging station","enum":["ON_STREET","OTHER","PARKING_GARAGE","PARKING_LOT","UNDERGROUND_GARAGE","ON_DRIVEWAY","ALONG_MOTORWAY","UNKNOWN"]},"owner":{"type":"string","description":"Required - Owner of the location"},"operator":{"type":"string","description":"Required - Operator of the chargepoints of the location"},"subOperator":{"type":"string","description":"Suboperator of the chargepoints of the location"},"timezone":{"type":"string","description":"The time zone of the location"},"isChargingClosed":{"type":"boolean","description":"Indicates if the EVSEs can be used for charging outside the opening hours of the location. E.g. when the parking garage closes its barriers overnight, it will indicate if you still can charge till the next morning"},"updateTime":{"type":"string","description":"Date/time of the last EV data update","format":"date-time"},"supplyEquipments":{"uniqueItems":true,"type":"array","description":"Charging Station information","items":{"required":["uid","updateTime"],"type":"object","properties":{"uid":{"type":"string","description":"Unique ID in the system of the CPO"},"evseId":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Unique id for the outside world. Compliant with “eMI3standard version V1.0”"},"children":[]}]}]}]},"physicalReference":{"type":"string","description":"A number/string printed on the outside of the EVSE for visual identification"},"updateTime":{"type":"string","description":"Date/time of the Equipment's last update","format":"date-time"},"connectors":{"uniqueItems":true,"type":"array","description":"Details on each connector","items":{"required":["amperage","format","identifier","powerType","standard","updateTime","voltage"],"type":"object","properties":{"identifier":{"type":"string","description":"Required - Identifier of the connector within the EVSE created by the CPO. Two connectors may have the same id as long as they do not belong to the same EVSE object."},"standard":{"type":"string","description":"Required - The socket or plug standard of the charging point","enum":["CHADEMO","CHAOJI","DOMESTIC_A","DOMESTIC_B","DOMESTIC_C","DOMESTIC_D","DOMESTIC_E","DOMESTIC_F","DOMESTIC_G","DOMESTIC_H","DOMESTIC_I","DOMESTIC_J","DOMESTIC_K","DOMESTIC_L","DOMESTIC_M","DOMESTIC_N","DOMESTIC_O","GBT_AC","GBT_DC","IEC_60309_2_single_16","IEC_60309_2_three_16","IEC_60309_2_three_32","IEC_60309_2_three_64","IEC_62196_T1","IEC_62196_T1_COMBO","IEC_62196_T2","IEC_62196_T2_COMBO","IEC_62196_T3A","IEC_62196_T3C","NEMA_5_20","NEMA_6_30","NEMA_6_50","NEMA_10_30","NEMA_10_50","NEMA_14_30","NEMA_14_50","PANTOGRAPH_BOTTOM_UP","PANTOGRAPH_TOP_DOWN","TESLA_R","TESLA_S"]},"format":{"type":"string","description":"Required - The format of the connector, whether it is a socket or a plug","enum":["CABLE","SOCKET"]},"powerType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Connector Power Type. Values can be: AC_1_PHASE, AC_3_PHASE, DC"},"children":[]}]}]}],"enum":["AC_1_PHASE","AC_2_PHASE","AC_2_PHASE_SPLIT","AC_3_PHASE","DC"]},"voltage":{"type":"integer","description":"Required - The voltage of the connector","format":"int32"},"amperage":{"type":"integer","description":"Required - The maximum amperage of the connector","format":"int32"},"maxPower":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum electric power that can be delivered by the connector, in Watts (W). In case it is not provided, the API response will use voltage * amperage as a fallback."},"children":[]}]}]}],"format":"int32","nullable":true},"updateTime":{"type":"string","description":"Date/time of the connector's last update","format":"date-time"}},"description":"EV Connector"}},"parkingRestrictions":{"uniqueItems":true,"type":"array","description":"This value, if provided by CPO, represents the restriction to the parking spot for different purposes","items":{"type":"string","enum":["CUSTOMERS","DISABLED","EV_ONLY","MOTORCYCLES","PLUGGED"]}}},"description":"EV Supply Equipment"}}},"description":"EV Data","nullable":true}},"components/schemas/EvDynamicDataObject":{"id":"components/schemas/EvDynamicDataObject","kind":"json-schema","title":"EvDynamicDataObject","data":{"type":"object","properties":{"location":{"required":["city","country","name","status","street"],"type":"object","properties":{"id":{"type":"integer","description":"Output only. The uberall unique id for the location","format":"int64"},"openingHours":{"maxItems":14,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"specialOpeningHours":{"maxItems":730,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-29\",\n\"closed\": true\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-30\",\n\"from1\": \"11:00\",\n\"to1\": \"14:00\",\n\"from2\": 16:00\",\n\"to2\": \"20:00\"\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"nullable":true,"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"name":{"maxLength":128,"minLength":1,"type":"string","description":"The location's name","example":"Coffee House Berlin"},"street":{"maxLength":191,"minLength":1,"type":"string","description":"The location's street address","example":"Friedrichstraße"},"streetNo":{"maxLength":255,"type":"string","description":"The location's street number","nullable":true,"example":"45A"},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","nullable":true,"enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"addressExtra":{"maxLength":64,"minLength":1,"type":"string","description":"An address extra: e.g. building, floor...","nullable":true,"example":"Suite 304"},"zip":{"maxLength":32,"minLength":1,"type":"string","description":"Zip code, optional only for some countries.","nullable":true,"example":"10115"},"city":{"maxLength":64,"minLength":1,"type":"string","description":"City","example":"Berlin"},"province":{"maxLength":255,"minLength":1,"type":"string","description":"Province. Only send when not blank","nullable":true,"example":"Berlin"},"country":{"type":"string","description":"Country of the location","example":"DE","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"lat":{"maximum":90,"minimum":-90,"type":"number","description":"The latitude coordinate of the location","format":"double","nullable":true,"example":52.52},"lng":{"maximum":180,"minimum":-180,"type":"number","description":"The longitude coordinate of the location","format":"double","nullable":true,"example":13.405},"addressDisplay":{"type":"boolean","description":"Indicates if the address should be displayed or hidden","example":true,"default":true},"normalizationStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's address-normalization state. On input, only "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NOT_NORMALIZED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NORMALIZATION_SKIPPED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" are accepted;"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"other values are system-managed and assigned automatically as the location moves through the normalization pipeline."},"children":[]}]}]}],"enum":["NOT_NORMALIZED","NORMALIZED","NORMALIZATION_SKIPPED","NORMALIZATION_FAILED"]},"phone":{"maxLength":64,"minLength":1,"type":"string","description":"The location's contact phone number, a valid phone number has to be provided.","nullable":true,"example":"+4912345678"},"fax":{"maxLength":64,"minLength":1,"type":"string","description":"The location fax number","nullable":true,"example":"+4912345678"},"cellphone":{"maxLength":64,"minLength":1,"type":"string","description":"A contact mobile phone number","nullable":true,"example":"+4912345678"},"website":{"maxLength":350,"minLength":1,"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)","nullable":true,"example":"https://www.example.com"},"email":{"maxLength":255,"minLength":1,"type":"string","description":"A contact email for the location","nullable":true,"example":"info@example.com"},"legalIdent":{"maxLength":512,"minLength":1,"type":"string","description":"A legal identifier of the location. SIRET  number in France","nullable":true},"taxNumber":{"maxLength":255,"minLength":1,"type":"string","description":"The tax number of the location. CIF/NIF in Spain","nullable":true},"emailVerification":{"type":"string","description":"The locations verification status","nullable":true,"enum":["UNVERIFIED","VERIFIED"]},"descriptionShort":{"maxLength":200,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A short description - up to 200 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²`´·\"'+¡¿@°€£$] "},"children":[]}]}]}]}],"nullable":true},"descriptionLong":{"maxLength":1000,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A long description - up to 1000 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²³`´·\"'+¡¿@°€^£$] "},"children":[]}]}]}]}],"nullable":true},"imprint":{"maxLength":20000,"type":"string","description":"The imprint of the location","nullable":true},"openingHoursNotes":{"maxLength":255,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+¡¿@°€£\\\\•\\\\^\\\\u0024\\\\u266A]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&\\r\\n\\t_*§²`´·\"'+¡¿@] "},"children":[]}]}]}]}],"nullable":true,"example":"We never open on bank holidays"},"keywords":{"uniqueItems":true,"type":"array","description":"Keywords describing the location's activity","nullable":true,"items":{"type":"string"}},"callToActions":{"type":"array","description":"Calls to action available for the location.\n                    Excess entries are silently truncated, not rejected.","nullable":true,"items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"labels":{"uniqueItems":true,"type":"array","description":"Labels grouping similar locations","nullable":true,"example":"['Campaign2018', 'EastCoast']","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","nullable":true,"items":{"type":"string"}},"paymentOptions":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The payment options accepted at the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To remove a specific option, prefix its value with '-' (e.g. [\"-cash\"] removes the 'cash' option). Sending the full list replaces all options."},"children":[]}]}]}],"nullable":true,"example":["-cash","credit card","invoice"],"items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","nullable":true,"items":{"type":"string"}},"alternativeNames":{"type":"array","description":"Alternative names for the location. Output only for public API.","nullable":true,"readOnly":true,"items":{"type":"string"}},"categories":{"maxItems":10,"type":"array","description":"Required to start location sync  - A list of category IDs describing the location","items":{"type":"integer","format":"int64"}},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the location. One of:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ACTIVE - will be synced and renewed"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"INACTIVE - will not be synced anymore, claims of listings will be released where possible"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CANCELLED - will be synced, will not be renewed. Once endDate is reached, location will switch to INACTIVE"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CLOSED - location has shut down, we'll mark listings as permanently closed or remove listings from the internet where permanently closed status is not supported"},"children":[]}]}]}],"enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"firstSyncStarted":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Date and time when the first sync was started for the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set together with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastSyncStarted"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"; either both fields are populated or both are null."},"children":[]}]}]}],"format":"date-time","nullable":true},"lastSyncStarted":{"type":"string","description":"Output only. Date of the last sync for the location","format":"date-time","nullable":true},"lastSyncCheckEnqueued":{"type":"string","description":"Output only. Date and time when a sync check was last enqueued","format":"date-time","nullable":true},"lastUnwantedCheckEnqueued":{"type":"string","description":"Output only. Date and time when a duplicate check was last enqueued","format":"date-time","nullable":true},"deactivated":{"type":"string","description":"Output only. Date and time when the location was deactivated (status INACTIVE or CLOSED)","format":"date-time","nullable":true},"identifier":{"maxLength":191,"minLength":1,"type":"string","description":"The location identifier based on your internal identification system","nullable":true},"photos":{"type":"array","description":"The location's photos","nullable":true,"items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"translations":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Translations for location fields in different languages."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In GET responses, returned as an array of translation objects (see LocationTranslation schema)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In POST/PATCH requests, provide as a nested map: locale code → field property name → translated value."},"children":[]}]}]}],"nullable":true,"example":{"en":{"name":"English name","descriptionShort":"Short description in English"},"de":{"name":"German name","descriptionShort":"Kurze Beschreibung auf Deutsch"}},"items":{"type":"object","properties":{"field":{"type":"string","description":"Identifies which location field a translation applies to.\n        Use the property name (shown in parentheses) as the key in the translations request map.","enum":["NAME","DESCRIPTION_SHORT","DESCRIPTION_LONG","CALL_TO_ACTIONS","SERVICES","KEYWORDS","OPENINGHOURS_NOTES"]},"locale":{"type":"object","description":"The locale/language code for this translation","example":"de"}},"description":"A translation for a specific location field in a specific language.\n        In GET responses, translations are returned as an array of these objects.\n        In POST/PATCH requests, translations must be provided as a map keyed by locale code\n        (e.g. 'en', 'de') where each value is a map of field property names to translated values."}},"nextBilling":{"type":"string","description":"Output only. Next billing date for the location","format":"date-time","nullable":true},"endDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Subscription/contract end date for this location. When set, indicates the date on which the location's subscription is scheduled to end."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Distinct from "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"cancellationDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (which records when a cancellation was requested). Nullable."},"children":[]}]}]}],"format":"date-time","nullable":true},"cancellationDate":{"type":"string","description":"Output only. Cancellation date for the location","format":"date-time","nullable":true},"dateCreated":{"type":"string","description":"Output only. The date and time the location was created in our database","format":"date-time","nullable":true},"lastUpdated":{"type":"string","description":"Output only. Date of the last changes made to the location. Includes updates by users, API, location cleansing, and duplicate checks","format":"date-time","nullable":true},"autoSync":{"type":"boolean","description":"When autosync is set to true, information changed for the location in Uberall will automatically be syncronized to all connected listings without the need to explicitly start a sync again after it's been started once."},"timezone":{"type":"string","description":"The location's timezone","nullable":true},"openingDate":{"type":"string","description":"The date the location will first open. Must be formatted YYYY-MM-DD","format":"date","nullable":true},"sortableData":{"type":"string","description":"Internal field for sorting and search data optimization.","nullable":true},"wizardStepFinished":{"type":"integer","description":"Output only. Last step finished in the creation wizard.","format":"int32","nullable":true},"suggestions":{"type":"array","description":"Community suggestions for the location","nullable":true,"items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}},"serviceAreas":{"maxItems":20,"type":"array","description":"Service areas available on the location.","nullable":true,"items":{"required":["name","placeId"],"type":"object","properties":{"name":{"type":"string","description":"The name of the service area, e.g. Berlin, Deutschland","example":"Berlin, Deutschland"},"placeId":{"type":"string","description":"A unique place id , e.g. ChIJAVkDPzdOqEcRcDteW0YgIQQ, Place IDs uniquely identify a place in the Google Places database and on Google Maps. Please visit https://developers.google.com/places/place-id for more info","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"}},"description":"The areas where this location offers service, e.g. useful for food delivery"}},"locationConnects":{"type":"array","description":"Connected accounts and directory links","nullable":true,"items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"callTrackingNumbers":{"uniqueItems":true,"type":"array","description":"Add call tracking numbers for distribution to Google, Facebook, and Bing. The call tracking numbers must be different from the location's primary phone number","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"number":{"type":"string","description":"The call tracking number for the select directory -- must be different than the location's primary phone number."}},"description":"Call Tracking Number"}},"utms":{"uniqueItems":true,"type":"array","description":"UTM parameter to be appended to the location's website. Codes can be sent to Google, Facebook, and Bing.","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"transactionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations. Only available for specific business categories.\n\"transactionLinks\" in the API still works for Google, but customers are suggested to move to \"actionLinks\" to support Apple.","deprecated":true,"items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"actionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations.\n                        Only available for specific business categories.","items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"temporarilyClosed":{"required":["temporarilyClosed"],"type":"object","properties":{"temporarilyClosed":{"type":"boolean","description":"Locations must have either TRUE or FALSE for this field to indicate if they are temporarily closed (TRUE) or not (FALSE)."},"reopenDate":{"type":"string","description":"Set a re-open date for a temporarily closed location (Format: YYYY-MM-DD). The location will re-open at 12:01am local time. Leave null if the re-open date is unknown."}},"description":"Set a location to temporarily closed with the ability to set a re-open date. Temporarily closed is best used if a location will be closed for more than seven days. If less than seven days, use special hours to show the location is closed.","nullable":true},"features":{"uniqueItems":true,"type":"array","description":"Output only. List of features available to the location","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"streetAndNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Combined street address and street number as a single string (e.g. \"Main St 42\" or \"42 Main St\" depending on the country's convention)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In responses, this field is always populated from the stored 'street' and 'streetNo' values."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In create/update requests, 'streetAndNumber' can be used as an alternative to sending separate 'street' and 'streetNo' fields — useful when only a combined \"Address Line 1\" value is available."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"When provided, the system attempts to automatically extract the street number from the combined value."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If 'street' or 'streetNo' is also present in the same request, 'streetAndNumber' is ignored."},"children":[]}]}]}]},"needsReview":{"uniqueItems":true,"type":"array","description":"Needs review","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"businessName":{"type":"string"},"nameDescriptor":{"type":"string","description":"An addition to the location's name which gives specific info about the location's address (e.g. Mall level 2 OR Inside Departures). Sent only to FACEBOOK"},"sublocality":{"type":"string"},"evData":{"required":["operator","owner","timezone","updateTime"],"type":"object","properties":{"type":{"type":"string","description":"Type of location of the charging station","enum":["ON_STREET","OTHER","PARKING_GARAGE","PARKING_LOT","UNDERGROUND_GARAGE","ON_DRIVEWAY","ALONG_MOTORWAY","UNKNOWN"]},"owner":{"type":"string","description":"Required - Owner of the location"},"operator":{"type":"string","description":"Required - Operator of the chargepoints of the location"},"subOperator":{"type":"string","description":"Suboperator of the chargepoints of the location"},"timezone":{"type":"string","description":"The time zone of the location"},"isChargingClosed":{"type":"boolean","description":"Indicates if the EVSEs can be used for charging outside the opening hours of the location. E.g. when the parking garage closes its barriers overnight, it will indicate if you still can charge till the next morning"},"updateTime":{"type":"string","description":"Date/time of the last EV data update","format":"date-time"},"supplyEquipments":{"uniqueItems":true,"type":"array","description":"Charging Station information","items":{"required":["uid","updateTime"],"type":"object","properties":{"uid":{"type":"string","description":"Unique ID in the system of the CPO"},"evseId":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Unique id for the outside world. Compliant with “eMI3standard version V1.0”"},"children":[]}]}]}]},"physicalReference":{"type":"string","description":"A number/string printed on the outside of the EVSE for visual identification"},"updateTime":{"type":"string","description":"Date/time of the Equipment's last update","format":"date-time"},"connectors":{"uniqueItems":true,"type":"array","description":"Details on each connector","items":{"required":["amperage","format","identifier","powerType","standard","updateTime","voltage"],"type":"object","properties":{"identifier":{"type":"string","description":"Required - Identifier of the connector within the EVSE created by the CPO. Two connectors may have the same id as long as they do not belong to the same EVSE object."},"standard":{"type":"string","description":"Required - The socket or plug standard of the charging point","enum":["CHADEMO","CHAOJI","DOMESTIC_A","DOMESTIC_B","DOMESTIC_C","DOMESTIC_D","DOMESTIC_E","DOMESTIC_F","DOMESTIC_G","DOMESTIC_H","DOMESTIC_I","DOMESTIC_J","DOMESTIC_K","DOMESTIC_L","DOMESTIC_M","DOMESTIC_N","DOMESTIC_O","GBT_AC","GBT_DC","IEC_60309_2_single_16","IEC_60309_2_three_16","IEC_60309_2_three_32","IEC_60309_2_three_64","IEC_62196_T1","IEC_62196_T1_COMBO","IEC_62196_T2","IEC_62196_T2_COMBO","IEC_62196_T3A","IEC_62196_T3C","NEMA_5_20","NEMA_6_30","NEMA_6_50","NEMA_10_30","NEMA_10_50","NEMA_14_30","NEMA_14_50","PANTOGRAPH_BOTTOM_UP","PANTOGRAPH_TOP_DOWN","TESLA_R","TESLA_S"]},"format":{"type":"string","description":"Required - The format of the connector, whether it is a socket or a plug","enum":["CABLE","SOCKET"]},"powerType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Connector Power Type. Values can be: AC_1_PHASE, AC_3_PHASE, DC"},"children":[]}]}]}],"enum":["AC_1_PHASE","AC_2_PHASE","AC_2_PHASE_SPLIT","AC_3_PHASE","DC"]},"voltage":{"type":"integer","description":"Required - The voltage of the connector","format":"int32"},"amperage":{"type":"integer","description":"Required - The maximum amperage of the connector","format":"int32"},"maxPower":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum electric power that can be delivered by the connector, in Watts (W). In case it is not provided, the API response will use voltage * amperage as a fallback."},"children":[]}]}]}],"format":"int32","nullable":true},"updateTime":{"type":"string","description":"Date/time of the connector's last update","format":"date-time"}},"description":"EV Connector"}},"parkingRestrictions":{"uniqueItems":true,"type":"array","description":"This value, if provided by CPO, represents the restriction to the parking spot for different purposes","items":{"type":"string","enum":["CUSTOMERS","DISABLED","EV_ONLY","MOTORCYCLES","PLUGGED"]}}},"description":"EV Supply Equipment"}}},"description":"A description of the EV Charging station's location. Used to help customers find the station more easily","nullable":true},"doctorComData":{"type":"object","properties":{"npi":{"type":"string","description":"National Provider Id (NPI)"},"hospitals":{"maxItems":10,"type":"array","description":"Hospital affiliations.","items":{"required":["hospitalName"],"type":"object","properties":{"hospitalName":{"maxLength":150,"type":"string","description":"The name of the hospital the provider is affiliated with."},"hospitalCity":{"type":"string","description":"The city the hospital is located in."},"hospitalState":{"type":"string","description":"The state the hospital is located in. This should be the ISO 3166-2 two-character code (e.g. NY)."}},"description":"Doctor.com Hospital Affiliation"}},"educations":{"maxItems":5,"type":"array","description":"List of universities where the provider received their degree(s).","items":{"required":["educationName","educationType"],"type":"object","properties":{"educationName":{"maxLength":255,"type":"string","description":"The name of the educational institution."},"educationType":{"maxLength":50,"type":"string","description":"The type of education degree (e.g. 'Medical Degree')."},"startedYear":{"type":"integer","description":"The year the provider started their education.","format":"int32"},"graduationYear":{"type":"integer","description":"The year the provider graduated from the educational institution. This value must be the current year or earlier.","format":"int32"}},"description":"Doctor.com Education"}},"insurances":{"maxItems":20,"type":"array","description":"Insurance providers and plans accepted by the provider.","items":{"required":["companyName","insurancePlan"],"type":"object","properties":{"companyName":{"maxLength":60,"type":"string","description":"The name of the insurance provider company."},"insurancePlan":{"maxLength":255,"type":"string","description":"The name of the insurance plan."}},"description":"Doctor.com Insurance"}},"credentials":{"maxLength":25,"type":"string","description":"Medical professional's credentials (max character limit: 25)"},"university":{"type":"string","description":"DEPRECATED (Replaced by 'educations').  - The University where the provider received their degree","deprecated":true},"hospitalAffiliations":{"type":"string","description":"DEPRECATED (Replaced by 'hospitals').  - Hospital affiliations","deprecated":true},"insurancesAccepted":{"type":"string","description":"DEPRECATED (Replaced by 'insurances').  - Types of insurance accepted by the provider","deprecated":true},"isProvider":{"type":"boolean","description":"Defines if the listing is for a provider or not"},"practiceName":{"type":"string","description":"Name of the medical practice"},"providerTitle":{"type":"string","description":"Medical professional's title"},"providerFirstname":{"type":"string","description":"Medical professional's first name"},"providerMiddlename":{"type":"string","description":"Medical professional's middle name"},"providerSurname":{"type":"string","description":"Medical professional's surname"},"doctorCategories":{"type":"array","description":"Doctor.com categories","deprecated":true,"items":{"type":"integer","format":"int64"}},"doctorCategoriesDetailed":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the DoctorCom category","format":"int64","example":111},"nuccTaxonomyCode":{"type":"string","description":"NUCC taxonomy code for the sub-specialty","example":"207RI0011X"}},"description":"Doctor.com category associated with the provider"}}},"description":"Description of the provider","nullable":true},"customFields":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"The name of the custom field","example":"foo"},"value":{"type":"string","description":"The value of the custom field","example":"bar"}}}},"businessSyncable":{"type":"boolean"},"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"attributes":{"type":"array","description":"Google attributes","items":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}},"businessId":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ID of the business this location is linked to. Mandatory when creating a location. Sending a different ID than the current businessId when updating will lead to changing the business. This is only possible in case all connected accounts (Facebook, Google, …) are compatible."},"children":[]}]}]}],"format":"int32","example":1234},"cleansingComment":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Cleansing comment by user, set only when cleansingStatus is INVALID_DATA."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Possible Values (ADDRESS_DETAILS_VERIFIED, NAME_ADDRESS_DETAILS_UPDATED, NON_CLOSURE_CONFIRMATION,)"},"children":[]}]}]}],"enum":["ADDRESS_DETAILS_VERIFIED","NAME_ADDRESS_DETAILS_UPDATED","NON_CLOSURE_CONFIRMATION"]},"cleansingInvalidDataReason":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Invalid Cleansing Reason (eg. INCOMPLETE_ADDRESS,ADDRESS_ IS_PO_BOX,ADDRESS_ DOES_NOT_EXIST, LOCATION_IS_CLOSED, INFORMATION_IS_WRONG, LOCATION_IS_MOVED, NON_LATIN_CHARACTERS_ADDRESS, OTHER)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Guide on how to fix invalid data issues - http://ubr.al/fix_invalid_data"},"children":[]}]}]}]},"cleansingStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Current cleansing status for the location. Possible values: NOT_CLEANSED, PENDING, CLEANSED, INVALID_DATA"},"children":[]}]}]}],"enum":["NOT_CLEANSED","PENDING","CLEANSED","INVALID_DATA"]},"contentLists":{"type":"array","description":"The content list IDs (EVENTS, PRODUCTS, MENU, PEOPLE) describing the location","items":{"type":"integer","format":"int32"}},"dataPoints":{"type":"integer","description":"Output only. Number of dataPoints (reviews, photos) left by users at this location","format":"int32"},"listingsBeingUpdated":{"type":"integer","description":"Output only. Number of listings still being updated","format":"int32"},"averageRating":{"type":"number","format":"double"},"listingsInSync":{"type":"integer","description":"Output only. The number of listings in sync","format":"int32"},"mainPhoto":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"The location's main picture"},"missingMandatoryFields":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Compile all the fields that are currently missing but mandatory for some directories. They have to be set in the Location object, so that the Listing can be created / updated on the respective platform. List of Strings, e.g. [NAME, ZIP, PHONE]"},"children":[]}]}]}],"items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"directoriesMissingConnect":{"type":"array","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"linkedToLocationGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the LocationGroup.","format":"int64"},"lastUpdated":{"type":"string","description":"Last updated date of the Location Group","format":"date-time"},"name":{"type":"string","description":"Name of the LocationGroup."},"status":{"type":"string","description":"Status of the Location Group","enum":["ACTIVE","DELETED"]},"creator":{"type":"integer","format":"int64"},"salesPartner":{"type":"integer","format":"int64"},"locationsCount":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the location","format":"int64","example":1},"name":{"type":"string","description":"Name of the location","example":"Location 1"},"status":{"type":"string","description":"Status of the location","example":"ACTIVE","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}}}},"users":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the user","format":"int64","example":1},"email":{"type":"string","description":"Email of the user","example":"jan.didschuneit@uberall.com"},"firstName":{"type":"string","description":"First name of the user","example":"Jan"},"lastName":{"type":"string","description":"Last name of the user","example":"Didschuneit"},"role":{"type":"string","description":"Different roles a user account can have in the system.","example":"ADMIN","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"status":{"type":"string","description":"User Status Enum","example":"VERIFIED","enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]}}}}},"description":"The actual response object of the response"}},"locatedIn":{"uniqueItems":true,"type":"array","description":"Defines the physical containment relationship of this location within another place (e.g. a mall or airport).\nEach entry references an external place by its directory-specific ID and describes whether the location is a department of\nor an independent establishment within that place. At most one entry per directoryType is allowed; currently only GOOGLE is supported.\nRequired fields: placeId (max 1024 chars), relationType. Optional: directoryType.\nPlace details (placeName, placeAddress, coordinates) are resolved automatically from downstream APIs (e.g. Google Places).","items":{"required":["placeId","relationType"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"placeId":{"type":"string","description":"The directory-specific unique identifier of the enclosing place","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"},"relationType":{"type":"string","description":"Whether the location is a department of or an independent establishment within the enclosing place","example":"DEPARTMENT_OF","enum":["DEPARTMENT_OF","INDEPENDENT_ESTABLISHMENT_IN"]},"placeName":{"type":"string","description":"The name of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"placeAddress":{"type":"string","description":"The address of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"lat":{"type":"number","description":"The latitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":52.52},"lng":{"type":"number","description":"The longitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":13.405},"id":{"type":"integer","format":"int64"}},"description":"Represents the physical containment relationship of a location within an enclosing place (e.g. a mall or airport)"}},"directoriesPublishingStatus":{"type":"array","items":{"type":"string"}},"locationSyncable":{"type":"boolean"},"suggestionsForFieldsAvailable":{"type":"boolean"},"moreHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's additional service hours, such as delivery, pickup, happy hours etc. Submitted to Google. e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ONLINE_SERVICE_HOURS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"09:00\",\n        \"to1\": \"18:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 2,\n        \"from1\": \"09:00\",\n        \"to1\": \"13:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ACCESS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"06:00\",\n        \"to1\": \"20:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]"},"children":[]}]}],"items":{"type":"object","properties":{"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}},"description":"The MoreHours type"},"hours":{"type":"array","description":"The MoreHours of the given type","items":{"type":"object","properties":{"dayOfWeek":{"type":"integer","description":"The MoreHours dayOfWeek, represented by a number","format":"int32","example":1},"from":{"type":"string","description":"The MoreHours from as a String","example":"08:00"},"to":{"type":"string","description":"The MoreHours to as a String","example":"18:00"}}}}}}},"lodgingFields":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"value":{"type":"string","description":"The value of the lodging amenity field. Accepted values are 'true' or 'false'","enum":["true","false"]},"id":{"type":"integer","format":"int64"},"externalId":{"type":"string","description":"The Google external id for the lodging amenity.\n                Must match a valid externalId from the LodgingField catalog. Examples include: watercraftRental, turndownService, patio"},"category":{"type":"string","description":"High-level grouping of Lodging Amenity types, such as SERVICES, TRANSPORTATION, FAMILIES, etc. Must match a valid category from the LodgingField catalog."},"displayName":{"type":"string","description":"Output only. Human-readable display name of the amenity.","readOnly":true}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A lodging amenity field for hotel/lodging business categories, submitted to Google."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The [category, externalId] pair must exist in the LodgingField catalog — use the GET available-lodging-fields endpoint to retrieve valid values."},"children":[]}]}]}]}},"profileCompleteness":{"type":"integer","description":"Output only. Number representing completeness of location data, up to 100","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Output only. Number of published listings","format":"int32"},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"videos":{"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"visibilityIndex":{"type":"integer","description":"Output only. The location's latest visibility index","format":"int32"},"skipFacebookPicturesUpdate":{"type":"boolean","description":"When set to true, Uberall will skip publishing any photos to Facebook for this location. This affects both sync checks and updates.","example":true},"businessCountry":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"businessType":{"type":"string","enum":["SMB","ENTERPRISE"]},"contentCollections":{"required":["identifier","name","type"],"type":"object","properties":{"id":{"type":"integer","description":"Collection id","format":"int64"},"identifier":{"type":"string","description":"Mandatory - A unique identifier for the collection"},"name":{"type":"string","description":"Mandatory - Name of the content collection"},"description":{"type":"string","description":"A description of the collection"},"type":{"type":"string","description":"Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"contentLists":{"type":"array","description":"Mandatory - Sections within the content collections","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"locationIds":{"uniqueItems":true,"type":"array","description":"Location Ids that should be associated with this collection","items":{"type":"integer","format":"int64"}},"isReadOnly":{"type":"boolean","description":"Special field for FE indicating if the collection is read-only for the logged in user","example":false},"cuisineType":{"type":"string","description":"Only applicable to Menu content collections - indicates the cuisine the restaurant serves","enum":["AMERICAN","ASIAN","BRAZILIAN","BREAKFAST","BRUNCH","CHICKEN","CHINESE","FAMILY","FAST_FOOD","FRENCH","GREEK","GERMAN","HAMBURGER","INDIAN","INDONESIAN","ITALIAN","JAPANESE","KOREAN","LATIN_AMERICAN","MEDITERRANEAN","MEXICAN","PAKISTANI","PIZZA","SEAFOOD","SPANISH","SUSHI","THAI","TURKISH","VEGETARIAN","VIETNAMESE","OTHER_CUISINE"]},"url":{"type":"string","description":"Applicable to Menu collections only - url to the brand webpage menu"}},"description":"Content Collection"},"locationNeedsReview":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"services":{"type":"array","description":"Services offered at the location. Do not use if Content Collections is enabled. Instead use the Service Item and Collection endpoints","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}}},"description":"Location"},"uid":{"type":"string","description":"UID"},"status":{"type":"string","description":"Status"}},"description":"The actual response object of the response"}},"components/schemas/EvDynamicDataWrapper":{"id":"components/schemas/EvDynamicDataWrapper","kind":"json-schema","title":"EvDynamicDataWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"location":{"required":["city","country","name","status","street"],"type":"object","properties":{"id":{"type":"integer","description":"Output only. The uberall unique id for the location","format":"int64"},"openingHours":{"maxItems":14,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"specialOpeningHours":{"maxItems":730,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-29\",\n\"closed\": true\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-30\",\n\"from1\": \"11:00\",\n\"to1\": \"14:00\",\n\"from2\": 16:00\",\n\"to2\": \"20:00\"\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"nullable":true,"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"name":{"maxLength":128,"minLength":1,"type":"string","description":"The location's name","example":"Coffee House Berlin"},"street":{"maxLength":191,"minLength":1,"type":"string","description":"The location's street address","example":"Friedrichstraße"},"streetNo":{"maxLength":255,"type":"string","description":"The location's street number","nullable":true,"example":"45A"},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","nullable":true,"enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"addressExtra":{"maxLength":64,"minLength":1,"type":"string","description":"An address extra: e.g. building, floor...","nullable":true,"example":"Suite 304"},"zip":{"maxLength":32,"minLength":1,"type":"string","description":"Zip code, optional only for some countries.","nullable":true,"example":"10115"},"city":{"maxLength":64,"minLength":1,"type":"string","description":"City","example":"Berlin"},"province":{"maxLength":255,"minLength":1,"type":"string","description":"Province. Only send when not blank","nullable":true,"example":"Berlin"},"country":{"type":"string","description":"Country of the location","example":"DE","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"lat":{"maximum":90,"minimum":-90,"type":"number","description":"The latitude coordinate of the location","format":"double","nullable":true,"example":52.52},"lng":{"maximum":180,"minimum":-180,"type":"number","description":"The longitude coordinate of the location","format":"double","nullable":true,"example":13.405},"addressDisplay":{"type":"boolean","description":"Indicates if the address should be displayed or hidden","example":true,"default":true},"normalizationStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's address-normalization state. On input, only "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NOT_NORMALIZED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NORMALIZATION_SKIPPED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" are accepted;"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"other values are system-managed and assigned automatically as the location moves through the normalization pipeline."},"children":[]}]}]}],"enum":["NOT_NORMALIZED","NORMALIZED","NORMALIZATION_SKIPPED","NORMALIZATION_FAILED"]},"phone":{"maxLength":64,"minLength":1,"type":"string","description":"The location's contact phone number, a valid phone number has to be provided.","nullable":true,"example":"+4912345678"},"fax":{"maxLength":64,"minLength":1,"type":"string","description":"The location fax number","nullable":true,"example":"+4912345678"},"cellphone":{"maxLength":64,"minLength":1,"type":"string","description":"A contact mobile phone number","nullable":true,"example":"+4912345678"},"website":{"maxLength":350,"minLength":1,"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)","nullable":true,"example":"https://www.example.com"},"email":{"maxLength":255,"minLength":1,"type":"string","description":"A contact email for the location","nullable":true,"example":"info@example.com"},"legalIdent":{"maxLength":512,"minLength":1,"type":"string","description":"A legal identifier of the location. SIRET  number in France","nullable":true},"taxNumber":{"maxLength":255,"minLength":1,"type":"string","description":"The tax number of the location. CIF/NIF in Spain","nullable":true},"emailVerification":{"type":"string","description":"The locations verification status","nullable":true,"enum":["UNVERIFIED","VERIFIED"]},"descriptionShort":{"maxLength":200,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A short description - up to 200 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²`´·\"'+¡¿@°€£$] "},"children":[]}]}]}]}],"nullable":true},"descriptionLong":{"maxLength":1000,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A long description - up to 1000 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²³`´·\"'+¡¿@°€^£$] "},"children":[]}]}]}]}],"nullable":true},"imprint":{"maxLength":20000,"type":"string","description":"The imprint of the location","nullable":true},"openingHoursNotes":{"maxLength":255,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+¡¿@°€£\\\\•\\\\^\\\\u0024\\\\u266A]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&\\r\\n\\t_*§²`´·\"'+¡¿@] "},"children":[]}]}]}]}],"nullable":true,"example":"We never open on bank holidays"},"keywords":{"uniqueItems":true,"type":"array","description":"Keywords describing the location's activity","nullable":true,"items":{"type":"string"}},"callToActions":{"type":"array","description":"Calls to action available for the location.\n                    Excess entries are silently truncated, not rejected.","nullable":true,"items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"labels":{"uniqueItems":true,"type":"array","description":"Labels grouping similar locations","nullable":true,"example":"['Campaign2018', 'EastCoast']","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","nullable":true,"items":{"type":"string"}},"paymentOptions":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The payment options accepted at the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To remove a specific option, prefix its value with '-' (e.g. [\"-cash\"] removes the 'cash' option). Sending the full list replaces all options."},"children":[]}]}]}],"nullable":true,"example":["-cash","credit card","invoice"],"items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","nullable":true,"items":{"type":"string"}},"alternativeNames":{"type":"array","description":"Alternative names for the location. Output only for public API.","nullable":true,"readOnly":true,"items":{"type":"string"}},"categories":{"maxItems":10,"type":"array","description":"Required to start location sync  - A list of category IDs describing the location","items":{"type":"integer","format":"int64"}},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the location. One of:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ACTIVE - will be synced and renewed"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"INACTIVE - will not be synced anymore, claims of listings will be released where possible"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CANCELLED - will be synced, will not be renewed. Once endDate is reached, location will switch to INACTIVE"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CLOSED - location has shut down, we'll mark listings as permanently closed or remove listings from the internet where permanently closed status is not supported"},"children":[]}]}]}],"enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"firstSyncStarted":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Date and time when the first sync was started for the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set together with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastSyncStarted"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"; either both fields are populated or both are null."},"children":[]}]}]}],"format":"date-time","nullable":true},"lastSyncStarted":{"type":"string","description":"Output only. Date of the last sync for the location","format":"date-time","nullable":true},"lastSyncCheckEnqueued":{"type":"string","description":"Output only. Date and time when a sync check was last enqueued","format":"date-time","nullable":true},"lastUnwantedCheckEnqueued":{"type":"string","description":"Output only. Date and time when a duplicate check was last enqueued","format":"date-time","nullable":true},"deactivated":{"type":"string","description":"Output only. Date and time when the location was deactivated (status INACTIVE or CLOSED)","format":"date-time","nullable":true},"identifier":{"maxLength":191,"minLength":1,"type":"string","description":"The location identifier based on your internal identification system","nullable":true},"photos":{"type":"array","description":"The location's photos","nullable":true,"items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"translations":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Translations for location fields in different languages."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In GET responses, returned as an array of translation objects (see LocationTranslation schema)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In POST/PATCH requests, provide as a nested map: locale code → field property name → translated value."},"children":[]}]}]}],"nullable":true,"example":{"en":{"name":"English name","descriptionShort":"Short description in English"},"de":{"name":"German name","descriptionShort":"Kurze Beschreibung auf Deutsch"}},"items":{"type":"object","properties":{"field":{"type":"string","description":"Identifies which location field a translation applies to.\n        Use the property name (shown in parentheses) as the key in the translations request map.","enum":["NAME","DESCRIPTION_SHORT","DESCRIPTION_LONG","CALL_TO_ACTIONS","SERVICES","KEYWORDS","OPENINGHOURS_NOTES"]},"locale":{"type":"object","description":"The locale/language code for this translation","example":"de"}},"description":"A translation for a specific location field in a specific language.\n        In GET responses, translations are returned as an array of these objects.\n        In POST/PATCH requests, translations must be provided as a map keyed by locale code\n        (e.g. 'en', 'de') where each value is a map of field property names to translated values."}},"nextBilling":{"type":"string","description":"Output only. Next billing date for the location","format":"date-time","nullable":true},"endDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Subscription/contract end date for this location. When set, indicates the date on which the location's subscription is scheduled to end."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Distinct from "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"cancellationDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (which records when a cancellation was requested). Nullable."},"children":[]}]}]}],"format":"date-time","nullable":true},"cancellationDate":{"type":"string","description":"Output only. Cancellation date for the location","format":"date-time","nullable":true},"dateCreated":{"type":"string","description":"Output only. The date and time the location was created in our database","format":"date-time","nullable":true},"lastUpdated":{"type":"string","description":"Output only. Date of the last changes made to the location. Includes updates by users, API, location cleansing, and duplicate checks","format":"date-time","nullable":true},"autoSync":{"type":"boolean","description":"When autosync is set to true, information changed for the location in Uberall will automatically be syncronized to all connected listings without the need to explicitly start a sync again after it's been started once."},"timezone":{"type":"string","description":"The location's timezone","nullable":true},"openingDate":{"type":"string","description":"The date the location will first open. Must be formatted YYYY-MM-DD","format":"date","nullable":true},"sortableData":{"type":"string","description":"Internal field for sorting and search data optimization.","nullable":true},"wizardStepFinished":{"type":"integer","description":"Output only. Last step finished in the creation wizard.","format":"int32","nullable":true},"suggestions":{"type":"array","description":"Community suggestions for the location","nullable":true,"items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}},"serviceAreas":{"maxItems":20,"type":"array","description":"Service areas available on the location.","nullable":true,"items":{"required":["name","placeId"],"type":"object","properties":{"name":{"type":"string","description":"The name of the service area, e.g. Berlin, Deutschland","example":"Berlin, Deutschland"},"placeId":{"type":"string","description":"A unique place id , e.g. ChIJAVkDPzdOqEcRcDteW0YgIQQ, Place IDs uniquely identify a place in the Google Places database and on Google Maps. Please visit https://developers.google.com/places/place-id for more info","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"}},"description":"The areas where this location offers service, e.g. useful for food delivery"}},"locationConnects":{"type":"array","description":"Connected accounts and directory links","nullable":true,"items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"callTrackingNumbers":{"uniqueItems":true,"type":"array","description":"Add call tracking numbers for distribution to Google, Facebook, and Bing. The call tracking numbers must be different from the location's primary phone number","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"number":{"type":"string","description":"The call tracking number for the select directory -- must be different than the location's primary phone number."}},"description":"Call Tracking Number"}},"utms":{"uniqueItems":true,"type":"array","description":"UTM parameter to be appended to the location's website. Codes can be sent to Google, Facebook, and Bing.","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"transactionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations. Only available for specific business categories.\n\"transactionLinks\" in the API still works for Google, but customers are suggested to move to \"actionLinks\" to support Apple.","deprecated":true,"items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"actionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations.\n                        Only available for specific business categories.","items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"temporarilyClosed":{"required":["temporarilyClosed"],"type":"object","properties":{"temporarilyClosed":{"type":"boolean","description":"Locations must have either TRUE or FALSE for this field to indicate if they are temporarily closed (TRUE) or not (FALSE)."},"reopenDate":{"type":"string","description":"Set a re-open date for a temporarily closed location (Format: YYYY-MM-DD). The location will re-open at 12:01am local time. Leave null if the re-open date is unknown."}},"description":"Set a location to temporarily closed with the ability to set a re-open date. Temporarily closed is best used if a location will be closed for more than seven days. If less than seven days, use special hours to show the location is closed.","nullable":true},"features":{"uniqueItems":true,"type":"array","description":"Output only. List of features available to the location","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"streetAndNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Combined street address and street number as a single string (e.g. \"Main St 42\" or \"42 Main St\" depending on the country's convention)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In responses, this field is always populated from the stored 'street' and 'streetNo' values."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In create/update requests, 'streetAndNumber' can be used as an alternative to sending separate 'street' and 'streetNo' fields — useful when only a combined \"Address Line 1\" value is available."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"When provided, the system attempts to automatically extract the street number from the combined value."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If 'street' or 'streetNo' is also present in the same request, 'streetAndNumber' is ignored."},"children":[]}]}]}]},"needsReview":{"uniqueItems":true,"type":"array","description":"Needs review","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"businessName":{"type":"string"},"nameDescriptor":{"type":"string","description":"An addition to the location's name which gives specific info about the location's address (e.g. Mall level 2 OR Inside Departures). Sent only to FACEBOOK"},"sublocality":{"type":"string"},"evData":{"required":["operator","owner","timezone","updateTime"],"type":"object","properties":{"type":{"type":"string","description":"Type of location of the charging station","enum":["ON_STREET","OTHER","PARKING_GARAGE","PARKING_LOT","UNDERGROUND_GARAGE","ON_DRIVEWAY","ALONG_MOTORWAY","UNKNOWN"]},"owner":{"type":"string","description":"Required - Owner of the location"},"operator":{"type":"string","description":"Required - Operator of the chargepoints of the location"},"subOperator":{"type":"string","description":"Suboperator of the chargepoints of the location"},"timezone":{"type":"string","description":"The time zone of the location"},"isChargingClosed":{"type":"boolean","description":"Indicates if the EVSEs can be used for charging outside the opening hours of the location. E.g. when the parking garage closes its barriers overnight, it will indicate if you still can charge till the next morning"},"updateTime":{"type":"string","description":"Date/time of the last EV data update","format":"date-time"},"supplyEquipments":{"uniqueItems":true,"type":"array","description":"Charging Station information","items":{"required":["uid","updateTime"],"type":"object","properties":{"uid":{"type":"string","description":"Unique ID in the system of the CPO"},"evseId":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Unique id for the outside world. Compliant with “eMI3standard version V1.0”"},"children":[]}]}]}]},"physicalReference":{"type":"string","description":"A number/string printed on the outside of the EVSE for visual identification"},"updateTime":{"type":"string","description":"Date/time of the Equipment's last update","format":"date-time"},"connectors":{"uniqueItems":true,"type":"array","description":"Details on each connector","items":{"required":["amperage","format","identifier","powerType","standard","updateTime","voltage"],"type":"object","properties":{"identifier":{"type":"string","description":"Required - Identifier of the connector within the EVSE created by the CPO. Two connectors may have the same id as long as they do not belong to the same EVSE object."},"standard":{"type":"string","description":"Required - The socket or plug standard of the charging point","enum":["CHADEMO","CHAOJI","DOMESTIC_A","DOMESTIC_B","DOMESTIC_C","DOMESTIC_D","DOMESTIC_E","DOMESTIC_F","DOMESTIC_G","DOMESTIC_H","DOMESTIC_I","DOMESTIC_J","DOMESTIC_K","DOMESTIC_L","DOMESTIC_M","DOMESTIC_N","DOMESTIC_O","GBT_AC","GBT_DC","IEC_60309_2_single_16","IEC_60309_2_three_16","IEC_60309_2_three_32","IEC_60309_2_three_64","IEC_62196_T1","IEC_62196_T1_COMBO","IEC_62196_T2","IEC_62196_T2_COMBO","IEC_62196_T3A","IEC_62196_T3C","NEMA_5_20","NEMA_6_30","NEMA_6_50","NEMA_10_30","NEMA_10_50","NEMA_14_30","NEMA_14_50","PANTOGRAPH_BOTTOM_UP","PANTOGRAPH_TOP_DOWN","TESLA_R","TESLA_S"]},"format":{"type":"string","description":"Required - The format of the connector, whether it is a socket or a plug","enum":["CABLE","SOCKET"]},"powerType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Connector Power Type. Values can be: AC_1_PHASE, AC_3_PHASE, DC"},"children":[]}]}]}],"enum":["AC_1_PHASE","AC_2_PHASE","AC_2_PHASE_SPLIT","AC_3_PHASE","DC"]},"voltage":{"type":"integer","description":"Required - The voltage of the connector","format":"int32"},"amperage":{"type":"integer","description":"Required - The maximum amperage of the connector","format":"int32"},"maxPower":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum electric power that can be delivered by the connector, in Watts (W). In case it is not provided, the API response will use voltage * amperage as a fallback."},"children":[]}]}]}],"format":"int32","nullable":true},"updateTime":{"type":"string","description":"Date/time of the connector's last update","format":"date-time"}},"description":"EV Connector"}},"parkingRestrictions":{"uniqueItems":true,"type":"array","description":"This value, if provided by CPO, represents the restriction to the parking spot for different purposes","items":{"type":"string","enum":["CUSTOMERS","DISABLED","EV_ONLY","MOTORCYCLES","PLUGGED"]}}},"description":"EV Supply Equipment"}}},"description":"A description of the EV Charging station's location. Used to help customers find the station more easily","nullable":true},"doctorComData":{"type":"object","properties":{"npi":{"type":"string","description":"National Provider Id (NPI)"},"hospitals":{"maxItems":10,"type":"array","description":"Hospital affiliations.","items":{"required":["hospitalName"],"type":"object","properties":{"hospitalName":{"maxLength":150,"type":"string","description":"The name of the hospital the provider is affiliated with."},"hospitalCity":{"type":"string","description":"The city the hospital is located in."},"hospitalState":{"type":"string","description":"The state the hospital is located in. This should be the ISO 3166-2 two-character code (e.g. NY)."}},"description":"Doctor.com Hospital Affiliation"}},"educations":{"maxItems":5,"type":"array","description":"List of universities where the provider received their degree(s).","items":{"required":["educationName","educationType"],"type":"object","properties":{"educationName":{"maxLength":255,"type":"string","description":"The name of the educational institution."},"educationType":{"maxLength":50,"type":"string","description":"The type of education degree (e.g. 'Medical Degree')."},"startedYear":{"type":"integer","description":"The year the provider started their education.","format":"int32"},"graduationYear":{"type":"integer","description":"The year the provider graduated from the educational institution. This value must be the current year or earlier.","format":"int32"}},"description":"Doctor.com Education"}},"insurances":{"maxItems":20,"type":"array","description":"Insurance providers and plans accepted by the provider.","items":{"required":["companyName","insurancePlan"],"type":"object","properties":{"companyName":{"maxLength":60,"type":"string","description":"The name of the insurance provider company."},"insurancePlan":{"maxLength":255,"type":"string","description":"The name of the insurance plan."}},"description":"Doctor.com Insurance"}},"credentials":{"maxLength":25,"type":"string","description":"Medical professional's credentials (max character limit: 25)"},"university":{"type":"string","description":"DEPRECATED (Replaced by 'educations').  - The University where the provider received their degree","deprecated":true},"hospitalAffiliations":{"type":"string","description":"DEPRECATED (Replaced by 'hospitals').  - Hospital affiliations","deprecated":true},"insurancesAccepted":{"type":"string","description":"DEPRECATED (Replaced by 'insurances').  - Types of insurance accepted by the provider","deprecated":true},"isProvider":{"type":"boolean","description":"Defines if the listing is for a provider or not"},"practiceName":{"type":"string","description":"Name of the medical practice"},"providerTitle":{"type":"string","description":"Medical professional's title"},"providerFirstname":{"type":"string","description":"Medical professional's first name"},"providerMiddlename":{"type":"string","description":"Medical professional's middle name"},"providerSurname":{"type":"string","description":"Medical professional's surname"},"doctorCategories":{"type":"array","description":"Doctor.com categories","deprecated":true,"items":{"type":"integer","format":"int64"}},"doctorCategoriesDetailed":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the DoctorCom category","format":"int64","example":111},"nuccTaxonomyCode":{"type":"string","description":"NUCC taxonomy code for the sub-specialty","example":"207RI0011X"}},"description":"Doctor.com category associated with the provider"}}},"description":"Description of the provider","nullable":true},"customFields":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"The name of the custom field","example":"foo"},"value":{"type":"string","description":"The value of the custom field","example":"bar"}}}},"businessSyncable":{"type":"boolean"},"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"attributes":{"type":"array","description":"Google attributes","items":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}},"businessId":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ID of the business this location is linked to. Mandatory when creating a location. Sending a different ID than the current businessId when updating will lead to changing the business. This is only possible in case all connected accounts (Facebook, Google, …) are compatible."},"children":[]}]}]}],"format":"int32","example":1234},"cleansingComment":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Cleansing comment by user, set only when cleansingStatus is INVALID_DATA."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Possible Values (ADDRESS_DETAILS_VERIFIED, NAME_ADDRESS_DETAILS_UPDATED, NON_CLOSURE_CONFIRMATION,)"},"children":[]}]}]}],"enum":["ADDRESS_DETAILS_VERIFIED","NAME_ADDRESS_DETAILS_UPDATED","NON_CLOSURE_CONFIRMATION"]},"cleansingInvalidDataReason":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Invalid Cleansing Reason (eg. INCOMPLETE_ADDRESS,ADDRESS_ IS_PO_BOX,ADDRESS_ DOES_NOT_EXIST, LOCATION_IS_CLOSED, INFORMATION_IS_WRONG, LOCATION_IS_MOVED, NON_LATIN_CHARACTERS_ADDRESS, OTHER)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Guide on how to fix invalid data issues - http://ubr.al/fix_invalid_data"},"children":[]}]}]}]},"cleansingStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Current cleansing status for the location. Possible values: NOT_CLEANSED, PENDING, CLEANSED, INVALID_DATA"},"children":[]}]}]}],"enum":["NOT_CLEANSED","PENDING","CLEANSED","INVALID_DATA"]},"contentLists":{"type":"array","description":"The content list IDs (EVENTS, PRODUCTS, MENU, PEOPLE) describing the location","items":{"type":"integer","format":"int32"}},"dataPoints":{"type":"integer","description":"Output only. Number of dataPoints (reviews, photos) left by users at this location","format":"int32"},"listingsBeingUpdated":{"type":"integer","description":"Output only. Number of listings still being updated","format":"int32"},"averageRating":{"type":"number","format":"double"},"listingsInSync":{"type":"integer","description":"Output only. The number of listings in sync","format":"int32"},"mainPhoto":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"The location's main picture"},"missingMandatoryFields":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Compile all the fields that are currently missing but mandatory for some directories. They have to be set in the Location object, so that the Listing can be created / updated on the respective platform. List of Strings, e.g. [NAME, ZIP, PHONE]"},"children":[]}]}]}],"items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"directoriesMissingConnect":{"type":"array","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"linkedToLocationGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the LocationGroup.","format":"int64"},"lastUpdated":{"type":"string","description":"Last updated date of the Location Group","format":"date-time"},"name":{"type":"string","description":"Name of the LocationGroup."},"status":{"type":"string","description":"Status of the Location Group","enum":["ACTIVE","DELETED"]},"creator":{"type":"integer","format":"int64"},"salesPartner":{"type":"integer","format":"int64"},"locationsCount":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the location","format":"int64","example":1},"name":{"type":"string","description":"Name of the location","example":"Location 1"},"status":{"type":"string","description":"Status of the location","example":"ACTIVE","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}}}},"users":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the user","format":"int64","example":1},"email":{"type":"string","description":"Email of the user","example":"jan.didschuneit@uberall.com"},"firstName":{"type":"string","description":"First name of the user","example":"Jan"},"lastName":{"type":"string","description":"Last name of the user","example":"Didschuneit"},"role":{"type":"string","description":"Different roles a user account can have in the system.","example":"ADMIN","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"status":{"type":"string","description":"User Status Enum","example":"VERIFIED","enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]}}}}},"description":"The actual response object of the response"}},"locatedIn":{"uniqueItems":true,"type":"array","description":"Defines the physical containment relationship of this location within another place (e.g. a mall or airport).\nEach entry references an external place by its directory-specific ID and describes whether the location is a department of\nor an independent establishment within that place. At most one entry per directoryType is allowed; currently only GOOGLE is supported.\nRequired fields: placeId (max 1024 chars), relationType. Optional: directoryType.\nPlace details (placeName, placeAddress, coordinates) are resolved automatically from downstream APIs (e.g. Google Places).","items":{"required":["placeId","relationType"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"placeId":{"type":"string","description":"The directory-specific unique identifier of the enclosing place","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"},"relationType":{"type":"string","description":"Whether the location is a department of or an independent establishment within the enclosing place","example":"DEPARTMENT_OF","enum":["DEPARTMENT_OF","INDEPENDENT_ESTABLISHMENT_IN"]},"placeName":{"type":"string","description":"The name of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"placeAddress":{"type":"string","description":"The address of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"lat":{"type":"number","description":"The latitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":52.52},"lng":{"type":"number","description":"The longitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":13.405},"id":{"type":"integer","format":"int64"}},"description":"Represents the physical containment relationship of a location within an enclosing place (e.g. a mall or airport)"}},"directoriesPublishingStatus":{"type":"array","items":{"type":"string"}},"locationSyncable":{"type":"boolean"},"suggestionsForFieldsAvailable":{"type":"boolean"},"moreHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's additional service hours, such as delivery, pickup, happy hours etc. Submitted to Google. e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ONLINE_SERVICE_HOURS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"09:00\",\n        \"to1\": \"18:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 2,\n        \"from1\": \"09:00\",\n        \"to1\": \"13:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ACCESS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"06:00\",\n        \"to1\": \"20:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]"},"children":[]}]}],"items":{"type":"object","properties":{"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}},"description":"The MoreHours type"},"hours":{"type":"array","description":"The MoreHours of the given type","items":{"type":"object","properties":{"dayOfWeek":{"type":"integer","description":"The MoreHours dayOfWeek, represented by a number","format":"int32","example":1},"from":{"type":"string","description":"The MoreHours from as a String","example":"08:00"},"to":{"type":"string","description":"The MoreHours to as a String","example":"18:00"}}}}}}},"lodgingFields":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"value":{"type":"string","description":"The value of the lodging amenity field. Accepted values are 'true' or 'false'","enum":["true","false"]},"id":{"type":"integer","format":"int64"},"externalId":{"type":"string","description":"The Google external id for the lodging amenity.\n                Must match a valid externalId from the LodgingField catalog. Examples include: watercraftRental, turndownService, patio"},"category":{"type":"string","description":"High-level grouping of Lodging Amenity types, such as SERVICES, TRANSPORTATION, FAMILIES, etc. Must match a valid category from the LodgingField catalog."},"displayName":{"type":"string","description":"Output only. Human-readable display name of the amenity.","readOnly":true}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A lodging amenity field for hotel/lodging business categories, submitted to Google."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The [category, externalId] pair must exist in the LodgingField catalog — use the GET available-lodging-fields endpoint to retrieve valid values."},"children":[]}]}]}]}},"profileCompleteness":{"type":"integer","description":"Output only. Number representing completeness of location data, up to 100","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Output only. Number of published listings","format":"int32"},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"videos":{"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"visibilityIndex":{"type":"integer","description":"Output only. The location's latest visibility index","format":"int32"},"skipFacebookPicturesUpdate":{"type":"boolean","description":"When set to true, Uberall will skip publishing any photos to Facebook for this location. This affects both sync checks and updates.","example":true},"businessCountry":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"businessType":{"type":"string","enum":["SMB","ENTERPRISE"]},"contentCollections":{"required":["identifier","name","type"],"type":"object","properties":{"id":{"type":"integer","description":"Collection id","format":"int64"},"identifier":{"type":"string","description":"Mandatory - A unique identifier for the collection"},"name":{"type":"string","description":"Mandatory - Name of the content collection"},"description":{"type":"string","description":"A description of the collection"},"type":{"type":"string","description":"Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"contentLists":{"type":"array","description":"Mandatory - Sections within the content collections","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"locationIds":{"uniqueItems":true,"type":"array","description":"Location Ids that should be associated with this collection","items":{"type":"integer","format":"int64"}},"isReadOnly":{"type":"boolean","description":"Special field for FE indicating if the collection is read-only for the logged in user","example":false},"cuisineType":{"type":"string","description":"Only applicable to Menu content collections - indicates the cuisine the restaurant serves","enum":["AMERICAN","ASIAN","BRAZILIAN","BREAKFAST","BRUNCH","CHICKEN","CHINESE","FAMILY","FAST_FOOD","FRENCH","GREEK","GERMAN","HAMBURGER","INDIAN","INDONESIAN","ITALIAN","JAPANESE","KOREAN","LATIN_AMERICAN","MEDITERRANEAN","MEXICAN","PAKISTANI","PIZZA","SEAFOOD","SPANISH","SUSHI","THAI","TURKISH","VEGETARIAN","VIETNAMESE","OTHER_CUISINE"]},"url":{"type":"string","description":"Applicable to Menu collections only - url to the brand webpage menu"}},"description":"Content Collection"},"locationNeedsReview":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"services":{"type":"array","description":"Services offered at the location. Do not use if Content Collections is enabled. Instead use the Service Item and Collection endpoints","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}}},"description":"Location"},"uid":{"type":"string","description":"UID"},"status":{"type":"string","description":"Status"}},"description":"The actual response object of the response"}}}},"components/schemas/EvSupplyEquipment":{"id":"components/schemas/EvSupplyEquipment","kind":"json-schema","title":"EvSupplyEquipment","data":{"required":["uid","updateTime"],"type":"object","properties":{"uid":{"type":"string","description":"Unique ID in the system of the CPO"},"evseId":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Unique id for the outside world. Compliant with “eMI3standard version V1.0”"},"children":[]}]}]}]},"physicalReference":{"type":"string","description":"A number/string printed on the outside of the EVSE for visual identification"},"updateTime":{"type":"string","description":"Date/time of the Equipment's last update","format":"date-time"},"connectors":{"uniqueItems":true,"type":"array","description":"Details on each connector","items":{"required":["amperage","format","identifier","powerType","standard","updateTime","voltage"],"type":"object","properties":{"identifier":{"type":"string","description":"Required - Identifier of the connector within the EVSE created by the CPO. Two connectors may have the same id as long as they do not belong to the same EVSE object."},"standard":{"type":"string","description":"Required - The socket or plug standard of the charging point","enum":["CHADEMO","CHAOJI","DOMESTIC_A","DOMESTIC_B","DOMESTIC_C","DOMESTIC_D","DOMESTIC_E","DOMESTIC_F","DOMESTIC_G","DOMESTIC_H","DOMESTIC_I","DOMESTIC_J","DOMESTIC_K","DOMESTIC_L","DOMESTIC_M","DOMESTIC_N","DOMESTIC_O","GBT_AC","GBT_DC","IEC_60309_2_single_16","IEC_60309_2_three_16","IEC_60309_2_three_32","IEC_60309_2_three_64","IEC_62196_T1","IEC_62196_T1_COMBO","IEC_62196_T2","IEC_62196_T2_COMBO","IEC_62196_T3A","IEC_62196_T3C","NEMA_5_20","NEMA_6_30","NEMA_6_50","NEMA_10_30","NEMA_10_50","NEMA_14_30","NEMA_14_50","PANTOGRAPH_BOTTOM_UP","PANTOGRAPH_TOP_DOWN","TESLA_R","TESLA_S"]},"format":{"type":"string","description":"Required - The format of the connector, whether it is a socket or a plug","enum":["CABLE","SOCKET"]},"powerType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Connector Power Type. Values can be: AC_1_PHASE, AC_3_PHASE, DC"},"children":[]}]}]}],"enum":["AC_1_PHASE","AC_2_PHASE","AC_2_PHASE_SPLIT","AC_3_PHASE","DC"]},"voltage":{"type":"integer","description":"Required - The voltage of the connector","format":"int32"},"amperage":{"type":"integer","description":"Required - The maximum amperage of the connector","format":"int32"},"maxPower":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum electric power that can be delivered by the connector, in Watts (W). In case it is not provided, the API response will use voltage * amperage as a fallback."},"children":[]}]}]}],"format":"int32","nullable":true},"updateTime":{"type":"string","description":"Date/time of the connector's last update","format":"date-time"}},"description":"EV Connector"}},"parkingRestrictions":{"uniqueItems":true,"type":"array","description":"This value, if provided by CPO, represents the restriction to the parking spot for different purposes","items":{"type":"string","enum":["CUSTOMERS","DISABLED","EV_ONLY","MOTORCYCLES","PLUGGED"]}}},"description":"EV Supply Equipment"}},"components/schemas/Event":{"id":"components/schemas/Event","kind":"json-schema","title":"Event","data":{"required":["timeEnd","timeStart","title"],"type":"object","properties":{"title":{"type":"string","description":"The title of the event"},"description":{"type":"string","description":"The description of the event: e.g. \"Watch a lot of awesome movies.\""},"identifier":{"type":"string","description":"Unique Identifier for the Event"},"listName":{"type":"string","description":"Name of the Event"},"timeStart":{"type":"string","description":"The date the event starts","format":"date-time"},"timeEnd":{"type":"string","description":"The date the event ends","format":"date-time"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video to promote the event"},"url":{"type":"string","description":"The url of the page with more details about the event"}},"description":"Event"}},"components/schemas/EventResponseObject":{"id":"components/schemas/EventResponseObject","kind":"json-schema","title":"EventResponseObject","data":{"type":"object","properties":{"event":{"required":["timeEnd","timeStart","title"],"type":"object","properties":{"title":{"type":"string","description":"The title of the event"},"description":{"type":"string","description":"The description of the event: e.g. \"Watch a lot of awesome movies.\""},"identifier":{"type":"string","description":"Unique Identifier for the Event"},"listName":{"type":"string","description":"Name of the Event"},"timeStart":{"type":"string","description":"The date the event starts","format":"date-time"},"timeEnd":{"type":"string","description":"The date the event ends","format":"date-time"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video to promote the event"},"url":{"type":"string","description":"The url of the page with more details about the event"}},"description":"Event"}},"description":"The actual response object of the response"}},"components/schemas/EventResponseWrapper":{"id":"components/schemas/EventResponseWrapper","kind":"json-schema","title":"EventResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"event":{"required":["timeEnd","timeStart","title"],"type":"object","properties":{"title":{"type":"string","description":"The title of the event"},"description":{"type":"string","description":"The description of the event: e.g. \"Watch a lot of awesome movies.\""},"identifier":{"type":"string","description":"Unique Identifier for the Event"},"listName":{"type":"string","description":"Name of the Event"},"timeStart":{"type":"string","description":"The date the event starts","format":"date-time"},"timeEnd":{"type":"string","description":"The date the event ends","format":"date-time"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video to promote the event"},"url":{"type":"string","description":"The url of the page with more details about the event"}},"description":"Event"}},"description":"The actual response object of the response"}}}},"components/schemas/EventSearchResponseObject":{"id":"components/schemas/EventSearchResponseObject","kind":"json-schema","title":"EventSearchResponseObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"total":{"type":"integer","description":"Total count of results","format":"int32","example":100},"events":{"type":"array","items":{"required":["timeEnd","timeStart","title"],"type":"object","properties":{"title":{"type":"string","description":"The title of the event"},"description":{"type":"string","description":"The description of the event: e.g. \"Watch a lot of awesome movies.\""},"identifier":{"type":"string","description":"Unique Identifier for the Event"},"listName":{"type":"string","description":"Name of the Event"},"timeStart":{"type":"string","description":"The date the event starts","format":"date-time"},"timeEnd":{"type":"string","description":"The date the event ends","format":"date-time"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video to promote the event"},"url":{"type":"string","description":"The url of the page with more details about the event"}},"description":"Event"}}},"description":"The actual response object of the response"}},"components/schemas/EventSearchResponseWrapper":{"id":"components/schemas/EventSearchResponseWrapper","kind":"json-schema","title":"EventSearchResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"total":{"type":"integer","description":"Total count of results","format":"int32","example":100},"events":{"type":"array","items":{"required":["timeEnd","timeStart","title"],"type":"object","properties":{"title":{"type":"string","description":"The title of the event"},"description":{"type":"string","description":"The description of the event: e.g. \"Watch a lot of awesome movies.\""},"identifier":{"type":"string","description":"Unique Identifier for the Event"},"listName":{"type":"string","description":"Name of the Event"},"timeStart":{"type":"string","description":"The date the event starts","format":"date-time"},"timeEnd":{"type":"string","description":"The date the event ends","format":"date-time"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video to promote the event"},"url":{"type":"string","description":"The url of the page with more details about the event"}},"description":"Event"}}},"description":"The actual response object of the response"}}}},"components/schemas/FaqDocResponse":{"id":"components/schemas/FaqDocResponse","kind":"json-schema","title":"FaqDocResponse","data":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the faq item","format":"int64"},"question":{"type":"string","description":"The frequently asked question","example":"Do you have parking?"},"answer":{"type":"string","description":"Answer for the faq item","example":"Yes, free valet parking is available."},"identifier":{"type":"string","description":"Unique Identifier for the faq item"},"listName":{"type":"string","description":"Name of the section this faq item belongs to"}},"description":"Faq Item"}},"components/schemas/FaqItemRequest":{"id":"components/schemas/FaqItemRequest","kind":"json-schema","title":"FaqItemRequest","data":{"required":["answer","question"],"type":"object","properties":{"question":{"type":"string","description":"The frequently asked question","example":"Do you have parking?"},"answer":{"type":"string","description":"Answer for the faq item","example":"Yes, free valet parking is available."},"identifier":{"type":"string","description":"Unique Identifier for the faq item"},"listName":{"type":"string","description":"Name of the section this faq item belongs to"},"translations":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"string","description":"Translations keyed by locale, each a map of question/answer/listName","example":"{\"de\":{\"question\":\"Haben Sie Parkplätze?\",\"answer\":\"Ja, kostenloses Parken ist verfügbar.\"}}"},"description":"Translations keyed by locale, each a map of question/answer/listName","example":{"de":{"question":"Haben Sie Parkplätze?","answer":"Ja, kostenloses Parken ist verfügbar."}}},"description":"Translations keyed by locale, each a map of question/answer/listName","example":{"de":{"question":"Haben Sie Parkplätze?","answer":"Ja, kostenloses Parken ist verfügbar."}}}}}},"components/schemas/FaqItemResponse":{"id":"components/schemas/FaqItemResponse","kind":"json-schema","title":"FaqItemResponse","data":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the faq item","format":"int64"},"question":{"type":"string","description":"The frequently asked question","example":"Do you have parking?"},"answer":{"type":"string","description":"Answer for the faq item","example":"Yes, free valet parking is available."},"identifier":{"type":"string","description":"Unique Identifier for the faq item"},"listName":{"type":"string","description":"Name of the section this faq item belongs to"},"translations":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"string","description":"Translations keyed by locale, each a map of question/answer/listName"},"description":"Translations keyed by locale, each a map of question/answer/listName"},"description":"Translations keyed by locale, each a map of question/answer/listName"}},"description":"Faq Item"}},"components/schemas/FaqItemResponseObject":{"id":"components/schemas/FaqItemResponseObject","kind":"json-schema","title":"FaqItemResponseObject","data":{"type":"object","properties":{"faqItem":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the faq item","format":"int64"},"question":{"type":"string","description":"The frequently asked question","example":"Do you have parking?"},"answer":{"type":"string","description":"Answer for the faq item","example":"Yes, free valet parking is available."},"identifier":{"type":"string","description":"Unique Identifier for the faq item"},"listName":{"type":"string","description":"Name of the section this faq item belongs to"},"translations":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"string","description":"Translations keyed by locale, each a map of question/answer/listName"},"description":"Translations keyed by locale, each a map of question/answer/listName"},"description":"Translations keyed by locale, each a map of question/answer/listName"}},"description":"Faq Item"}},"description":"The actual response object of the response"}},"components/schemas/FaqItemResponseWrapper":{"id":"components/schemas/FaqItemResponseWrapper","kind":"json-schema","title":"FaqItemResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"faqItem":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the faq item","format":"int64"},"question":{"type":"string","description":"The frequently asked question","example":"Do you have parking?"},"answer":{"type":"string","description":"Answer for the faq item","example":"Yes, free valet parking is available."},"identifier":{"type":"string","description":"Unique Identifier for the faq item"},"listName":{"type":"string","description":"Name of the section this faq item belongs to"},"translations":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"string","description":"Translations keyed by locale, each a map of question/answer/listName"},"description":"Translations keyed by locale, each a map of question/answer/listName"},"description":"Translations keyed by locale, each a map of question/answer/listName"}},"description":"Faq Item"}},"description":"The actual response object of the response"}}}},"components/schemas/FaqItemSearchResponseObject":{"id":"components/schemas/FaqItemSearchResponseObject","kind":"json-schema","title":"FaqItemSearchResponseObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"total":{"type":"integer","description":"Total count of results","format":"int32","example":100},"faqItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the faq item","format":"int64"},"question":{"type":"string","description":"The frequently asked question","example":"Do you have parking?"},"answer":{"type":"string","description":"Answer for the faq item","example":"Yes, free valet parking is available."},"identifier":{"type":"string","description":"Unique Identifier for the faq item"},"listName":{"type":"string","description":"Name of the section this faq item belongs to"},"translations":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"string","description":"Translations keyed by locale, each a map of question/answer/listName"},"description":"Translations keyed by locale, each a map of question/answer/listName"},"description":"Translations keyed by locale, each a map of question/answer/listName"}},"description":"Faq Item"}}},"description":"The actual response object of the response"}},"components/schemas/FaqItemSearchResponseWrapper":{"id":"components/schemas/FaqItemSearchResponseWrapper","kind":"json-schema","title":"FaqItemSearchResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"total":{"type":"integer","description":"Total count of results","format":"int32","example":100},"faqItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the faq item","format":"int64"},"question":{"type":"string","description":"The frequently asked question","example":"Do you have parking?"},"answer":{"type":"string","description":"Answer for the faq item","example":"Yes, free valet parking is available."},"identifier":{"type":"string","description":"Unique Identifier for the faq item"},"listName":{"type":"string","description":"Name of the section this faq item belongs to"},"translations":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"string","description":"Translations keyed by locale, each a map of question/answer/listName"},"description":"Translations keyed by locale, each a map of question/answer/listName"},"description":"Translations keyed by locale, each a map of question/answer/listName"}},"description":"Faq Item"}}},"description":"The actual response object of the response"}}}},"components/schemas/FeaturesResponse":{"id":"components/schemas/FeaturesResponse","kind":"json-schema","title":"FeaturesResponse","data":{"type":"object","properties":{"locations":{"type":"array","description":"Get user features partitioned by location.","items":{"type":"object","properties":{"id":{"type":"integer","description":"The id of the location.","format":"int64"},"businessId":{"type":"integer","description":"Business the location belongs to.","format":"int64"},"currentFeatures":{"type":"array","description":"The features enabled for the location.","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"potentialFeatures":{"uniqueItems":true,"type":"array","description":"Features that are currently not available for this location, but can potentially be enabled.","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"limitReached":{"uniqueItems":true,"type":"array","description":"indicates if location has reached its limit for given set of Features","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"status":{"type":"string","description":"Status of the location","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}},"description":"Location Feature Response Model"}},"defaultFeatures":{"type":"array","description":"A list with the default features for the user.","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}}},"description":"Features Response Model"}},"components/schemas/FeaturesResponseWrapper":{"id":"components/schemas/FeaturesResponseWrapper","kind":"json-schema","title":"FeaturesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"locations":{"type":"array","description":"Get user features partitioned by location.","items":{"type":"object","properties":{"id":{"type":"integer","description":"The id of the location.","format":"int64"},"businessId":{"type":"integer","description":"Business the location belongs to.","format":"int64"},"currentFeatures":{"type":"array","description":"The features enabled for the location.","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"potentialFeatures":{"uniqueItems":true,"type":"array","description":"Features that are currently not available for this location, but can potentially be enabled.","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"limitReached":{"uniqueItems":true,"type":"array","description":"indicates if location has reached its limit for given set of Features","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"status":{"type":"string","description":"Status of the location","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}},"description":"Location Feature Response Model"}},"defaultFeatures":{"type":"array","description":"A list with the default features for the user.","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}}},"description":"Features Response Model"}}}},"components/schemas/FilterResponseTimeSpanObject":{"id":"components/schemas/FilterResponseTimeSpanObject","kind":"json-schema","title":"FilterResponseTimeSpanObject","data":{"type":"object","properties":{"name":{"type":"string","description":"Name","enum":["TODAY","LAST_7_DAYS","LAST_14_DAYS","LAST_30_DAYS","LAST_90_DAYS","LAST_365_DAYS","ALL_TIME"]},"from":{"type":"string","description":"From"},"to":{"type":"string","description":"To"}}}},"components/schemas/FiltersResponse":{"id":"components/schemas/FiltersResponse","kind":"json-schema","title":"FiltersResponse","data":{"type":"object","properties":{"directories":{"type":"array","description":"List of directory names","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countries":{"type":"array","description":"List of countriy names","items":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]}},"businesses":{"type":"array","description":"List of business ids and names","items":{"type":"object","properties":{"id":{"type":"integer","description":"Business ID","format":"int64"},"name":{"type":"string","description":"Business Name"}},"description":"Business"}},"labels":{"uniqueItems":true,"type":"array","description":"List of labels","items":{"type":"string"}},"timeSpans":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"Name","enum":["TODAY","LAST_7_DAYS","LAST_14_DAYS","LAST_30_DAYS","LAST_90_DAYS","LAST_365_DAYS","ALL_TIME"]},"from":{"type":"string","description":"From"},"to":{"type":"string","description":"To"}}}}},"description":"Response object containing various filters for data points"}},"components/schemas/FiltersResponseWrapper":{"id":"components/schemas/FiltersResponseWrapper","kind":"json-schema","title":"FiltersResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"directories":{"type":"array","description":"List of directory names","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countries":{"type":"array","description":"List of countriy names","items":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]}},"businesses":{"type":"array","description":"List of business ids and names","items":{"type":"object","properties":{"id":{"type":"integer","description":"Business ID","format":"int64"},"name":{"type":"string","description":"Business Name"}},"description":"Business"}},"labels":{"uniqueItems":true,"type":"array","description":"List of labels","items":{"type":"string"}},"timeSpans":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"Name","enum":["TODAY","LAST_7_DAYS","LAST_14_DAYS","LAST_30_DAYS","LAST_90_DAYS","LAST_365_DAYS","ALL_TIME"]},"from":{"type":"string","description":"From"},"to":{"type":"string","description":"To"}}}}},"description":"Response object containing various filters for data points"}}}},"components/schemas/GoogleServiceItem":{"id":"components/schemas/GoogleServiceItem","kind":"json-schema","title":"GoogleServiceItem","data":{"type":"object","properties":{"serviceTypeId":{"type":"string","description":"Service Type ID"},"displayName":{"type":"string","description":"Display Name"}},"description":"Google Service"}},"components/schemas/GoogleServicesResponseObject":{"id":"components/schemas/GoogleServicesResponseObject","kind":"json-schema","title":"GoogleServicesResponseObject","data":{"type":"object","properties":{"googleServices":{"type":"array","items":{"type":"object","properties":{"serviceTypeId":{"type":"string","description":"Service Type ID"},"displayName":{"type":"string","description":"Display Name"}},"description":"Google Service"}}},"description":"The actual response object of the response"}},"components/schemas/GoogleServicesResponseWrapper":{"id":"components/schemas/GoogleServicesResponseWrapper","kind":"json-schema","title":"GoogleServicesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"googleServices":{"type":"array","items":{"type":"object","properties":{"serviceTypeId":{"type":"string","description":"Service Type ID"},"displayName":{"type":"string","description":"Display Name"}},"description":"Google Service"}}},"description":"The actual response object of the response"}}}},"components/schemas/GoogleVenueAttributesObject":{"id":"components/schemas/GoogleVenueAttributesObject","kind":"json-schema","title":"GoogleVenueAttributesObject","data":{"type":"object","properties":{"valueType":{"type":"string","description":"The type of the attribute's value","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]},"unsetValue":{"type":"string","description":"Unset value","nullable":true},"externalId":{"type":"string","description":"External id"},"value":{"type":"string","description":"Value","example":"true"}},"description":"Attributes"}},"components/schemas/GoogleVenueCategoriesDetailsObject":{"id":"components/schemas/GoogleVenueCategoriesDetailsObject","kind":"json-schema","title":"GoogleVenueCategoriesDetailsObject","data":{"type":"object","properties":{"moreHoursTypes":{"type":"array","description":"List of more hours types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name","example":"Access"},"localizedDisplayName":{"type":"string","description":"Localized display name","example":"Zugang"},"hoursTypeId":{"type":"string","description":"Hours type id","example":"ACCESS"}}}},"displayName":{"type":"string","description":"Display name"},"name":{"type":"string","description":"Name"},"serviceTypes":{"type":"array","description":"Service types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name"},"serviceTypeId":{"type":"string","description":"Service type id"}}}}}}},"components/schemas/GoogleVenueCategoriesObject":{"id":"components/schemas/GoogleVenueCategoriesObject","kind":"json-schema","title":"GoogleVenueCategoriesObject","data":{"type":"object","properties":{"primaryCategory":{"type":"object","properties":{"moreHoursTypes":{"type":"array","description":"List of more hours types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name","example":"Access"},"localizedDisplayName":{"type":"string","description":"Localized display name","example":"Zugang"},"hoursTypeId":{"type":"string","description":"Hours type id","example":"ACCESS"}}}},"displayName":{"type":"string","description":"Display name"},"name":{"type":"string","description":"Name"},"serviceTypes":{"type":"array","description":"Service types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name"},"serviceTypeId":{"type":"string","description":"Service type id"}}}}}},"additionalCategories":{"type":"array","description":"List of additional categories","items":{"type":"object","properties":{"moreHoursTypes":{"type":"array","description":"List of more hours types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name","example":"Access"},"localizedDisplayName":{"type":"string","description":"Localized display name","example":"Zugang"},"hoursTypeId":{"type":"string","description":"Hours type id","example":"ACCESS"}}}},"displayName":{"type":"string","description":"Display name"},"name":{"type":"string","description":"Name"},"serviceTypes":{"type":"array","description":"Service types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name"},"serviceTypeId":{"type":"string","description":"Service type id"}}}}}}}},"description":"Categories"}},"components/schemas/GoogleVenueDateObject":{"id":"components/schemas/GoogleVenueDateObject","kind":"json-schema","title":"GoogleVenueDateObject","data":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"}},"components/schemas/GoogleVenueDetailsObject":{"id":"components/schemas/GoogleVenueDetailsObject","kind":"json-schema","title":"GoogleVenueDetailsObject","data":{"type":"object","properties":{"page":{"type":"object","properties":{"metadata":{"type":"object","properties":{"canModifyServiceList":{"type":"boolean","description":"Can modify the service list"},"placeId":{"type":"string","description":"Place Id"},"mapsUri":{"type":"string","description":"Maps URI"},"canPostOnGoogle":{"type":"boolean","description":"Can post on Google"},"canDelete":{"type":"boolean","description":"Can delete"},"hasVoiceOfMerchant":{"type":"boolean","description":"Has voice of merchant"},"newReviewUri":{"type":"string","description":"New review URI"},"canHaveFoodMenus":{"type":"boolean"}},"description":"Metadata of the Google Venue"},"diffMask":{"type":"string","description":"Diff mask","nullable":true},"serviceAreas":{"type":"object","properties":{"places":{"type":"object","properties":{"placeInfos":{"type":"array","items":{"type":"object","properties":{"placeId":{"type":"string"},"placeName":{"type":"string"}}}}}},"regionCode":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"businessType":{"type":"string"}}},"verificationStatus":{"type":"string","description":"Verification Status","enum":["UNVERIFIED","VERIFIED"]},"profile":{"type":"object","properties":{"description":{"type":"string","description":"Profile description text"}},"description":"Profile"},"videos":{"type":"array","description":"List of videos","items":{"type":"object","properties":{"sourceUrl":{"type":"string","description":"Source url"},"googleUrl":{"type":"string","description":"Google url"},"createTime":{"type":"string","description":"Create time","format":"date-time"},"name":{"type":"string","description":"Name"},"mediaFormat":{"type":"string","description":"Media format","enum":["PHOTO","VIDEO"]},"locationAssociation":{"type":"object","properties":{"category":{"type":"string","description":"Category","example":"ADDITIONAL"}},"description":"Location association"},"thumbnailUrl":{"type":"string","description":"Thumbnail url"},"dimensions":{"type":"object","properties":{"heightPixels":{"type":"integer","description":"Height in pixels","format":"int32","example":1080},"widthPixels":{"type":"integer","description":"Width in pixels","format":"int32","example":1920}},"description":"Dimensions"}}}},"regularHours":{"type":"object","properties":{"periods":{"type":"array","description":"Periods","items":{"type":"object","properties":{"openDay":{"type":"string","description":"Open day","example":"MONDAY"},"closeDay":{"type":"string","description":"Close day","example":"MONDAY"},"openTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"},"closeTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"}}}}},"description":"Regular hours"},"services":{"type":"array","description":"List of services","items":{"type":"object","properties":{"identifier":{"type":"string","description":"Service identifier"},"country":{"type":"string","description":"Service country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":"Service price","format":"int64"},"translations":{"type":"object","description":"Service translations"},"description":{"type":"string","description":"Service description"},"googleService":{"type":"string","description":"Google service"},"currency":{"type":"string","description":"Service currency"},"id":{"type":"integer","description":"Service id","format":"int64"},"listName":{"type":"string","description":"Service list name"},"title":{"type":"string","description":"Service title"},"category":{"type":"integer","description":"Service category","format":"int32"}}}},"title":{"type":"string","description":"Title","example":"Uberall"},"specialHours":{"type":"object","properties":{"specialHourPeriods":{"type":"array","description":"Special hours","items":{"type":"object","properties":{"startDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"endDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"openTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"},"closeTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"}}}}},"description":"Special hours"},"languageCode":{"type":"object","description":"Language code","example":"de"},"verificationHistory":{"type":"array","description":"List of verification history","items":{"type":"object","properties":{"method":{"type":"string","description":"Method","example":"ADDRESS"},"createTime":{"type":"string","description":"State","format":"date-time"},"name":{"type":"string","description":"Name"},"state":{"type":"string","description":"State","example":"FAILED"}}}},"pageId":{"type":"string","description":"Page id"},"photos":{"type":"array","description":"List of photos","items":{"type":"object","properties":{"sourceUrl":{"type":"string","description":"Source url"},"googleUrl":{"type":"string","description":"Google url"},"createTime":{"type":"string","description":"Create time","format":"date-time"},"name":{"type":"string","description":"Name"},"mediaFormat":{"type":"string","description":"Media format","enum":["PHOTO","VIDEO"]},"locationAssociation":{"type":"object","properties":{"category":{"type":"string","description":"Category","example":"ADDITIONAL"}},"description":"Location association"},"thumbnailUrl":{"type":"string","description":"Thumbnail url"},"dimensions":{"type":"object","properties":{"heightPixels":{"type":"integer","description":"Height in pixels","format":"int32","example":1080},"widthPixels":{"type":"integer","description":"Width in pixels","format":"int32","example":1920}},"description":"Dimensions"}}}},"phoneNumbers":{"type":"object","properties":{"primaryPhone":{"type":"string","description":"Primary phone number"},"additionalPhones":{"type":"array","description":"Additional phone numbers","items":{"type":"string"}}},"description":"List of photos"},"websiteUri":{"type":"string","description":"Website URI"},"name":{"type":"string","description":"Name"},"attributes":{"type":"object","properties":{"valueType":{"type":"string","description":"The type of the attribute's value","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]},"unsetValue":{"type":"string","description":"Unset value","nullable":true},"externalId":{"type":"string","description":"External id"},"value":{"type":"string","description":"Value","example":"true"}},"description":"Attributes"},"categories":{"type":"object","properties":{"primaryCategory":{"type":"object","properties":{"moreHoursTypes":{"type":"array","description":"List of more hours types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name","example":"Access"},"localizedDisplayName":{"type":"string","description":"Localized display name","example":"Zugang"},"hoursTypeId":{"type":"string","description":"Hours type id","example":"ACCESS"}}}},"displayName":{"type":"string","description":"Display name"},"name":{"type":"string","description":"Name"},"serviceTypes":{"type":"array","description":"Service types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name"},"serviceTypeId":{"type":"string","description":"Service type id"}}}}}},"additionalCategories":{"type":"array","description":"List of additional categories","items":{"type":"object","properties":{"moreHoursTypes":{"type":"array","description":"List of more hours types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name","example":"Access"},"localizedDisplayName":{"type":"string","description":"Localized display name","example":"Zugang"},"hoursTypeId":{"type":"string","description":"Hours type id","example":"ACCESS"}}}},"displayName":{"type":"string","description":"Display name"},"name":{"type":"string","description":"Name"},"serviceTypes":{"type":"array","description":"Service types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name"},"serviceTypeId":{"type":"string","description":"Service type id"}}}}}}}},"description":"Categories"},"storefrontAddress":{"type":"object","properties":{"regionCode":{"type":"string","description":"Region code","example":"DE","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"postalCode":{"type":"string","description":"Postal code","example":"13355"},"locality":{"type":"string","description":"Locality","example":"Berlin"},"addressLines":{"type":"array","description":"Address lines","example":"Hussitenstraße 32-33","items":{"type":"string"}},"languageCode":{"type":"object","description":"Language code","example":"de"}},"description":"Storefront address"},"pendingMask":{"type":"string","description":"Pending mask"},"transactionLinks":{"type":"array","description":"Transaction links","items":{"type":"object","properties":{"placeActionType":{"type":"string","description":"Transaction Link Type","enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"isEditable":{"type":"boolean","description":"Is editable"},"createTime":{"type":"string","description":"Create time","format":"date-time"},"name":{"type":"string","description":"Name"},"updateTime":{"type":"string","description":"Update time","format":"date-time"},"uri":{"type":"string","description":"URI"},"providerType":{"type":"string","description":"Provider type","example":"MERCHANT"}}}},"latlng":{"type":"object","properties":{"latitude":{"type":"number","description":"Latitude","format":"double","example":52.5415609},"longitude":{"type":"number","description":"Longitude","format":"double","example":13.3831045}},"description":"Latitude and Longitued"},"openInfo":{"type":"object","properties":{"canReopen":{"type":"boolean","description":"Can reopen"},"openingDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"status":{"type":"string","description":"Status","example":"OPEN"}},"description":"Open info"},"storeCode":{"type":"string","description":"Store code"}}}},"description":"The actual response object of the response"}},"components/schemas/GoogleVenueDetailsWrapper":{"id":"components/schemas/GoogleVenueDetailsWrapper","kind":"json-schema","title":"GoogleVenueDetailsWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"page":{"type":"object","properties":{"metadata":{"type":"object","properties":{"canModifyServiceList":{"type":"boolean","description":"Can modify the service list"},"placeId":{"type":"string","description":"Place Id"},"mapsUri":{"type":"string","description":"Maps URI"},"canPostOnGoogle":{"type":"boolean","description":"Can post on Google"},"canDelete":{"type":"boolean","description":"Can delete"},"hasVoiceOfMerchant":{"type":"boolean","description":"Has voice of merchant"},"newReviewUri":{"type":"string","description":"New review URI"},"canHaveFoodMenus":{"type":"boolean"}},"description":"Metadata of the Google Venue"},"diffMask":{"type":"string","description":"Diff mask","nullable":true},"serviceAreas":{"type":"object","properties":{"places":{"type":"object","properties":{"placeInfos":{"type":"array","items":{"type":"object","properties":{"placeId":{"type":"string"},"placeName":{"type":"string"}}}}}},"regionCode":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"businessType":{"type":"string"}}},"verificationStatus":{"type":"string","description":"Verification Status","enum":["UNVERIFIED","VERIFIED"]},"profile":{"type":"object","properties":{"description":{"type":"string","description":"Profile description text"}},"description":"Profile"},"videos":{"type":"array","description":"List of videos","items":{"type":"object","properties":{"sourceUrl":{"type":"string","description":"Source url"},"googleUrl":{"type":"string","description":"Google url"},"createTime":{"type":"string","description":"Create time","format":"date-time"},"name":{"type":"string","description":"Name"},"mediaFormat":{"type":"string","description":"Media format","enum":["PHOTO","VIDEO"]},"locationAssociation":{"type":"object","properties":{"category":{"type":"string","description":"Category","example":"ADDITIONAL"}},"description":"Location association"},"thumbnailUrl":{"type":"string","description":"Thumbnail url"},"dimensions":{"type":"object","properties":{"heightPixels":{"type":"integer","description":"Height in pixels","format":"int32","example":1080},"widthPixels":{"type":"integer","description":"Width in pixels","format":"int32","example":1920}},"description":"Dimensions"}}}},"regularHours":{"type":"object","properties":{"periods":{"type":"array","description":"Periods","items":{"type":"object","properties":{"openDay":{"type":"string","description":"Open day","example":"MONDAY"},"closeDay":{"type":"string","description":"Close day","example":"MONDAY"},"openTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"},"closeTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"}}}}},"description":"Regular hours"},"services":{"type":"array","description":"List of services","items":{"type":"object","properties":{"identifier":{"type":"string","description":"Service identifier"},"country":{"type":"string","description":"Service country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":"Service price","format":"int64"},"translations":{"type":"object","description":"Service translations"},"description":{"type":"string","description":"Service description"},"googleService":{"type":"string","description":"Google service"},"currency":{"type":"string","description":"Service currency"},"id":{"type":"integer","description":"Service id","format":"int64"},"listName":{"type":"string","description":"Service list name"},"title":{"type":"string","description":"Service title"},"category":{"type":"integer","description":"Service category","format":"int32"}}}},"title":{"type":"string","description":"Title","example":"Uberall"},"specialHours":{"type":"object","properties":{"specialHourPeriods":{"type":"array","description":"Special hours","items":{"type":"object","properties":{"startDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"endDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"openTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"},"closeTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"}}}}},"description":"Special hours"},"languageCode":{"type":"object","description":"Language code","example":"de"},"verificationHistory":{"type":"array","description":"List of verification history","items":{"type":"object","properties":{"method":{"type":"string","description":"Method","example":"ADDRESS"},"createTime":{"type":"string","description":"State","format":"date-time"},"name":{"type":"string","description":"Name"},"state":{"type":"string","description":"State","example":"FAILED"}}}},"pageId":{"type":"string","description":"Page id"},"photos":{"type":"array","description":"List of photos","items":{"type":"object","properties":{"sourceUrl":{"type":"string","description":"Source url"},"googleUrl":{"type":"string","description":"Google url"},"createTime":{"type":"string","description":"Create time","format":"date-time"},"name":{"type":"string","description":"Name"},"mediaFormat":{"type":"string","description":"Media format","enum":["PHOTO","VIDEO"]},"locationAssociation":{"type":"object","properties":{"category":{"type":"string","description":"Category","example":"ADDITIONAL"}},"description":"Location association"},"thumbnailUrl":{"type":"string","description":"Thumbnail url"},"dimensions":{"type":"object","properties":{"heightPixels":{"type":"integer","description":"Height in pixels","format":"int32","example":1080},"widthPixels":{"type":"integer","description":"Width in pixels","format":"int32","example":1920}},"description":"Dimensions"}}}},"phoneNumbers":{"type":"object","properties":{"primaryPhone":{"type":"string","description":"Primary phone number"},"additionalPhones":{"type":"array","description":"Additional phone numbers","items":{"type":"string"}}},"description":"List of photos"},"websiteUri":{"type":"string","description":"Website URI"},"name":{"type":"string","description":"Name"},"attributes":{"type":"object","properties":{"valueType":{"type":"string","description":"The type of the attribute's value","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]},"unsetValue":{"type":"string","description":"Unset value","nullable":true},"externalId":{"type":"string","description":"External id"},"value":{"type":"string","description":"Value","example":"true"}},"description":"Attributes"},"categories":{"type":"object","properties":{"primaryCategory":{"type":"object","properties":{"moreHoursTypes":{"type":"array","description":"List of more hours types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name","example":"Access"},"localizedDisplayName":{"type":"string","description":"Localized display name","example":"Zugang"},"hoursTypeId":{"type":"string","description":"Hours type id","example":"ACCESS"}}}},"displayName":{"type":"string","description":"Display name"},"name":{"type":"string","description":"Name"},"serviceTypes":{"type":"array","description":"Service types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name"},"serviceTypeId":{"type":"string","description":"Service type id"}}}}}},"additionalCategories":{"type":"array","description":"List of additional categories","items":{"type":"object","properties":{"moreHoursTypes":{"type":"array","description":"List of more hours types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name","example":"Access"},"localizedDisplayName":{"type":"string","description":"Localized display name","example":"Zugang"},"hoursTypeId":{"type":"string","description":"Hours type id","example":"ACCESS"}}}},"displayName":{"type":"string","description":"Display name"},"name":{"type":"string","description":"Name"},"serviceTypes":{"type":"array","description":"Service types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name"},"serviceTypeId":{"type":"string","description":"Service type id"}}}}}}}},"description":"Categories"},"storefrontAddress":{"type":"object","properties":{"regionCode":{"type":"string","description":"Region code","example":"DE","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"postalCode":{"type":"string","description":"Postal code","example":"13355"},"locality":{"type":"string","description":"Locality","example":"Berlin"},"addressLines":{"type":"array","description":"Address lines","example":"Hussitenstraße 32-33","items":{"type":"string"}},"languageCode":{"type":"object","description":"Language code","example":"de"}},"description":"Storefront address"},"pendingMask":{"type":"string","description":"Pending mask"},"transactionLinks":{"type":"array","description":"Transaction links","items":{"type":"object","properties":{"placeActionType":{"type":"string","description":"Transaction Link Type","enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"isEditable":{"type":"boolean","description":"Is editable"},"createTime":{"type":"string","description":"Create time","format":"date-time"},"name":{"type":"string","description":"Name"},"updateTime":{"type":"string","description":"Update time","format":"date-time"},"uri":{"type":"string","description":"URI"},"providerType":{"type":"string","description":"Provider type","example":"MERCHANT"}}}},"latlng":{"type":"object","properties":{"latitude":{"type":"number","description":"Latitude","format":"double","example":52.5415609},"longitude":{"type":"number","description":"Longitude","format":"double","example":13.3831045}},"description":"Latitude and Longitued"},"openInfo":{"type":"object","properties":{"canReopen":{"type":"boolean","description":"Can reopen"},"openingDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"status":{"type":"string","description":"Status","example":"OPEN"}},"description":"Open info"},"storeCode":{"type":"string","description":"Store code"}}}},"description":"The actual response object of the response"}}}},"components/schemas/GoogleVenueDimensionsObject":{"id":"components/schemas/GoogleVenueDimensionsObject","kind":"json-schema","title":"GoogleVenueDimensionsObject","data":{"type":"object","properties":{"heightPixels":{"type":"integer","description":"Height in pixels","format":"int32","example":1080},"widthPixels":{"type":"integer","description":"Width in pixels","format":"int32","example":1920}},"description":"Dimensions"}},"components/schemas/GoogleVenueLatLngObject":{"id":"components/schemas/GoogleVenueLatLngObject","kind":"json-schema","title":"GoogleVenueLatLngObject","data":{"type":"object","properties":{"latitude":{"type":"number","description":"Latitude","format":"double","example":52.5415609},"longitude":{"type":"number","description":"Longitude","format":"double","example":13.3831045}},"description":"Latitude and Longitued"}},"components/schemas/GoogleVenueLocationAssociationObject":{"id":"components/schemas/GoogleVenueLocationAssociationObject","kind":"json-schema","title":"GoogleVenueLocationAssociationObject","data":{"type":"object","properties":{"category":{"type":"string","description":"Category","example":"ADDITIONAL"}},"description":"Location association"}},"components/schemas/GoogleVenueMediaObject":{"id":"components/schemas/GoogleVenueMediaObject","kind":"json-schema","title":"GoogleVenueMediaObject","data":{"type":"object","properties":{"sourceUrl":{"type":"string","description":"Source url"},"googleUrl":{"type":"string","description":"Google url"},"createTime":{"type":"string","description":"Create time","format":"date-time"},"name":{"type":"string","description":"Name"},"mediaFormat":{"type":"string","description":"Media format","enum":["PHOTO","VIDEO"]},"locationAssociation":{"type":"object","properties":{"category":{"type":"string","description":"Category","example":"ADDITIONAL"}},"description":"Location association"},"thumbnailUrl":{"type":"string","description":"Thumbnail url"},"dimensions":{"type":"object","properties":{"heightPixels":{"type":"integer","description":"Height in pixels","format":"int32","example":1080},"widthPixels":{"type":"integer","description":"Width in pixels","format":"int32","example":1920}},"description":"Dimensions"}}}},"components/schemas/GoogleVenueMetadataObject":{"id":"components/schemas/GoogleVenueMetadataObject","kind":"json-schema","title":"GoogleVenueMetadataObject","data":{"type":"object","properties":{"canModifyServiceList":{"type":"boolean","description":"Can modify the service list"},"placeId":{"type":"string","description":"Place Id"},"mapsUri":{"type":"string","description":"Maps URI"},"canPostOnGoogle":{"type":"boolean","description":"Can post on Google"},"canDelete":{"type":"boolean","description":"Can delete"},"hasVoiceOfMerchant":{"type":"boolean","description":"Has voice of merchant"},"newReviewUri":{"type":"string","description":"New review URI"},"canHaveFoodMenus":{"type":"boolean"}},"description":"Metadata of the Google Venue"}},"components/schemas/GoogleVenueMoreHoursTypesObject":{"id":"components/schemas/GoogleVenueMoreHoursTypesObject","kind":"json-schema","title":"GoogleVenueMoreHoursTypesObject","data":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name","example":"Access"},"localizedDisplayName":{"type":"string","description":"Localized display name","example":"Zugang"},"hoursTypeId":{"type":"string","description":"Hours type id","example":"ACCESS"}}}},"components/schemas/GoogleVenueOpenInfo":{"id":"components/schemas/GoogleVenueOpenInfo","kind":"json-schema","title":"GoogleVenueOpenInfo","data":{"type":"object","properties":{"canReopen":{"type":"boolean","description":"Can reopen"},"openingDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"status":{"type":"string","description":"Status","example":"OPEN"}},"description":"Open info"}},"components/schemas/GoogleVenuePageObject":{"id":"components/schemas/GoogleVenuePageObject","kind":"json-schema","title":"GoogleVenuePageObject","data":{"type":"object","properties":{"metadata":{"type":"object","properties":{"canModifyServiceList":{"type":"boolean","description":"Can modify the service list"},"placeId":{"type":"string","description":"Place Id"},"mapsUri":{"type":"string","description":"Maps URI"},"canPostOnGoogle":{"type":"boolean","description":"Can post on Google"},"canDelete":{"type":"boolean","description":"Can delete"},"hasVoiceOfMerchant":{"type":"boolean","description":"Has voice of merchant"},"newReviewUri":{"type":"string","description":"New review URI"},"canHaveFoodMenus":{"type":"boolean"}},"description":"Metadata of the Google Venue"},"diffMask":{"type":"string","description":"Diff mask","nullable":true},"serviceAreas":{"type":"object","properties":{"places":{"type":"object","properties":{"placeInfos":{"type":"array","items":{"type":"object","properties":{"placeId":{"type":"string"},"placeName":{"type":"string"}}}}}},"regionCode":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"businessType":{"type":"string"}}},"verificationStatus":{"type":"string","description":"Verification Status","enum":["UNVERIFIED","VERIFIED"]},"profile":{"type":"object","properties":{"description":{"type":"string","description":"Profile description text"}},"description":"Profile"},"videos":{"type":"array","description":"List of videos","items":{"type":"object","properties":{"sourceUrl":{"type":"string","description":"Source url"},"googleUrl":{"type":"string","description":"Google url"},"createTime":{"type":"string","description":"Create time","format":"date-time"},"name":{"type":"string","description":"Name"},"mediaFormat":{"type":"string","description":"Media format","enum":["PHOTO","VIDEO"]},"locationAssociation":{"type":"object","properties":{"category":{"type":"string","description":"Category","example":"ADDITIONAL"}},"description":"Location association"},"thumbnailUrl":{"type":"string","description":"Thumbnail url"},"dimensions":{"type":"object","properties":{"heightPixels":{"type":"integer","description":"Height in pixels","format":"int32","example":1080},"widthPixels":{"type":"integer","description":"Width in pixels","format":"int32","example":1920}},"description":"Dimensions"}}}},"regularHours":{"type":"object","properties":{"periods":{"type":"array","description":"Periods","items":{"type":"object","properties":{"openDay":{"type":"string","description":"Open day","example":"MONDAY"},"closeDay":{"type":"string","description":"Close day","example":"MONDAY"},"openTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"},"closeTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"}}}}},"description":"Regular hours"},"services":{"type":"array","description":"List of services","items":{"type":"object","properties":{"identifier":{"type":"string","description":"Service identifier"},"country":{"type":"string","description":"Service country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":"Service price","format":"int64"},"translations":{"type":"object","description":"Service translations"},"description":{"type":"string","description":"Service description"},"googleService":{"type":"string","description":"Google service"},"currency":{"type":"string","description":"Service currency"},"id":{"type":"integer","description":"Service id","format":"int64"},"listName":{"type":"string","description":"Service list name"},"title":{"type":"string","description":"Service title"},"category":{"type":"integer","description":"Service category","format":"int32"}}}},"title":{"type":"string","description":"Title","example":"Uberall"},"specialHours":{"type":"object","properties":{"specialHourPeriods":{"type":"array","description":"Special hours","items":{"type":"object","properties":{"startDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"endDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"openTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"},"closeTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"}}}}},"description":"Special hours"},"languageCode":{"type":"object","description":"Language code","example":"de"},"verificationHistory":{"type":"array","description":"List of verification history","items":{"type":"object","properties":{"method":{"type":"string","description":"Method","example":"ADDRESS"},"createTime":{"type":"string","description":"State","format":"date-time"},"name":{"type":"string","description":"Name"},"state":{"type":"string","description":"State","example":"FAILED"}}}},"pageId":{"type":"string","description":"Page id"},"photos":{"type":"array","description":"List of photos","items":{"type":"object","properties":{"sourceUrl":{"type":"string","description":"Source url"},"googleUrl":{"type":"string","description":"Google url"},"createTime":{"type":"string","description":"Create time","format":"date-time"},"name":{"type":"string","description":"Name"},"mediaFormat":{"type":"string","description":"Media format","enum":["PHOTO","VIDEO"]},"locationAssociation":{"type":"object","properties":{"category":{"type":"string","description":"Category","example":"ADDITIONAL"}},"description":"Location association"},"thumbnailUrl":{"type":"string","description":"Thumbnail url"},"dimensions":{"type":"object","properties":{"heightPixels":{"type":"integer","description":"Height in pixels","format":"int32","example":1080},"widthPixels":{"type":"integer","description":"Width in pixels","format":"int32","example":1920}},"description":"Dimensions"}}}},"phoneNumbers":{"type":"object","properties":{"primaryPhone":{"type":"string","description":"Primary phone number"},"additionalPhones":{"type":"array","description":"Additional phone numbers","items":{"type":"string"}}},"description":"List of photos"},"websiteUri":{"type":"string","description":"Website URI"},"name":{"type":"string","description":"Name"},"attributes":{"type":"object","properties":{"valueType":{"type":"string","description":"The type of the attribute's value","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]},"unsetValue":{"type":"string","description":"Unset value","nullable":true},"externalId":{"type":"string","description":"External id"},"value":{"type":"string","description":"Value","example":"true"}},"description":"Attributes"},"categories":{"type":"object","properties":{"primaryCategory":{"type":"object","properties":{"moreHoursTypes":{"type":"array","description":"List of more hours types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name","example":"Access"},"localizedDisplayName":{"type":"string","description":"Localized display name","example":"Zugang"},"hoursTypeId":{"type":"string","description":"Hours type id","example":"ACCESS"}}}},"displayName":{"type":"string","description":"Display name"},"name":{"type":"string","description":"Name"},"serviceTypes":{"type":"array","description":"Service types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name"},"serviceTypeId":{"type":"string","description":"Service type id"}}}}}},"additionalCategories":{"type":"array","description":"List of additional categories","items":{"type":"object","properties":{"moreHoursTypes":{"type":"array","description":"List of more hours types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name","example":"Access"},"localizedDisplayName":{"type":"string","description":"Localized display name","example":"Zugang"},"hoursTypeId":{"type":"string","description":"Hours type id","example":"ACCESS"}}}},"displayName":{"type":"string","description":"Display name"},"name":{"type":"string","description":"Name"},"serviceTypes":{"type":"array","description":"Service types","items":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name"},"serviceTypeId":{"type":"string","description":"Service type id"}}}}}}}},"description":"Categories"},"storefrontAddress":{"type":"object","properties":{"regionCode":{"type":"string","description":"Region code","example":"DE","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"postalCode":{"type":"string","description":"Postal code","example":"13355"},"locality":{"type":"string","description":"Locality","example":"Berlin"},"addressLines":{"type":"array","description":"Address lines","example":"Hussitenstraße 32-33","items":{"type":"string"}},"languageCode":{"type":"object","description":"Language code","example":"de"}},"description":"Storefront address"},"pendingMask":{"type":"string","description":"Pending mask"},"transactionLinks":{"type":"array","description":"Transaction links","items":{"type":"object","properties":{"placeActionType":{"type":"string","description":"Transaction Link Type","enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"isEditable":{"type":"boolean","description":"Is editable"},"createTime":{"type":"string","description":"Create time","format":"date-time"},"name":{"type":"string","description":"Name"},"updateTime":{"type":"string","description":"Update time","format":"date-time"},"uri":{"type":"string","description":"URI"},"providerType":{"type":"string","description":"Provider type","example":"MERCHANT"}}}},"latlng":{"type":"object","properties":{"latitude":{"type":"number","description":"Latitude","format":"double","example":52.5415609},"longitude":{"type":"number","description":"Longitude","format":"double","example":13.3831045}},"description":"Latitude and Longitued"},"openInfo":{"type":"object","properties":{"canReopen":{"type":"boolean","description":"Can reopen"},"openingDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"status":{"type":"string","description":"Status","example":"OPEN"}},"description":"Open info"},"storeCode":{"type":"string","description":"Store code"}}}},"components/schemas/GoogleVenuePeriodsObject":{"id":"components/schemas/GoogleVenuePeriodsObject","kind":"json-schema","title":"GoogleVenuePeriodsObject","data":{"type":"object","properties":{"openDay":{"type":"string","description":"Open day","example":"MONDAY"},"closeDay":{"type":"string","description":"Close day","example":"MONDAY"},"openTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"},"closeTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"}}}},"components/schemas/GoogleVenuePhoneNumbersObject":{"id":"components/schemas/GoogleVenuePhoneNumbersObject","kind":"json-schema","title":"GoogleVenuePhoneNumbersObject","data":{"type":"object","properties":{"primaryPhone":{"type":"string","description":"Primary phone number"},"additionalPhones":{"type":"array","description":"Additional phone numbers","items":{"type":"string"}}},"description":"List of photos"}},"components/schemas/GoogleVenuePlaceInfosObject":{"id":"components/schemas/GoogleVenuePlaceInfosObject","kind":"json-schema","title":"GoogleVenuePlaceInfosObject","data":{"type":"object","properties":{"placeId":{"type":"string"},"placeName":{"type":"string"}}}},"components/schemas/GoogleVenuePlacesObject":{"id":"components/schemas/GoogleVenuePlacesObject","kind":"json-schema","title":"GoogleVenuePlacesObject","data":{"type":"object","properties":{"placeInfos":{"type":"array","items":{"type":"object","properties":{"placeId":{"type":"string"},"placeName":{"type":"string"}}}}}}},"components/schemas/GoogleVenueProfileObject":{"id":"components/schemas/GoogleVenueProfileObject","kind":"json-schema","title":"GoogleVenueProfileObject","data":{"type":"object","properties":{"description":{"type":"string","description":"Profile description text"}},"description":"Profile"}},"components/schemas/GoogleVenueRegularHoursObject":{"id":"components/schemas/GoogleVenueRegularHoursObject","kind":"json-schema","title":"GoogleVenueRegularHoursObject","data":{"type":"object","properties":{"periods":{"type":"array","description":"Periods","items":{"type":"object","properties":{"openDay":{"type":"string","description":"Open day","example":"MONDAY"},"closeDay":{"type":"string","description":"Close day","example":"MONDAY"},"openTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"},"closeTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"}}}}},"description":"Regular hours"}},"components/schemas/GoogleVenueServiceAreasObject":{"id":"components/schemas/GoogleVenueServiceAreasObject","kind":"json-schema","title":"GoogleVenueServiceAreasObject","data":{"type":"object","properties":{"places":{"type":"object","properties":{"placeInfos":{"type":"array","items":{"type":"object","properties":{"placeId":{"type":"string"},"placeName":{"type":"string"}}}}}},"regionCode":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"businessType":{"type":"string"}}}},"components/schemas/GoogleVenueServicesObject":{"id":"components/schemas/GoogleVenueServicesObject","kind":"json-schema","title":"GoogleVenueServicesObject","data":{"type":"object","properties":{"identifier":{"type":"string","description":"Service identifier"},"country":{"type":"string","description":"Service country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":"Service price","format":"int64"},"translations":{"type":"object","description":"Service translations"},"description":{"type":"string","description":"Service description"},"googleService":{"type":"string","description":"Google service"},"currency":{"type":"string","description":"Service currency"},"id":{"type":"integer","description":"Service id","format":"int64"},"listName":{"type":"string","description":"Service list name"},"title":{"type":"string","description":"Service title"},"category":{"type":"integer","description":"Service category","format":"int32"}}}},"components/schemas/GoogleVenueServicesTypesObject":{"id":"components/schemas/GoogleVenueServicesTypesObject","kind":"json-schema","title":"GoogleVenueServicesTypesObject","data":{"type":"object","properties":{"displayName":{"type":"string","description":"Display name"},"serviceTypeId":{"type":"string","description":"Service type id"}}}},"components/schemas/GoogleVenueSpecialHourPeriodsObject":{"id":"components/schemas/GoogleVenueSpecialHourPeriodsObject","kind":"json-schema","title":"GoogleVenueSpecialHourPeriodsObject","data":{"type":"object","properties":{"startDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"endDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"openTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"},"closeTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"}}}},"components/schemas/GoogleVenueSpecialHoursObject":{"id":"components/schemas/GoogleVenueSpecialHoursObject","kind":"json-schema","title":"GoogleVenueSpecialHoursObject","data":{"type":"object","properties":{"specialHourPeriods":{"type":"array","description":"Special hours","items":{"type":"object","properties":{"startDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"endDate":{"type":"object","properties":{"month":{"type":"integer","description":"Month","format":"int32","example":1},"year":{"type":"integer","description":"Year","format":"int32","example":2025},"day":{"type":"integer","description":"Day","format":"int32","example":3}},"description":"Opening date"},"openTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"},"closeTime":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"}}}}},"description":"Special hours"}},"components/schemas/GoogleVenueStorefrontAddressObject":{"id":"components/schemas/GoogleVenueStorefrontAddressObject","kind":"json-schema","title":"GoogleVenueStorefrontAddressObject","data":{"type":"object","properties":{"regionCode":{"type":"string","description":"Region code","example":"DE","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"postalCode":{"type":"string","description":"Postal code","example":"13355"},"locality":{"type":"string","description":"Locality","example":"Berlin"},"addressLines":{"type":"array","description":"Address lines","example":"Hussitenstraße 32-33","items":{"type":"string"}},"languageCode":{"type":"object","description":"Language code","example":"de"}},"description":"Storefront address"}},"components/schemas/GoogleVenueTimeObject":{"id":"components/schemas/GoogleVenueTimeObject","kind":"json-schema","title":"GoogleVenueTimeObject","data":{"type":"object","properties":{"hours":{"type":"integer","description":"Hours","format":"int32"},"minutes":{"type":"integer","description":"Minutes","format":"int32"}},"description":"Close time"}},"components/schemas/GoogleVenueTransactionLinksObject":{"id":"components/schemas/GoogleVenueTransactionLinksObject","kind":"json-schema","title":"GoogleVenueTransactionLinksObject","data":{"type":"object","properties":{"placeActionType":{"type":"string","description":"Transaction Link Type","enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"isEditable":{"type":"boolean","description":"Is editable"},"createTime":{"type":"string","description":"Create time","format":"date-time"},"name":{"type":"string","description":"Name"},"updateTime":{"type":"string","description":"Update time","format":"date-time"},"uri":{"type":"string","description":"URI"},"providerType":{"type":"string","description":"Provider type","example":"MERCHANT"}}}},"components/schemas/GoogleVenueVerificationHistoryObject":{"id":"components/schemas/GoogleVenueVerificationHistoryObject","kind":"json-schema","title":"GoogleVenueVerificationHistoryObject","data":{"type":"object","properties":{"method":{"type":"string","description":"Method","example":"ADDRESS"},"createTime":{"type":"string","description":"State","format":"date-time"},"name":{"type":"string","description":"Name"},"state":{"type":"string","description":"State","example":"FAILED"}}}},"components/schemas/HoursObject":{"id":"components/schemas/HoursObject","kind":"json-schema","title":"HoursObject","data":{"type":"object","properties":{"dayOfWeek":{"type":"integer","description":"The MoreHours dayOfWeek, represented by a number","format":"int32","example":1},"from":{"type":"string","description":"The MoreHours from as a String","example":"08:00"},"to":{"type":"string","description":"The MoreHours to as a String","example":"18:00"}}}},"components/schemas/IdDetails":{"id":"components/schemas/IdDetails","kind":"json-schema","title":"IdDetails","data":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"}},"description":"Details of the reply"}},"components/schemas/Image":{"id":"components/schemas/Image","kind":"json-schema","title":"Image","data":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image"}},"components/schemas/InboxResponse":{"id":"components/schemas/InboxResponse","kind":"json-schema","title":"InboxResponse","data":{"type":"object","properties":{"page":{"type":"integer","description":"The page number for pagination","format":"int32"},"pageSize":{"type":"integer","description":"The number of datapoints to show on each page","format":"int32"},"count":{"type":"integer","description":"The total number of datapoints","format":"int64"},"dataPoints":{"type":"array","description":"A list of datapoints (reviews, photos, check-ins ...)","items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parentId":{"type":"integer","format":"int64"},"supportsUnlike":{"type":"boolean"},"supportedFlagTypes":{"type":"array","items":{"type":"string"}},"hasRepliesInApprovalNeeded":{"type":"boolean"},"approvalNeeded":{"type":"boolean"},"replyMaxLength":{"type":"integer","format":"int32"},"recommended":{"type":"boolean"},"replyByOwner":{"type":"boolean"},"read":{"type":"boolean"},"reviewPolicyUrl":{"type":"string"},"supportsReply":{"type":"boolean"},"supportsLike":{"type":"boolean"}},"description":"Data Point Model"}},"status":{"type":"string","description":"Status indicating whether 'Inbox' is active for the current location. One of ACTIVE INACTIVE"},"ignoredLocations":{"type":"array","description":"A list of locations where datapoints are not tracked","items":{"type":"integer","format":"int64"}}},"description":"Inbox Response Model"}},"components/schemas/InboxResponseObject":{"id":"components/schemas/InboxResponseObject","kind":"json-schema","title":"InboxResponseObject","data":{"type":"object","properties":{"inbox":{"type":"object","properties":{"page":{"type":"integer","description":"The page number for pagination","format":"int32"},"pageSize":{"type":"integer","description":"The number of datapoints to show on each page","format":"int32"},"count":{"type":"integer","description":"The total number of datapoints","format":"int64"},"dataPoints":{"type":"array","description":"A list of datapoints (reviews, photos, check-ins ...)","items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parentId":{"type":"integer","format":"int64"},"supportsUnlike":{"type":"boolean"},"supportedFlagTypes":{"type":"array","items":{"type":"string"}},"hasRepliesInApprovalNeeded":{"type":"boolean"},"approvalNeeded":{"type":"boolean"},"replyMaxLength":{"type":"integer","format":"int32"},"recommended":{"type":"boolean"},"replyByOwner":{"type":"boolean"},"read":{"type":"boolean"},"reviewPolicyUrl":{"type":"string"},"supportsReply":{"type":"boolean"},"supportsLike":{"type":"boolean"}},"description":"Data Point Model"}},"status":{"type":"string","description":"Status indicating whether 'Inbox' is active for the current location. One of ACTIVE INACTIVE"},"ignoredLocations":{"type":"array","description":"A list of locations where datapoints are not tracked","items":{"type":"integer","format":"int64"}}},"description":"Inbox Response Model"}},"description":"The actual response object of the response"}},"components/schemas/InboxResponseWrapper":{"id":"components/schemas/InboxResponseWrapper","kind":"json-schema","title":"InboxResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"inbox":{"type":"object","properties":{"page":{"type":"integer","description":"The page number for pagination","format":"int32"},"pageSize":{"type":"integer","description":"The number of datapoints to show on each page","format":"int32"},"count":{"type":"integer","description":"The total number of datapoints","format":"int64"},"dataPoints":{"type":"array","description":"A list of datapoints (reviews, photos, check-ins ...)","items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parentId":{"type":"integer","format":"int64"},"supportsUnlike":{"type":"boolean"},"supportedFlagTypes":{"type":"array","items":{"type":"string"}},"hasRepliesInApprovalNeeded":{"type":"boolean"},"approvalNeeded":{"type":"boolean"},"replyMaxLength":{"type":"integer","format":"int32"},"recommended":{"type":"boolean"},"replyByOwner":{"type":"boolean"},"read":{"type":"boolean"},"reviewPolicyUrl":{"type":"string"},"supportsReply":{"type":"boolean"},"supportsLike":{"type":"boolean"}},"description":"Data Point Model"}},"status":{"type":"string","description":"Status indicating whether 'Inbox' is active for the current location. One of ACTIVE INACTIVE"},"ignoredLocations":{"type":"array","description":"A list of locations where datapoints are not tracked","items":{"type":"integer","format":"int64"}}},"description":"Inbox Response Model"}},"description":"The actual response object of the response"}}}},"components/schemas/KeywordsObject":{"id":"components/schemas/KeywordsObject","kind":"json-schema","title":"KeywordsObject","data":{"type":"object","properties":{"keywords":{"type":"array","items":{"type":"string"}}},"description":"The actual response object of the response"}},"components/schemas/KeywordsWrapper":{"id":"components/schemas/KeywordsWrapper","kind":"json-schema","title":"KeywordsWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"keywords":{"type":"array","items":{"type":"string"}}},"description":"The actual response object of the response"}}}},"components/schemas/Label":{"id":"components/schemas/Label","kind":"json-schema","title":"Label","data":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}},"components/schemas/LabelListObject":{"id":"components/schemas/LabelListObject","kind":"json-schema","title":"LabelListObject","data":{"type":"object","properties":{"labels":{"type":"array","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}}},"description":"The actual response object of the response"}},"components/schemas/LabelListWrapper":{"id":"components/schemas/LabelListWrapper","kind":"json-schema","title":"LabelListWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"labels":{"type":"array","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}}},"description":"The actual response object of the response"}}}},"components/schemas/LabelSearchObject":{"id":"components/schemas/LabelSearchObject","kind":"json-schema","title":"LabelSearchObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"count":{"type":"integer","description":"The total count of labels matching the search","format":"int32","example":100},"labels":{"type":"array","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}}},"description":"The actual response object of the response"}},"components/schemas/LabelSearchObjectWrapper":{"id":"components/schemas/LabelSearchObjectWrapper","kind":"json-schema","title":"LabelSearchObjectWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"count":{"type":"integer","description":"The total count of labels matching the search","format":"int32","example":100},"labels":{"type":"array","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}}},"description":"The actual response object of the response"}}}},"components/schemas/LabelsResponse":{"id":"components/schemas/LabelsResponse","kind":"json-schema","title":"LabelsResponse","data":{"type":"object","properties":{"labels":{"type":"array","description":"List of labels","items":{"type":"string"}}},"description":"Labels response model"}},"components/schemas/LabelsResponseWrapper":{"id":"components/schemas/LabelsResponseWrapper","kind":"json-schema","title":"LabelsResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"labels":{"type":"array","description":"List of labels","items":{"type":"string"}}},"description":"Labels response model"}}}},"components/schemas/ListDirectoryPagesResponse":{"id":"components/schemas/ListDirectoryPagesResponse","kind":"json-schema","title":"ListDirectoryPagesResponse","data":{"type":"object","properties":{"page":{"type":"integer","description":"The page number","format":"int32"},"size":{"type":"integer","description":"The number of elements in the page","format":"int32"},"totalSize":{"type":"integer","description":"The total number of elements","format":"int64"},"directoryPages":{"type":"array","description":"The list of directory pages","items":{"type":"object","properties":{"id":{"type":"integer","description":"The Uberall unique id for the directory page","format":"int64"},"name":{"type":"string","description":"The Directory Page name on the directory"},"additionalInfo":{"type":"string","description":"Additional info for the page allowing you to distinguish between pages with same name"},"level":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The level of the page. It is either the business or listing page. [BUSINESS, LISTING]"},"children":[]}]}]}],"enum":["BUSINESS","LISTING"]},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The Directory Page type [BUSINESS_PAGE, DIRECTORY_PAGE]"},"children":[]}]}]}],"enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Directory Page Response Model"}}},"description":"List Directory Pages Response Model"}},"components/schemas/ListDirectoryPagesResponseWrapper":{"id":"components/schemas/ListDirectoryPagesResponseWrapper","kind":"json-schema","title":"ListDirectoryPagesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"page":{"type":"integer","description":"The page number","format":"int32"},"size":{"type":"integer","description":"The number of elements in the page","format":"int32"},"totalSize":{"type":"integer","description":"The total number of elements","format":"int64"},"directoryPages":{"type":"array","description":"The list of directory pages","items":{"type":"object","properties":{"id":{"type":"integer","description":"The Uberall unique id for the directory page","format":"int64"},"name":{"type":"string","description":"The Directory Page name on the directory"},"additionalInfo":{"type":"string","description":"Additional info for the page allowing you to distinguish between pages with same name"},"level":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The level of the page. It is either the business or listing page. [BUSINESS, LISTING]"},"children":[]}]}]}],"enum":["BUSINESS","LISTING"]},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The Directory Page type [BUSINESS_PAGE, DIRECTORY_PAGE]"},"children":[]}]}]}],"enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Directory Page Response Model"}}},"description":"List Directory Pages Response Model"}}}},"components/schemas/ListingDetails":{"id":"components/schemas/ListingDetails","kind":"json-schema","title":"ListingDetails","data":{"type":"object","properties":{"type":{"type":"string","description":"The directory where this listing appears"},"typeName":{"type":"string","description":"Listing type / Publisher name"},"category":{"type":"string","description":"The category of the directory of this listing","example":"social, search"},"id":{"type":"integer","description":"The id of the listing details","format":"int64"},"listingUrl":{"type":"string","description":"Listing URL"},"mandatoryFieldsMissing":{"type":"array","description":"Mandatory field missing on the location which prevents the data to be submitted to the publisher","items":{"type":"string"}},"directorySpecificData":{"type":"object","properties":{"requestAdminRightsUrl":{"type":"string"},"status":{"type":"string"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Directory specific data. e.g. Google publishing states which can be VERIFIED, UNVERIFIED, DISABLED, SUSPENDED, DUPLICATE, NEEDS_REVERIFICATION, PENDING_VERIFICATION."},"children":[]}]}]}]},"directoryContactDetails":{"type":"object","properties":{"email":{"type":"string","description":"Email address to be used to release a claim from another provider"},"website":{"type":"string","description":"Contact website address to be used to release a claim from another provider"}},"description":"Contact details of the publisher when the listing needs to be claimed"},"directoryConnectInfo":{"type":"object","properties":{"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Listing Connect Status [CONNECTED, NOT_CONNECTED, NOT_NEEDED]"},"children":[]}]}]}],"enum":["CONNECTED","NOT_CONNECTED","NOT_NEEDED"]},"userDetails":{"type":"object","properties":{"id":{"type":"integer","description":"Connected account detail (Account id)","format":"int64"},"name":{"type":"string","description":"Connected account detail (Account name)"},"email":{"type":"string","description":"Connected account detail (email)"},"dateConnected":{"type":"string","description":"his should indicate the date that this user made the connection","format":"date-time"},"defaultForSalesPartner":{"type":"boolean","description":"This should indicate whether the connection in place has been produced by a salesPartner level connection"},"defaultForBusiness":{"type":"boolean","description":"This should indicate whether the connection in place has been produced by a business level connection"}},"description":"Connect Flow User Details model"}},"description":"Directory Connect Info model"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Listing Status [SYNCED, SUBMITTED, UPDATING, ACTION_REQUIRED, LINKED]"},"children":[]}]}]}],"enum":["SYNCED","SUBMITTED","UPDATING","LINKED","ACTION_REQUIRED","SCHEDULED"]},"action":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Action Required [CONNECT, VERIFY, CLAIM, ADD_MANDATORY_FIELDS, ACCESS]"},"children":[]}]}]}],"enum":["CONNECT","VERIFY","CLAIM","ADD_MANDATORY_FIELDS","ACCESS","RESOLVE_PERMISSION_ISSUES"]},"lastUpdateAttempt":{"type":"string","description":"Timestamp of our most recent push attempt to the directory. Available from version 20260701.","format":"date-time"},"expectedSyncDuration":{"type":"number","description":"Expected time, in decimal hours, until an UPDATING listing becomes synced on this directory. Available from version 20260701."}},"description":"Listing details model"}},"components/schemas/ListingsDetailsResponse":{"id":"components/schemas/ListingsDetailsResponse","kind":"json-schema","title":"ListingsDetailsResponse","data":{"type":"object","properties":{"statistic":{"type":"object","properties":{"totalListings":{"type":"integer","description":"Total Listings","format":"int32"},"countListingsInSync":{"type":"integer","description":"Count of Listings in sync","format":"int32"},"countListingsSubmitted":{"type":"integer","description":"Count of Listings where the latest information has been submitted successfully (however the publisher does not have an online verification)","format":"int32"},"countListingsBeingUpdated":{"type":"integer","description":"Count of Listings which are being updated","format":"int32"},"countListingsLinked":{"type":"integer","description":"Count of Listings which we have linked but do not update location data","format":"int32"},"countListingsActionRequired":{"type":"integer","description":"Count of Listings where action is required by the customer","format":"int32"},"countListingsScheduled":{"type":"integer","description":"Count of listings scheduled to go live once the location's opening date is reached. Not part of totalListings. Available from version 20260701.","format":"int32"}},"description":"Statistics or count of listings in different statuses"},"listingsResponse":{"type":"array","description":"Detailed response for the listings","items":{"type":"object","properties":{"type":{"type":"string","description":"The directory where this listing appears"},"typeName":{"type":"string","description":"Listing type / Publisher name"},"category":{"type":"string","description":"The category of the directory of this listing","example":"social, search"},"id":{"type":"integer","description":"The id of the listing details","format":"int64"},"listingUrl":{"type":"string","description":"Listing URL"},"mandatoryFieldsMissing":{"type":"array","description":"Mandatory field missing on the location which prevents the data to be submitted to the publisher","items":{"type":"string"}},"directorySpecificData":{"type":"object","properties":{"requestAdminRightsUrl":{"type":"string"},"status":{"type":"string"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Directory specific data. e.g. Google publishing states which can be VERIFIED, UNVERIFIED, DISABLED, SUSPENDED, DUPLICATE, NEEDS_REVERIFICATION, PENDING_VERIFICATION."},"children":[]}]}]}]},"directoryContactDetails":{"type":"object","properties":{"email":{"type":"string","description":"Email address to be used to release a claim from another provider"},"website":{"type":"string","description":"Contact website address to be used to release a claim from another provider"}},"description":"Contact details of the publisher when the listing needs to be claimed"},"directoryConnectInfo":{"type":"object","properties":{"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Listing Connect Status [CONNECTED, NOT_CONNECTED, NOT_NEEDED]"},"children":[]}]}]}],"enum":["CONNECTED","NOT_CONNECTED","NOT_NEEDED"]},"userDetails":{"type":"object","properties":{"id":{"type":"integer","description":"Connected account detail (Account id)","format":"int64"},"name":{"type":"string","description":"Connected account detail (Account name)"},"email":{"type":"string","description":"Connected account detail (email)"},"dateConnected":{"type":"string","description":"his should indicate the date that this user made the connection","format":"date-time"},"defaultForSalesPartner":{"type":"boolean","description":"This should indicate whether the connection in place has been produced by a salesPartner level connection"},"defaultForBusiness":{"type":"boolean","description":"This should indicate whether the connection in place has been produced by a business level connection"}},"description":"Connect Flow User Details model"}},"description":"Directory Connect Info model"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Listing Status [SYNCED, SUBMITTED, UPDATING, ACTION_REQUIRED, LINKED]"},"children":[]}]}]}],"enum":["SYNCED","SUBMITTED","UPDATING","LINKED","ACTION_REQUIRED","SCHEDULED"]},"action":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Action Required [CONNECT, VERIFY, CLAIM, ADD_MANDATORY_FIELDS, ACCESS]"},"children":[]}]}]}],"enum":["CONNECT","VERIFY","CLAIM","ADD_MANDATORY_FIELDS","ACCESS","RESOLVE_PERMISSION_ISSUES"]},"lastUpdateAttempt":{"type":"string","description":"Timestamp of our most recent push attempt to the directory. Available from version 20260701.","format":"date-time"},"expectedSyncDuration":{"type":"number","description":"Expected time, in decimal hours, until an UPDATING listing becomes synced on this directory. Available from version 20260701."}},"description":"Listing details model"}},"firstSyncStarted":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Date & time the first sync was started on the location."},"children":[]}]}]}],"format":"date-time"},"lastSyncStarted":{"type":"string","description":"Date and time the most recent sync was started on the location. Available from version 20260701.","format":"date-time"},"autoSyncEnabled":{"type":"boolean","description":"Whether automatic sync is enabled for the location. Available from version 20260701."},"openingSoon":{"type":"boolean","description":"True when the location's opening date is in the future. Available from version 20260701."},"openingDate":{"type":"string","description":"The location's opening date, relevant when openingSoon is true. Available from version 20260701.","format":"date"}},"description":"Listings details response model"}},"components/schemas/ListingsDetailsResponseWrapper":{"id":"components/schemas/ListingsDetailsResponseWrapper","kind":"json-schema","title":"ListingsDetailsResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"statistic":{"type":"object","properties":{"totalListings":{"type":"integer","description":"Total Listings","format":"int32"},"countListingsInSync":{"type":"integer","description":"Count of Listings in sync","format":"int32"},"countListingsSubmitted":{"type":"integer","description":"Count of Listings where the latest information has been submitted successfully (however the publisher does not have an online verification)","format":"int32"},"countListingsBeingUpdated":{"type":"integer","description":"Count of Listings which are being updated","format":"int32"},"countListingsLinked":{"type":"integer","description":"Count of Listings which we have linked but do not update location data","format":"int32"},"countListingsActionRequired":{"type":"integer","description":"Count of Listings where action is required by the customer","format":"int32"},"countListingsScheduled":{"type":"integer","description":"Count of listings scheduled to go live once the location's opening date is reached. Not part of totalListings. Available from version 20260701.","format":"int32"}},"description":"Statistics or count of listings in different statuses"},"listingsResponse":{"type":"array","description":"Detailed response for the listings","items":{"type":"object","properties":{"type":{"type":"string","description":"The directory where this listing appears"},"typeName":{"type":"string","description":"Listing type / Publisher name"},"category":{"type":"string","description":"The category of the directory of this listing","example":"social, search"},"id":{"type":"integer","description":"The id of the listing details","format":"int64"},"listingUrl":{"type":"string","description":"Listing URL"},"mandatoryFieldsMissing":{"type":"array","description":"Mandatory field missing on the location which prevents the data to be submitted to the publisher","items":{"type":"string"}},"directorySpecificData":{"type":"object","properties":{"requestAdminRightsUrl":{"type":"string"},"status":{"type":"string"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Directory specific data. e.g. Google publishing states which can be VERIFIED, UNVERIFIED, DISABLED, SUSPENDED, DUPLICATE, NEEDS_REVERIFICATION, PENDING_VERIFICATION."},"children":[]}]}]}]},"directoryContactDetails":{"type":"object","properties":{"email":{"type":"string","description":"Email address to be used to release a claim from another provider"},"website":{"type":"string","description":"Contact website address to be used to release a claim from another provider"}},"description":"Contact details of the publisher when the listing needs to be claimed"},"directoryConnectInfo":{"type":"object","properties":{"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Listing Connect Status [CONNECTED, NOT_CONNECTED, NOT_NEEDED]"},"children":[]}]}]}],"enum":["CONNECTED","NOT_CONNECTED","NOT_NEEDED"]},"userDetails":{"type":"object","properties":{"id":{"type":"integer","description":"Connected account detail (Account id)","format":"int64"},"name":{"type":"string","description":"Connected account detail (Account name)"},"email":{"type":"string","description":"Connected account detail (email)"},"dateConnected":{"type":"string","description":"his should indicate the date that this user made the connection","format":"date-time"},"defaultForSalesPartner":{"type":"boolean","description":"This should indicate whether the connection in place has been produced by a salesPartner level connection"},"defaultForBusiness":{"type":"boolean","description":"This should indicate whether the connection in place has been produced by a business level connection"}},"description":"Connect Flow User Details model"}},"description":"Directory Connect Info model"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Listing Status [SYNCED, SUBMITTED, UPDATING, ACTION_REQUIRED, LINKED]"},"children":[]}]}]}],"enum":["SYNCED","SUBMITTED","UPDATING","LINKED","ACTION_REQUIRED","SCHEDULED"]},"action":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Action Required [CONNECT, VERIFY, CLAIM, ADD_MANDATORY_FIELDS, ACCESS]"},"children":[]}]}]}],"enum":["CONNECT","VERIFY","CLAIM","ADD_MANDATORY_FIELDS","ACCESS","RESOLVE_PERMISSION_ISSUES"]},"lastUpdateAttempt":{"type":"string","description":"Timestamp of our most recent push attempt to the directory. Available from version 20260701.","format":"date-time"},"expectedSyncDuration":{"type":"number","description":"Expected time, in decimal hours, until an UPDATING listing becomes synced on this directory. Available from version 20260701."}},"description":"Listing details model"}},"firstSyncStarted":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Date & time the first sync was started on the location."},"children":[]}]}]}],"format":"date-time"},"lastSyncStarted":{"type":"string","description":"Date and time the most recent sync was started on the location. Available from version 20260701.","format":"date-time"},"autoSyncEnabled":{"type":"boolean","description":"Whether automatic sync is enabled for the location. Available from version 20260701."},"openingSoon":{"type":"boolean","description":"True when the location's opening date is in the future. Available from version 20260701."},"openingDate":{"type":"string","description":"The location's opening date, relevant when openingSoon is true. Available from version 20260701.","format":"date"}},"description":"Listings details response model"}}}},"components/schemas/LocatedIn":{"id":"components/schemas/LocatedIn","kind":"json-schema","title":"LocatedIn","data":{"required":["placeId","relationType"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"placeId":{"type":"string","description":"The directory-specific unique identifier of the enclosing place","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"},"relationType":{"type":"string","description":"Whether the location is a department of or an independent establishment within the enclosing place","example":"DEPARTMENT_OF","enum":["DEPARTMENT_OF","INDEPENDENT_ESTABLISHMENT_IN"]},"placeName":{"type":"string","description":"The name of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"placeAddress":{"type":"string","description":"The address of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"lat":{"type":"number","description":"The latitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":52.52},"lng":{"type":"number","description":"The longitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":13.405},"id":{"type":"integer","format":"int64"}},"description":"Represents the physical containment relationship of a location within an enclosing place (e.g. a mall or airport)"}},"components/schemas/Location":{"id":"components/schemas/Location","kind":"json-schema","title":"Location","data":{"required":["city","country","name","status","street"],"type":"object","properties":{"id":{"type":"integer","description":"Output only. The uberall unique id for the location","format":"int64"},"openingHours":{"maxItems":14,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"specialOpeningHours":{"maxItems":730,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-29\",\n\"closed\": true\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-30\",\n\"from1\": \"11:00\",\n\"to1\": \"14:00\",\n\"from2\": 16:00\",\n\"to2\": \"20:00\"\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"nullable":true,"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"name":{"maxLength":128,"minLength":1,"type":"string","description":"The location's name","example":"Coffee House Berlin"},"street":{"maxLength":191,"minLength":1,"type":"string","description":"The location's street address","example":"Friedrichstraße"},"streetNo":{"maxLength":255,"type":"string","description":"The location's street number","nullable":true,"example":"45A"},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","nullable":true,"enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"addressExtra":{"maxLength":64,"minLength":1,"type":"string","description":"An address extra: e.g. building, floor...","nullable":true,"example":"Suite 304"},"zip":{"maxLength":32,"minLength":1,"type":"string","description":"Zip code, optional only for some countries.","nullable":true,"example":"10115"},"city":{"maxLength":64,"minLength":1,"type":"string","description":"City","example":"Berlin"},"province":{"maxLength":255,"minLength":1,"type":"string","description":"Province. Only send when not blank","nullable":true,"example":"Berlin"},"country":{"type":"string","description":"Country of the location","example":"DE","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"lat":{"maximum":90,"minimum":-90,"type":"number","description":"The latitude coordinate of the location","format":"double","nullable":true,"example":52.52},"lng":{"maximum":180,"minimum":-180,"type":"number","description":"The longitude coordinate of the location","format":"double","nullable":true,"example":13.405},"addressDisplay":{"type":"boolean","description":"Indicates if the address should be displayed or hidden","example":true,"default":true},"normalizationStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's address-normalization state. On input, only "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NOT_NORMALIZED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NORMALIZATION_SKIPPED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" are accepted;"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"other values are system-managed and assigned automatically as the location moves through the normalization pipeline."},"children":[]}]}]}],"enum":["NOT_NORMALIZED","NORMALIZED","NORMALIZATION_SKIPPED","NORMALIZATION_FAILED"]},"phone":{"maxLength":64,"minLength":1,"type":"string","description":"The location's contact phone number, a valid phone number has to be provided.","nullable":true,"example":"+4912345678"},"fax":{"maxLength":64,"minLength":1,"type":"string","description":"The location fax number","nullable":true,"example":"+4912345678"},"cellphone":{"maxLength":64,"minLength":1,"type":"string","description":"A contact mobile phone number","nullable":true,"example":"+4912345678"},"website":{"maxLength":350,"minLength":1,"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)","nullable":true,"example":"https://www.example.com"},"email":{"maxLength":255,"minLength":1,"type":"string","description":"A contact email for the location","nullable":true,"example":"info@example.com"},"legalIdent":{"maxLength":512,"minLength":1,"type":"string","description":"A legal identifier of the location. SIRET  number in France","nullable":true},"taxNumber":{"maxLength":255,"minLength":1,"type":"string","description":"The tax number of the location. CIF/NIF in Spain","nullable":true},"emailVerification":{"type":"string","description":"The locations verification status","nullable":true,"enum":["UNVERIFIED","VERIFIED"]},"descriptionShort":{"maxLength":200,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A short description - up to 200 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²`´·\"'+¡¿@°€£$] "},"children":[]}]}]}]}],"nullable":true},"descriptionLong":{"maxLength":1000,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A long description - up to 1000 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²³`´·\"'+¡¿@°€^£$] "},"children":[]}]}]}]}],"nullable":true},"imprint":{"maxLength":20000,"type":"string","description":"The imprint of the location","nullable":true},"openingHoursNotes":{"maxLength":255,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+¡¿@°€£\\\\•\\\\^\\\\u0024\\\\u266A]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&\\r\\n\\t_*§²`´·\"'+¡¿@] "},"children":[]}]}]}]}],"nullable":true,"example":"We never open on bank holidays"},"keywords":{"uniqueItems":true,"type":"array","description":"Keywords describing the location's activity","nullable":true,"items":{"type":"string"}},"callToActions":{"type":"array","description":"Calls to action available for the location.\n                    Excess entries are silently truncated, not rejected.","nullable":true,"items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"labels":{"uniqueItems":true,"type":"array","description":"Labels grouping similar locations","nullable":true,"example":"['Campaign2018', 'EastCoast']","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","nullable":true,"items":{"type":"string"}},"paymentOptions":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The payment options accepted at the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To remove a specific option, prefix its value with '-' (e.g. [\"-cash\"] removes the 'cash' option). Sending the full list replaces all options."},"children":[]}]}]}],"nullable":true,"example":["-cash","credit card","invoice"],"items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","nullable":true,"items":{"type":"string"}},"alternativeNames":{"type":"array","description":"Alternative names for the location. Output only for public API.","nullable":true,"readOnly":true,"items":{"type":"string"}},"categories":{"maxItems":10,"type":"array","description":"Required to start location sync  - A list of category IDs describing the location","items":{"type":"integer","format":"int64"}},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the location. One of:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ACTIVE - will be synced and renewed"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"INACTIVE - will not be synced anymore, claims of listings will be released where possible"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CANCELLED - will be synced, will not be renewed. Once endDate is reached, location will switch to INACTIVE"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CLOSED - location has shut down, we'll mark listings as permanently closed or remove listings from the internet where permanently closed status is not supported"},"children":[]}]}]}],"enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"firstSyncStarted":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Date and time when the first sync was started for the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set together with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastSyncStarted"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"; either both fields are populated or both are null."},"children":[]}]}]}],"format":"date-time","nullable":true},"lastSyncStarted":{"type":"string","description":"Output only. Date of the last sync for the location","format":"date-time","nullable":true},"lastSyncCheckEnqueued":{"type":"string","description":"Output only. Date and time when a sync check was last enqueued","format":"date-time","nullable":true},"lastUnwantedCheckEnqueued":{"type":"string","description":"Output only. Date and time when a duplicate check was last enqueued","format":"date-time","nullable":true},"deactivated":{"type":"string","description":"Output only. Date and time when the location was deactivated (status INACTIVE or CLOSED)","format":"date-time","nullable":true},"identifier":{"maxLength":191,"minLength":1,"type":"string","description":"The location identifier based on your internal identification system","nullable":true},"photos":{"type":"array","description":"The location's photos","nullable":true,"items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"translations":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Translations for location fields in different languages."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In GET responses, returned as an array of translation objects (see LocationTranslation schema)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In POST/PATCH requests, provide as a nested map: locale code → field property name → translated value."},"children":[]}]}]}],"nullable":true,"example":{"en":{"name":"English name","descriptionShort":"Short description in English"},"de":{"name":"German name","descriptionShort":"Kurze Beschreibung auf Deutsch"}},"items":{"type":"object","properties":{"field":{"type":"string","description":"Identifies which location field a translation applies to.\n        Use the property name (shown in parentheses) as the key in the translations request map.","enum":["NAME","DESCRIPTION_SHORT","DESCRIPTION_LONG","CALL_TO_ACTIONS","SERVICES","KEYWORDS","OPENINGHOURS_NOTES"]},"locale":{"type":"object","description":"The locale/language code for this translation","example":"de"}},"description":"A translation for a specific location field in a specific language.\n        In GET responses, translations are returned as an array of these objects.\n        In POST/PATCH requests, translations must be provided as a map keyed by locale code\n        (e.g. 'en', 'de') where each value is a map of field property names to translated values."}},"nextBilling":{"type":"string","description":"Output only. Next billing date for the location","format":"date-time","nullable":true},"endDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Subscription/contract end date for this location. When set, indicates the date on which the location's subscription is scheduled to end."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Distinct from "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"cancellationDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (which records when a cancellation was requested). Nullable."},"children":[]}]}]}],"format":"date-time","nullable":true},"cancellationDate":{"type":"string","description":"Output only. Cancellation date for the location","format":"date-time","nullable":true},"dateCreated":{"type":"string","description":"Output only. The date and time the location was created in our database","format":"date-time","nullable":true},"lastUpdated":{"type":"string","description":"Output only. Date of the last changes made to the location. Includes updates by users, API, location cleansing, and duplicate checks","format":"date-time","nullable":true},"autoSync":{"type":"boolean","description":"When autosync is set to true, information changed for the location in Uberall will automatically be syncronized to all connected listings without the need to explicitly start a sync again after it's been started once."},"timezone":{"type":"string","description":"The location's timezone","nullable":true},"openingDate":{"type":"string","description":"The date the location will first open. Must be formatted YYYY-MM-DD","format":"date","nullable":true},"sortableData":{"type":"string","description":"Internal field for sorting and search data optimization.","nullable":true},"wizardStepFinished":{"type":"integer","description":"Output only. Last step finished in the creation wizard.","format":"int32","nullable":true},"suggestions":{"type":"array","description":"Community suggestions for the location","nullable":true,"items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}},"serviceAreas":{"maxItems":20,"type":"array","description":"Service areas available on the location.","nullable":true,"items":{"required":["name","placeId"],"type":"object","properties":{"name":{"type":"string","description":"The name of the service area, e.g. Berlin, Deutschland","example":"Berlin, Deutschland"},"placeId":{"type":"string","description":"A unique place id , e.g. ChIJAVkDPzdOqEcRcDteW0YgIQQ, Place IDs uniquely identify a place in the Google Places database and on Google Maps. Please visit https://developers.google.com/places/place-id for more info","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"}},"description":"The areas where this location offers service, e.g. useful for food delivery"}},"locationConnects":{"type":"array","description":"Connected accounts and directory links","nullable":true,"items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"callTrackingNumbers":{"uniqueItems":true,"type":"array","description":"Add call tracking numbers for distribution to Google, Facebook, and Bing. The call tracking numbers must be different from the location's primary phone number","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"number":{"type":"string","description":"The call tracking number for the select directory -- must be different than the location's primary phone number."}},"description":"Call Tracking Number"}},"utms":{"uniqueItems":true,"type":"array","description":"UTM parameter to be appended to the location's website. Codes can be sent to Google, Facebook, and Bing.","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"transactionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations. Only available for specific business categories.\n\"transactionLinks\" in the API still works for Google, but customers are suggested to move to \"actionLinks\" to support Apple.","deprecated":true,"items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"actionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations.\n                        Only available for specific business categories.","items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"temporarilyClosed":{"required":["temporarilyClosed"],"type":"object","properties":{"temporarilyClosed":{"type":"boolean","description":"Locations must have either TRUE or FALSE for this field to indicate if they are temporarily closed (TRUE) or not (FALSE)."},"reopenDate":{"type":"string","description":"Set a re-open date for a temporarily closed location (Format: YYYY-MM-DD). The location will re-open at 12:01am local time. Leave null if the re-open date is unknown."}},"description":"Set a location to temporarily closed with the ability to set a re-open date. Temporarily closed is best used if a location will be closed for more than seven days. If less than seven days, use special hours to show the location is closed.","nullable":true},"features":{"uniqueItems":true,"type":"array","description":"Output only. List of features available to the location","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"streetAndNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Combined street address and street number as a single string (e.g. \"Main St 42\" or \"42 Main St\" depending on the country's convention)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In responses, this field is always populated from the stored 'street' and 'streetNo' values."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In create/update requests, 'streetAndNumber' can be used as an alternative to sending separate 'street' and 'streetNo' fields — useful when only a combined \"Address Line 1\" value is available."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"When provided, the system attempts to automatically extract the street number from the combined value."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If 'street' or 'streetNo' is also present in the same request, 'streetAndNumber' is ignored."},"children":[]}]}]}]},"needsReview":{"uniqueItems":true,"type":"array","description":"Needs review","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"businessName":{"type":"string"},"nameDescriptor":{"type":"string","description":"An addition to the location's name which gives specific info about the location's address (e.g. Mall level 2 OR Inside Departures). Sent only to FACEBOOK"},"sublocality":{"type":"string"},"evData":{"required":["operator","owner","timezone","updateTime"],"type":"object","properties":{"type":{"type":"string","description":"Type of location of the charging station","enum":["ON_STREET","OTHER","PARKING_GARAGE","PARKING_LOT","UNDERGROUND_GARAGE","ON_DRIVEWAY","ALONG_MOTORWAY","UNKNOWN"]},"owner":{"type":"string","description":"Required - Owner of the location"},"operator":{"type":"string","description":"Required - Operator of the chargepoints of the location"},"subOperator":{"type":"string","description":"Suboperator of the chargepoints of the location"},"timezone":{"type":"string","description":"The time zone of the location"},"isChargingClosed":{"type":"boolean","description":"Indicates if the EVSEs can be used for charging outside the opening hours of the location. E.g. when the parking garage closes its barriers overnight, it will indicate if you still can charge till the next morning"},"updateTime":{"type":"string","description":"Date/time of the last EV data update","format":"date-time"},"supplyEquipments":{"uniqueItems":true,"type":"array","description":"Charging Station information","items":{"required":["uid","updateTime"],"type":"object","properties":{"uid":{"type":"string","description":"Unique ID in the system of the CPO"},"evseId":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Unique id for the outside world. Compliant with “eMI3standard version V1.0”"},"children":[]}]}]}]},"physicalReference":{"type":"string","description":"A number/string printed on the outside of the EVSE for visual identification"},"updateTime":{"type":"string","description":"Date/time of the Equipment's last update","format":"date-time"},"connectors":{"uniqueItems":true,"type":"array","description":"Details on each connector","items":{"required":["amperage","format","identifier","powerType","standard","updateTime","voltage"],"type":"object","properties":{"identifier":{"type":"string","description":"Required - Identifier of the connector within the EVSE created by the CPO. Two connectors may have the same id as long as they do not belong to the same EVSE object."},"standard":{"type":"string","description":"Required - The socket or plug standard of the charging point","enum":["CHADEMO","CHAOJI","DOMESTIC_A","DOMESTIC_B","DOMESTIC_C","DOMESTIC_D","DOMESTIC_E","DOMESTIC_F","DOMESTIC_G","DOMESTIC_H","DOMESTIC_I","DOMESTIC_J","DOMESTIC_K","DOMESTIC_L","DOMESTIC_M","DOMESTIC_N","DOMESTIC_O","GBT_AC","GBT_DC","IEC_60309_2_single_16","IEC_60309_2_three_16","IEC_60309_2_three_32","IEC_60309_2_three_64","IEC_62196_T1","IEC_62196_T1_COMBO","IEC_62196_T2","IEC_62196_T2_COMBO","IEC_62196_T3A","IEC_62196_T3C","NEMA_5_20","NEMA_6_30","NEMA_6_50","NEMA_10_30","NEMA_10_50","NEMA_14_30","NEMA_14_50","PANTOGRAPH_BOTTOM_UP","PANTOGRAPH_TOP_DOWN","TESLA_R","TESLA_S"]},"format":{"type":"string","description":"Required - The format of the connector, whether it is a socket or a plug","enum":["CABLE","SOCKET"]},"powerType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Connector Power Type. Values can be: AC_1_PHASE, AC_3_PHASE, DC"},"children":[]}]}]}],"enum":["AC_1_PHASE","AC_2_PHASE","AC_2_PHASE_SPLIT","AC_3_PHASE","DC"]},"voltage":{"type":"integer","description":"Required - The voltage of the connector","format":"int32"},"amperage":{"type":"integer","description":"Required - The maximum amperage of the connector","format":"int32"},"maxPower":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum electric power that can be delivered by the connector, in Watts (W). In case it is not provided, the API response will use voltage * amperage as a fallback."},"children":[]}]}]}],"format":"int32","nullable":true},"updateTime":{"type":"string","description":"Date/time of the connector's last update","format":"date-time"}},"description":"EV Connector"}},"parkingRestrictions":{"uniqueItems":true,"type":"array","description":"This value, if provided by CPO, represents the restriction to the parking spot for different purposes","items":{"type":"string","enum":["CUSTOMERS","DISABLED","EV_ONLY","MOTORCYCLES","PLUGGED"]}}},"description":"EV Supply Equipment"}}},"description":"A description of the EV Charging station's location. Used to help customers find the station more easily","nullable":true},"doctorComData":{"type":"object","properties":{"npi":{"type":"string","description":"National Provider Id (NPI)"},"hospitals":{"maxItems":10,"type":"array","description":"Hospital affiliations.","items":{"required":["hospitalName"],"type":"object","properties":{"hospitalName":{"maxLength":150,"type":"string","description":"The name of the hospital the provider is affiliated with."},"hospitalCity":{"type":"string","description":"The city the hospital is located in."},"hospitalState":{"type":"string","description":"The state the hospital is located in. This should be the ISO 3166-2 two-character code (e.g. NY)."}},"description":"Doctor.com Hospital Affiliation"}},"educations":{"maxItems":5,"type":"array","description":"List of universities where the provider received their degree(s).","items":{"required":["educationName","educationType"],"type":"object","properties":{"educationName":{"maxLength":255,"type":"string","description":"The name of the educational institution."},"educationType":{"maxLength":50,"type":"string","description":"The type of education degree (e.g. 'Medical Degree')."},"startedYear":{"type":"integer","description":"The year the provider started their education.","format":"int32"},"graduationYear":{"type":"integer","description":"The year the provider graduated from the educational institution. This value must be the current year or earlier.","format":"int32"}},"description":"Doctor.com Education"}},"insurances":{"maxItems":20,"type":"array","description":"Insurance providers and plans accepted by the provider.","items":{"required":["companyName","insurancePlan"],"type":"object","properties":{"companyName":{"maxLength":60,"type":"string","description":"The name of the insurance provider company."},"insurancePlan":{"maxLength":255,"type":"string","description":"The name of the insurance plan."}},"description":"Doctor.com Insurance"}},"credentials":{"maxLength":25,"type":"string","description":"Medical professional's credentials (max character limit: 25)"},"university":{"type":"string","description":"DEPRECATED (Replaced by 'educations').  - The University where the provider received their degree","deprecated":true},"hospitalAffiliations":{"type":"string","description":"DEPRECATED (Replaced by 'hospitals').  - Hospital affiliations","deprecated":true},"insurancesAccepted":{"type":"string","description":"DEPRECATED (Replaced by 'insurances').  - Types of insurance accepted by the provider","deprecated":true},"isProvider":{"type":"boolean","description":"Defines if the listing is for a provider or not"},"practiceName":{"type":"string","description":"Name of the medical practice"},"providerTitle":{"type":"string","description":"Medical professional's title"},"providerFirstname":{"type":"string","description":"Medical professional's first name"},"providerMiddlename":{"type":"string","description":"Medical professional's middle name"},"providerSurname":{"type":"string","description":"Medical professional's surname"},"doctorCategories":{"type":"array","description":"Doctor.com categories","deprecated":true,"items":{"type":"integer","format":"int64"}},"doctorCategoriesDetailed":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the DoctorCom category","format":"int64","example":111},"nuccTaxonomyCode":{"type":"string","description":"NUCC taxonomy code for the sub-specialty","example":"207RI0011X"}},"description":"Doctor.com category associated with the provider"}}},"description":"Description of the provider","nullable":true},"customFields":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"The name of the custom field","example":"foo"},"value":{"type":"string","description":"The value of the custom field","example":"bar"}}}},"businessSyncable":{"type":"boolean"},"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"attributes":{"type":"array","description":"Google attributes","items":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}},"businessId":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ID of the business this location is linked to. Mandatory when creating a location. Sending a different ID than the current businessId when updating will lead to changing the business. This is only possible in case all connected accounts (Facebook, Google, …) are compatible."},"children":[]}]}]}],"format":"int32","example":1234},"cleansingComment":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Cleansing comment by user, set only when cleansingStatus is INVALID_DATA."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Possible Values (ADDRESS_DETAILS_VERIFIED, NAME_ADDRESS_DETAILS_UPDATED, NON_CLOSURE_CONFIRMATION,)"},"children":[]}]}]}],"enum":["ADDRESS_DETAILS_VERIFIED","NAME_ADDRESS_DETAILS_UPDATED","NON_CLOSURE_CONFIRMATION"]},"cleansingInvalidDataReason":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Invalid Cleansing Reason (eg. INCOMPLETE_ADDRESS,ADDRESS_ IS_PO_BOX,ADDRESS_ DOES_NOT_EXIST, LOCATION_IS_CLOSED, INFORMATION_IS_WRONG, LOCATION_IS_MOVED, NON_LATIN_CHARACTERS_ADDRESS, OTHER)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Guide on how to fix invalid data issues - http://ubr.al/fix_invalid_data"},"children":[]}]}]}]},"cleansingStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Current cleansing status for the location. Possible values: NOT_CLEANSED, PENDING, CLEANSED, INVALID_DATA"},"children":[]}]}]}],"enum":["NOT_CLEANSED","PENDING","CLEANSED","INVALID_DATA"]},"contentLists":{"type":"array","description":"The content list IDs (EVENTS, PRODUCTS, MENU, PEOPLE) describing the location","items":{"type":"integer","format":"int32"}},"dataPoints":{"type":"integer","description":"Output only. Number of dataPoints (reviews, photos) left by users at this location","format":"int32"},"listingsBeingUpdated":{"type":"integer","description":"Output only. Number of listings still being updated","format":"int32"},"averageRating":{"type":"number","format":"double"},"listingsInSync":{"type":"integer","description":"Output only. The number of listings in sync","format":"int32"},"mainPhoto":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"The location's main picture"},"missingMandatoryFields":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Compile all the fields that are currently missing but mandatory for some directories. They have to be set in the Location object, so that the Listing can be created / updated on the respective platform. List of Strings, e.g. [NAME, ZIP, PHONE]"},"children":[]}]}]}],"items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"directoriesMissingConnect":{"type":"array","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"linkedToLocationGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the LocationGroup.","format":"int64"},"lastUpdated":{"type":"string","description":"Last updated date of the Location Group","format":"date-time"},"name":{"type":"string","description":"Name of the LocationGroup."},"status":{"type":"string","description":"Status of the Location Group","enum":["ACTIVE","DELETED"]},"creator":{"type":"integer","format":"int64"},"salesPartner":{"type":"integer","format":"int64"},"locationsCount":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the location","format":"int64","example":1},"name":{"type":"string","description":"Name of the location","example":"Location 1"},"status":{"type":"string","description":"Status of the location","example":"ACTIVE","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}}}},"users":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the user","format":"int64","example":1},"email":{"type":"string","description":"Email of the user","example":"jan.didschuneit@uberall.com"},"firstName":{"type":"string","description":"First name of the user","example":"Jan"},"lastName":{"type":"string","description":"Last name of the user","example":"Didschuneit"},"role":{"type":"string","description":"Different roles a user account can have in the system.","example":"ADMIN","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"status":{"type":"string","description":"User Status Enum","example":"VERIFIED","enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]}}}}},"description":"The actual response object of the response"}},"locatedIn":{"uniqueItems":true,"type":"array","description":"Defines the physical containment relationship of this location within another place (e.g. a mall or airport).\nEach entry references an external place by its directory-specific ID and describes whether the location is a department of\nor an independent establishment within that place. At most one entry per directoryType is allowed; currently only GOOGLE is supported.\nRequired fields: placeId (max 1024 chars), relationType. Optional: directoryType.\nPlace details (placeName, placeAddress, coordinates) are resolved automatically from downstream APIs (e.g. Google Places).","items":{"required":["placeId","relationType"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"placeId":{"type":"string","description":"The directory-specific unique identifier of the enclosing place","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"},"relationType":{"type":"string","description":"Whether the location is a department of or an independent establishment within the enclosing place","example":"DEPARTMENT_OF","enum":["DEPARTMENT_OF","INDEPENDENT_ESTABLISHMENT_IN"]},"placeName":{"type":"string","description":"The name of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"placeAddress":{"type":"string","description":"The address of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"lat":{"type":"number","description":"The latitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":52.52},"lng":{"type":"number","description":"The longitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":13.405},"id":{"type":"integer","format":"int64"}},"description":"Represents the physical containment relationship of a location within an enclosing place (e.g. a mall or airport)"}},"directoriesPublishingStatus":{"type":"array","items":{"type":"string"}},"locationSyncable":{"type":"boolean"},"suggestionsForFieldsAvailable":{"type":"boolean"},"moreHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's additional service hours, such as delivery, pickup, happy hours etc. Submitted to Google. e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ONLINE_SERVICE_HOURS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"09:00\",\n        \"to1\": \"18:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 2,\n        \"from1\": \"09:00\",\n        \"to1\": \"13:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ACCESS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"06:00\",\n        \"to1\": \"20:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]"},"children":[]}]}],"items":{"type":"object","properties":{"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}},"description":"The MoreHours type"},"hours":{"type":"array","description":"The MoreHours of the given type","items":{"type":"object","properties":{"dayOfWeek":{"type":"integer","description":"The MoreHours dayOfWeek, represented by a number","format":"int32","example":1},"from":{"type":"string","description":"The MoreHours from as a String","example":"08:00"},"to":{"type":"string","description":"The MoreHours to as a String","example":"18:00"}}}}}}},"lodgingFields":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"value":{"type":"string","description":"The value of the lodging amenity field. Accepted values are 'true' or 'false'","enum":["true","false"]},"id":{"type":"integer","format":"int64"},"externalId":{"type":"string","description":"The Google external id for the lodging amenity.\n                Must match a valid externalId from the LodgingField catalog. Examples include: watercraftRental, turndownService, patio"},"category":{"type":"string","description":"High-level grouping of Lodging Amenity types, such as SERVICES, TRANSPORTATION, FAMILIES, etc. Must match a valid category from the LodgingField catalog."},"displayName":{"type":"string","description":"Output only. Human-readable display name of the amenity.","readOnly":true}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A lodging amenity field for hotel/lodging business categories, submitted to Google."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The [category, externalId] pair must exist in the LodgingField catalog — use the GET available-lodging-fields endpoint to retrieve valid values."},"children":[]}]}]}]}},"profileCompleteness":{"type":"integer","description":"Output only. Number representing completeness of location data, up to 100","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Output only. Number of published listings","format":"int32"},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"videos":{"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"visibilityIndex":{"type":"integer","description":"Output only. The location's latest visibility index","format":"int32"},"skipFacebookPicturesUpdate":{"type":"boolean","description":"When set to true, Uberall will skip publishing any photos to Facebook for this location. This affects both sync checks and updates.","example":true},"businessCountry":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"businessType":{"type":"string","enum":["SMB","ENTERPRISE"]},"contentCollections":{"required":["identifier","name","type"],"type":"object","properties":{"id":{"type":"integer","description":"Collection id","format":"int64"},"identifier":{"type":"string","description":"Mandatory - A unique identifier for the collection"},"name":{"type":"string","description":"Mandatory - Name of the content collection"},"description":{"type":"string","description":"A description of the collection"},"type":{"type":"string","description":"Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"contentLists":{"type":"array","description":"Mandatory - Sections within the content collections","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"locationIds":{"uniqueItems":true,"type":"array","description":"Location Ids that should be associated with this collection","items":{"type":"integer","format":"int64"}},"isReadOnly":{"type":"boolean","description":"Special field for FE indicating if the collection is read-only for the logged in user","example":false},"cuisineType":{"type":"string","description":"Only applicable to Menu content collections - indicates the cuisine the restaurant serves","enum":["AMERICAN","ASIAN","BRAZILIAN","BREAKFAST","BRUNCH","CHICKEN","CHINESE","FAMILY","FAST_FOOD","FRENCH","GREEK","GERMAN","HAMBURGER","INDIAN","INDONESIAN","ITALIAN","JAPANESE","KOREAN","LATIN_AMERICAN","MEDITERRANEAN","MEXICAN","PAKISTANI","PIZZA","SEAFOOD","SPANISH","SUSHI","THAI","TURKISH","VEGETARIAN","VIETNAMESE","OTHER_CUISINE"]},"url":{"type":"string","description":"Applicable to Menu collections only - url to the brand webpage menu"}},"description":"Content Collection"},"locationNeedsReview":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"services":{"type":"array","description":"Services offered at the location. Do not use if Content Collections is enabled. Instead use the Service Item and Collection endpoints","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}}},"description":"Location"}},"components/schemas/LocationConnect":{"id":"components/schemas/LocationConnect","kind":"json-schema","title":"LocationConnect","data":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"components/schemas/LocationDashboardResponse":{"id":"components/schemas/LocationDashboardResponse","kind":"json-schema","title":"LocationDashboardResponse","data":{"type":"object","properties":{"stats":{"type":"object","properties":{"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"inboxActive":{"type":"string","description":"ACTIVE if the inbox feature is included in the plan"},"inboxTotal":{"type":"integer","description":"Total number of datapoints","format":"int32"},"inboxPhotos":{"type":"integer","description":"Number of photo datapoints","format":"int32"},"inboxReviews":{"type":"integer","description":"Number of review datapoints","format":"int32"},"managersCount":{"type":"integer","description":"Number of users that manage this location","format":"int32"},"profileCompleteness":{"type":"integer","description":"Percentage of profile completeness","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Number of managed online listings","format":"int32"},"synced":{"type":"integer","description":"Number of synced listings","format":"int32"},"visibilityIndex":{"type":"object","properties":{"score":{"type":"integer","description":"A score between 0 and 100 for the Visibility Index","format":"int32"},"maxPoints":{"type":"integer","description":"The total number of available points","format":"int32"},"pointsReached":{"type":"integer","description":"The actual number of points reached","format":"int32"},"summary":{"type":"object","description":"Detailed info about each directory"},"reasons":{"type":"array","description":"Reasons explaining the current Visibility Index","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The logging event type. One of LISTING_UPDATE, LISTING_SYNC_CHECK, LISTING_DATAPOINT_CHECK, LISTING_PUBLISHER_UPDATE, LISTING_BLACKLIST, LISTING_REVIEWED, LISTING_STATUS_CHANGE, LISTING_MANUAL, LISTING_SUPPRESS, LISTING_DELETE, LISTING_CANCEL, LISTING_FACEBOOK_PAGE_INVALIDATE, LISTING_FLAGGED, LISTING_LINK_CHANGE, LISTING_REMOVAL_SUPPRESS, LISTING_SUPPRESS_NOT_ALLOWED, LISTING_UPDATE_SPECIAL_OFFER, LISTING_REMOVAL_STATUS_CHECK, LOCATION_BILLING, LOCATION_SYNC_STARTED, LOCATION_PROFILE_CHANGED, LOCATION_SUBSCRIPTION_CHANGED, LOCATION_LISTING_ADDED, LOCATION_VISIBILITY_INDEX_CHANGED, LOCATION_STATUS_CHANGED, LOCATION_PRODUCT_PLAN_CHANGED, LOCATION_NORMALIZATION_STATUS_CHANGED, LOCATION_CREATED, LOCATION_DUPLICATE_LISTING_DETECTION, LOCATION_DUPLICATE_LISTING_CHECK, LOCATION_CHECKOUT, LOCATION_CHECKOUT_FREE, LOCATION_CHECKOUT_UPGRADE, LOCATION_CHECKOUT_SALESPARTNER, USER_PASSWORD_RESET, SALES_PARTNER_SIGNUP, SALES_PARTNER_APPROVAL, SALES_PARTNER_PASSWORD_RESET, SEARCH_DATA_RECHECK_LINK_SHARED, BUSINESS_COMMENT, BUSINESS_INVOICE_CREATED, BUSINESS_INVOICE_RENEWAL_SUCCESS, BUSINESS_INVOICE_RENEWAL_FAIL, BUSINESS_INVOICE_CREATED_FIRST_BASIC, BUSINESS_INVOICE_CREATED_FIRST_PREMIUM, BUSINESS_INVOICE_CREATED_UPGRADE_BASIC, BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM, BUSINESS_INVOICE_CREATED_ANOTHER_BASIC, BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM, BUSINESS_INVOICE_CREATED_RENEWAL, BUSINESS_DIRECTORY_ACCOUNT, BUSINESS_CSV_EXPORT, BUSINESS_UPDATE_PRICE, ADMIN_LOGIN_ALERT"},"children":[]}]}]}]},"source":{"type":"integer","description":"The id of the object the logging event is about","format":"int64"},"dateCreated":{"type":"integer","description":"The date the logging event was created","format":"int64"},"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"payload":{"type":"object","properties":{"status":{"type":"string","description":"The status","enum":["FAILURE","SUCCESS","UNDEFINED"]},"actor":{"type":"string","description":"The actor who initiated the event","enum":["ADMIN","USER","SYNC_CHECKER","DATA_POINT_CHECKER","UPDATER","JOB"]},"server":{"type":"string","description":"The server"},"data":{"type":"object","properties":{"userEmail":{"type":"string"},"updatedHistory":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"string"}},"newPaymentOptions":{"type":"array","items":{"type":"string"}},"newAttributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"photos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"utms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"newName":{"type":"string"},"newPhotos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"paymentOptions":{"type":"array","items":{"type":"string"}},"newWebsite":{"type":"string"},"name":{"type":"string"},"newUtms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"openingHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"newCallTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"newLanguages":{"type":"array","items":{"type":"string"}},"newOpeningHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"callTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"streetType":{"type":"string"},"street":{"type":"string"},"newStreet":{"type":"string"},"newLat":{"type":"integer","format":"int64"},"newLng":{"type":"integer","format":"int64"},"lat":{"type":"integer","format":"int64"},"lng":{"type":"integer","format":"int64"}}}},"description":"The data associated with the event"}},"description":"A JSON containing detailed information about the logging event"},"uuid":{"type":"string","description":"The uuid"},"id":{"type":"integer","description":"The uberall unique id for the logging event","format":"int64"}},"description":"LoggingEvent Model"}},"dateCreated":{"type":"string","description":"The date the Visibility Index was created","format":"date-time"},"forDay":{"type":"string","description":"The date the Visibility Index reflects","format":"date-time"},"timestamp":{"type":"integer","format":"int64"},"result":{"type":"string","description":"An overview of in sync/not in sync directories"}},"description":"Latest visibility index"},"activeDirectories":{"type":"array","description":"List of active directories","items":{"type":"string"}},"inactiveDirectories":{"type":"array","description":"List of inactive directories","items":{"type":"string"}},"unfilledFields":{"type":"array","description":"Unfilled location fields","items":{"type":"string"}}},"description":"Statistics related to the current location"},"location":{"type":"object","properties":{"businessName":{"type":"string","description":"Name of the business"}},"description":"The location linked to this dashboard"},"todos":{"type":"object","description":"Todos related to the current location"}},"description":"Location dashboard response model"}},"components/schemas/LocationDashboardResponseObject":{"id":"components/schemas/LocationDashboardResponseObject","kind":"json-schema","title":"LocationDashboardResponseObject","data":{"type":"object","properties":{"dashboard":{"type":"object","properties":{"stats":{"type":"object","properties":{"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"inboxActive":{"type":"string","description":"ACTIVE if the inbox feature is included in the plan"},"inboxTotal":{"type":"integer","description":"Total number of datapoints","format":"int32"},"inboxPhotos":{"type":"integer","description":"Number of photo datapoints","format":"int32"},"inboxReviews":{"type":"integer","description":"Number of review datapoints","format":"int32"},"managersCount":{"type":"integer","description":"Number of users that manage this location","format":"int32"},"profileCompleteness":{"type":"integer","description":"Percentage of profile completeness","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Number of managed online listings","format":"int32"},"synced":{"type":"integer","description":"Number of synced listings","format":"int32"},"visibilityIndex":{"type":"object","properties":{"score":{"type":"integer","description":"A score between 0 and 100 for the Visibility Index","format":"int32"},"maxPoints":{"type":"integer","description":"The total number of available points","format":"int32"},"pointsReached":{"type":"integer","description":"The actual number of points reached","format":"int32"},"summary":{"type":"object","description":"Detailed info about each directory"},"reasons":{"type":"array","description":"Reasons explaining the current Visibility Index","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The logging event type. One of LISTING_UPDATE, LISTING_SYNC_CHECK, LISTING_DATAPOINT_CHECK, LISTING_PUBLISHER_UPDATE, LISTING_BLACKLIST, LISTING_REVIEWED, LISTING_STATUS_CHANGE, LISTING_MANUAL, LISTING_SUPPRESS, LISTING_DELETE, LISTING_CANCEL, LISTING_FACEBOOK_PAGE_INVALIDATE, LISTING_FLAGGED, LISTING_LINK_CHANGE, LISTING_REMOVAL_SUPPRESS, LISTING_SUPPRESS_NOT_ALLOWED, LISTING_UPDATE_SPECIAL_OFFER, LISTING_REMOVAL_STATUS_CHECK, LOCATION_BILLING, LOCATION_SYNC_STARTED, LOCATION_PROFILE_CHANGED, LOCATION_SUBSCRIPTION_CHANGED, LOCATION_LISTING_ADDED, LOCATION_VISIBILITY_INDEX_CHANGED, LOCATION_STATUS_CHANGED, LOCATION_PRODUCT_PLAN_CHANGED, LOCATION_NORMALIZATION_STATUS_CHANGED, LOCATION_CREATED, LOCATION_DUPLICATE_LISTING_DETECTION, LOCATION_DUPLICATE_LISTING_CHECK, LOCATION_CHECKOUT, LOCATION_CHECKOUT_FREE, LOCATION_CHECKOUT_UPGRADE, LOCATION_CHECKOUT_SALESPARTNER, USER_PASSWORD_RESET, SALES_PARTNER_SIGNUP, SALES_PARTNER_APPROVAL, SALES_PARTNER_PASSWORD_RESET, SEARCH_DATA_RECHECK_LINK_SHARED, BUSINESS_COMMENT, BUSINESS_INVOICE_CREATED, BUSINESS_INVOICE_RENEWAL_SUCCESS, BUSINESS_INVOICE_RENEWAL_FAIL, BUSINESS_INVOICE_CREATED_FIRST_BASIC, BUSINESS_INVOICE_CREATED_FIRST_PREMIUM, BUSINESS_INVOICE_CREATED_UPGRADE_BASIC, BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM, BUSINESS_INVOICE_CREATED_ANOTHER_BASIC, BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM, BUSINESS_INVOICE_CREATED_RENEWAL, BUSINESS_DIRECTORY_ACCOUNT, BUSINESS_CSV_EXPORT, BUSINESS_UPDATE_PRICE, ADMIN_LOGIN_ALERT"},"children":[]}]}]}]},"source":{"type":"integer","description":"The id of the object the logging event is about","format":"int64"},"dateCreated":{"type":"integer","description":"The date the logging event was created","format":"int64"},"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"payload":{"type":"object","properties":{"status":{"type":"string","description":"The status","enum":["FAILURE","SUCCESS","UNDEFINED"]},"actor":{"type":"string","description":"The actor who initiated the event","enum":["ADMIN","USER","SYNC_CHECKER","DATA_POINT_CHECKER","UPDATER","JOB"]},"server":{"type":"string","description":"The server"},"data":{"type":"object","properties":{"userEmail":{"type":"string"},"updatedHistory":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"string"}},"newPaymentOptions":{"type":"array","items":{"type":"string"}},"newAttributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"photos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"utms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"newName":{"type":"string"},"newPhotos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"paymentOptions":{"type":"array","items":{"type":"string"}},"newWebsite":{"type":"string"},"name":{"type":"string"},"newUtms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"openingHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"newCallTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"newLanguages":{"type":"array","items":{"type":"string"}},"newOpeningHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"callTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"streetType":{"type":"string"},"street":{"type":"string"},"newStreet":{"type":"string"},"newLat":{"type":"integer","format":"int64"},"newLng":{"type":"integer","format":"int64"},"lat":{"type":"integer","format":"int64"},"lng":{"type":"integer","format":"int64"}}}},"description":"The data associated with the event"}},"description":"A JSON containing detailed information about the logging event"},"uuid":{"type":"string","description":"The uuid"},"id":{"type":"integer","description":"The uberall unique id for the logging event","format":"int64"}},"description":"LoggingEvent Model"}},"dateCreated":{"type":"string","description":"The date the Visibility Index was created","format":"date-time"},"forDay":{"type":"string","description":"The date the Visibility Index reflects","format":"date-time"},"timestamp":{"type":"integer","format":"int64"},"result":{"type":"string","description":"An overview of in sync/not in sync directories"}},"description":"Latest visibility index"},"activeDirectories":{"type":"array","description":"List of active directories","items":{"type":"string"}},"inactiveDirectories":{"type":"array","description":"List of inactive directories","items":{"type":"string"}},"unfilledFields":{"type":"array","description":"Unfilled location fields","items":{"type":"string"}}},"description":"Statistics related to the current location"},"location":{"type":"object","properties":{"businessName":{"type":"string","description":"Name of the business"}},"description":"The location linked to this dashboard"},"todos":{"type":"object","description":"Todos related to the current location"}},"description":"Location dashboard response model"}},"description":"The actual response object of the response"}},"components/schemas/LocationDashboardResponseWrapper":{"id":"components/schemas/LocationDashboardResponseWrapper","kind":"json-schema","title":"LocationDashboardResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"dashboard":{"type":"object","properties":{"stats":{"type":"object","properties":{"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"inboxActive":{"type":"string","description":"ACTIVE if the inbox feature is included in the plan"},"inboxTotal":{"type":"integer","description":"Total number of datapoints","format":"int32"},"inboxPhotos":{"type":"integer","description":"Number of photo datapoints","format":"int32"},"inboxReviews":{"type":"integer","description":"Number of review datapoints","format":"int32"},"managersCount":{"type":"integer","description":"Number of users that manage this location","format":"int32"},"profileCompleteness":{"type":"integer","description":"Percentage of profile completeness","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Number of managed online listings","format":"int32"},"synced":{"type":"integer","description":"Number of synced listings","format":"int32"},"visibilityIndex":{"type":"object","properties":{"score":{"type":"integer","description":"A score between 0 and 100 for the Visibility Index","format":"int32"},"maxPoints":{"type":"integer","description":"The total number of available points","format":"int32"},"pointsReached":{"type":"integer","description":"The actual number of points reached","format":"int32"},"summary":{"type":"object","description":"Detailed info about each directory"},"reasons":{"type":"array","description":"Reasons explaining the current Visibility Index","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The logging event type. One of LISTING_UPDATE, LISTING_SYNC_CHECK, LISTING_DATAPOINT_CHECK, LISTING_PUBLISHER_UPDATE, LISTING_BLACKLIST, LISTING_REVIEWED, LISTING_STATUS_CHANGE, LISTING_MANUAL, LISTING_SUPPRESS, LISTING_DELETE, LISTING_CANCEL, LISTING_FACEBOOK_PAGE_INVALIDATE, LISTING_FLAGGED, LISTING_LINK_CHANGE, LISTING_REMOVAL_SUPPRESS, LISTING_SUPPRESS_NOT_ALLOWED, LISTING_UPDATE_SPECIAL_OFFER, LISTING_REMOVAL_STATUS_CHECK, LOCATION_BILLING, LOCATION_SYNC_STARTED, LOCATION_PROFILE_CHANGED, LOCATION_SUBSCRIPTION_CHANGED, LOCATION_LISTING_ADDED, LOCATION_VISIBILITY_INDEX_CHANGED, LOCATION_STATUS_CHANGED, LOCATION_PRODUCT_PLAN_CHANGED, LOCATION_NORMALIZATION_STATUS_CHANGED, LOCATION_CREATED, LOCATION_DUPLICATE_LISTING_DETECTION, LOCATION_DUPLICATE_LISTING_CHECK, LOCATION_CHECKOUT, LOCATION_CHECKOUT_FREE, LOCATION_CHECKOUT_UPGRADE, LOCATION_CHECKOUT_SALESPARTNER, USER_PASSWORD_RESET, SALES_PARTNER_SIGNUP, SALES_PARTNER_APPROVAL, SALES_PARTNER_PASSWORD_RESET, SEARCH_DATA_RECHECK_LINK_SHARED, BUSINESS_COMMENT, BUSINESS_INVOICE_CREATED, BUSINESS_INVOICE_RENEWAL_SUCCESS, BUSINESS_INVOICE_RENEWAL_FAIL, BUSINESS_INVOICE_CREATED_FIRST_BASIC, BUSINESS_INVOICE_CREATED_FIRST_PREMIUM, BUSINESS_INVOICE_CREATED_UPGRADE_BASIC, BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM, BUSINESS_INVOICE_CREATED_ANOTHER_BASIC, BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM, BUSINESS_INVOICE_CREATED_RENEWAL, BUSINESS_DIRECTORY_ACCOUNT, BUSINESS_CSV_EXPORT, BUSINESS_UPDATE_PRICE, ADMIN_LOGIN_ALERT"},"children":[]}]}]}]},"source":{"type":"integer","description":"The id of the object the logging event is about","format":"int64"},"dateCreated":{"type":"integer","description":"The date the logging event was created","format":"int64"},"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"payload":{"type":"object","properties":{"status":{"type":"string","description":"The status","enum":["FAILURE","SUCCESS","UNDEFINED"]},"actor":{"type":"string","description":"The actor who initiated the event","enum":["ADMIN","USER","SYNC_CHECKER","DATA_POINT_CHECKER","UPDATER","JOB"]},"server":{"type":"string","description":"The server"},"data":{"type":"object","properties":{"userEmail":{"type":"string"},"updatedHistory":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"string"}},"newPaymentOptions":{"type":"array","items":{"type":"string"}},"newAttributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"photos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"utms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"newName":{"type":"string"},"newPhotos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"paymentOptions":{"type":"array","items":{"type":"string"}},"newWebsite":{"type":"string"},"name":{"type":"string"},"newUtms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"openingHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"newCallTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"newLanguages":{"type":"array","items":{"type":"string"}},"newOpeningHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"callTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"streetType":{"type":"string"},"street":{"type":"string"},"newStreet":{"type":"string"},"newLat":{"type":"integer","format":"int64"},"newLng":{"type":"integer","format":"int64"},"lat":{"type":"integer","format":"int64"},"lng":{"type":"integer","format":"int64"}}}},"description":"The data associated with the event"}},"description":"A JSON containing detailed information about the logging event"},"uuid":{"type":"string","description":"The uuid"},"id":{"type":"integer","description":"The uberall unique id for the logging event","format":"int64"}},"description":"LoggingEvent Model"}},"dateCreated":{"type":"string","description":"The date the Visibility Index was created","format":"date-time"},"forDay":{"type":"string","description":"The date the Visibility Index reflects","format":"date-time"},"timestamp":{"type":"integer","format":"int64"},"result":{"type":"string","description":"An overview of in sync/not in sync directories"}},"description":"Latest visibility index"},"activeDirectories":{"type":"array","description":"List of active directories","items":{"type":"string"}},"inactiveDirectories":{"type":"array","description":"List of inactive directories","items":{"type":"string"}},"unfilledFields":{"type":"array","description":"Unfilled location fields","items":{"type":"string"}}},"description":"Statistics related to the current location"},"location":{"type":"object","properties":{"businessName":{"type":"string","description":"Name of the business"}},"description":"The location linked to this dashboard"},"todos":{"type":"object","description":"Todos related to the current location"}},"description":"Location dashboard response model"}},"description":"The actual response object of the response"}}}},"components/schemas/LocationDashboardStatistics":{"id":"components/schemas/LocationDashboardStatistics","kind":"json-schema","title":"LocationDashboardStatistics","data":{"type":"object","properties":{"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"inboxActive":{"type":"string","description":"ACTIVE if the inbox feature is included in the plan"},"inboxTotal":{"type":"integer","description":"Total number of datapoints","format":"int32"},"inboxPhotos":{"type":"integer","description":"Number of photo datapoints","format":"int32"},"inboxReviews":{"type":"integer","description":"Number of review datapoints","format":"int32"},"managersCount":{"type":"integer","description":"Number of users that manage this location","format":"int32"},"profileCompleteness":{"type":"integer","description":"Percentage of profile completeness","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Number of managed online listings","format":"int32"},"synced":{"type":"integer","description":"Number of synced listings","format":"int32"},"visibilityIndex":{"type":"object","properties":{"score":{"type":"integer","description":"A score between 0 and 100 for the Visibility Index","format":"int32"},"maxPoints":{"type":"integer","description":"The total number of available points","format":"int32"},"pointsReached":{"type":"integer","description":"The actual number of points reached","format":"int32"},"summary":{"type":"object","description":"Detailed info about each directory"},"reasons":{"type":"array","description":"Reasons explaining the current Visibility Index","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The logging event type. One of LISTING_UPDATE, LISTING_SYNC_CHECK, LISTING_DATAPOINT_CHECK, LISTING_PUBLISHER_UPDATE, LISTING_BLACKLIST, LISTING_REVIEWED, LISTING_STATUS_CHANGE, LISTING_MANUAL, LISTING_SUPPRESS, LISTING_DELETE, LISTING_CANCEL, LISTING_FACEBOOK_PAGE_INVALIDATE, LISTING_FLAGGED, LISTING_LINK_CHANGE, LISTING_REMOVAL_SUPPRESS, LISTING_SUPPRESS_NOT_ALLOWED, LISTING_UPDATE_SPECIAL_OFFER, LISTING_REMOVAL_STATUS_CHECK, LOCATION_BILLING, LOCATION_SYNC_STARTED, LOCATION_PROFILE_CHANGED, LOCATION_SUBSCRIPTION_CHANGED, LOCATION_LISTING_ADDED, LOCATION_VISIBILITY_INDEX_CHANGED, LOCATION_STATUS_CHANGED, LOCATION_PRODUCT_PLAN_CHANGED, LOCATION_NORMALIZATION_STATUS_CHANGED, LOCATION_CREATED, LOCATION_DUPLICATE_LISTING_DETECTION, LOCATION_DUPLICATE_LISTING_CHECK, LOCATION_CHECKOUT, LOCATION_CHECKOUT_FREE, LOCATION_CHECKOUT_UPGRADE, LOCATION_CHECKOUT_SALESPARTNER, USER_PASSWORD_RESET, SALES_PARTNER_SIGNUP, SALES_PARTNER_APPROVAL, SALES_PARTNER_PASSWORD_RESET, SEARCH_DATA_RECHECK_LINK_SHARED, BUSINESS_COMMENT, BUSINESS_INVOICE_CREATED, BUSINESS_INVOICE_RENEWAL_SUCCESS, BUSINESS_INVOICE_RENEWAL_FAIL, BUSINESS_INVOICE_CREATED_FIRST_BASIC, BUSINESS_INVOICE_CREATED_FIRST_PREMIUM, BUSINESS_INVOICE_CREATED_UPGRADE_BASIC, BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM, BUSINESS_INVOICE_CREATED_ANOTHER_BASIC, BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM, BUSINESS_INVOICE_CREATED_RENEWAL, BUSINESS_DIRECTORY_ACCOUNT, BUSINESS_CSV_EXPORT, BUSINESS_UPDATE_PRICE, ADMIN_LOGIN_ALERT"},"children":[]}]}]}]},"source":{"type":"integer","description":"The id of the object the logging event is about","format":"int64"},"dateCreated":{"type":"integer","description":"The date the logging event was created","format":"int64"},"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"payload":{"type":"object","properties":{"status":{"type":"string","description":"The status","enum":["FAILURE","SUCCESS","UNDEFINED"]},"actor":{"type":"string","description":"The actor who initiated the event","enum":["ADMIN","USER","SYNC_CHECKER","DATA_POINT_CHECKER","UPDATER","JOB"]},"server":{"type":"string","description":"The server"},"data":{"type":"object","properties":{"userEmail":{"type":"string"},"updatedHistory":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"string"}},"newPaymentOptions":{"type":"array","items":{"type":"string"}},"newAttributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"photos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"utms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"newName":{"type":"string"},"newPhotos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"paymentOptions":{"type":"array","items":{"type":"string"}},"newWebsite":{"type":"string"},"name":{"type":"string"},"newUtms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"openingHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"newCallTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"newLanguages":{"type":"array","items":{"type":"string"}},"newOpeningHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"callTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"streetType":{"type":"string"},"street":{"type":"string"},"newStreet":{"type":"string"},"newLat":{"type":"integer","format":"int64"},"newLng":{"type":"integer","format":"int64"},"lat":{"type":"integer","format":"int64"},"lng":{"type":"integer","format":"int64"}}}},"description":"The data associated with the event"}},"description":"A JSON containing detailed information about the logging event"},"uuid":{"type":"string","description":"The uuid"},"id":{"type":"integer","description":"The uberall unique id for the logging event","format":"int64"}},"description":"LoggingEvent Model"}},"dateCreated":{"type":"string","description":"The date the Visibility Index was created","format":"date-time"},"forDay":{"type":"string","description":"The date the Visibility Index reflects","format":"date-time"},"timestamp":{"type":"integer","format":"int64"},"result":{"type":"string","description":"An overview of in sync/not in sync directories"}},"description":"Latest visibility index"},"activeDirectories":{"type":"array","description":"List of active directories","items":{"type":"string"}},"inactiveDirectories":{"type":"array","description":"List of inactive directories","items":{"type":"string"}},"unfilledFields":{"type":"array","description":"Unfilled location fields","items":{"type":"string"}}},"description":"Location dashboard statistics model"}},"components/schemas/LocationDetails":{"id":"components/schemas/LocationDetails","kind":"json-schema","title":"LocationDetails","data":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the location","format":"int64","example":1},"name":{"type":"string","description":"Name of the location","example":"Location 1"},"status":{"type":"string","description":"Status of the location","example":"ACTIVE","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}}}},"components/schemas/LocationFeatureResponse":{"id":"components/schemas/LocationFeatureResponse","kind":"json-schema","title":"LocationFeatureResponse","data":{"type":"object","properties":{"id":{"type":"integer","description":"The id of the location.","format":"int64"},"businessId":{"type":"integer","description":"Business the location belongs to.","format":"int64"},"currentFeatures":{"type":"array","description":"The features enabled for the location.","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"potentialFeatures":{"uniqueItems":true,"type":"array","description":"Features that are currently not available for this location, but can potentially be enabled.","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"limitReached":{"uniqueItems":true,"type":"array","description":"indicates if location has reached its limit for given set of Features","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"status":{"type":"string","description":"Status of the location","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}},"description":"Location Feature Response Model"}},"components/schemas/LocationFeatureResponseWrapper":{"id":"components/schemas/LocationFeatureResponseWrapper","kind":"json-schema","title":"LocationFeatureResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"id":{"type":"integer","description":"The id of the location.","format":"int64"},"businessId":{"type":"integer","description":"Business the location belongs to.","format":"int64"},"currentFeatures":{"type":"array","description":"The features enabled for the location.","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"potentialFeatures":{"uniqueItems":true,"type":"array","description":"Features that are currently not available for this location, but can potentially be enabled.","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"limitReached":{"uniqueItems":true,"type":"array","description":"indicates if location has reached its limit for given set of Features","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"status":{"type":"string","description":"Status of the location","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}},"description":"Location Feature Response Model"}}}},"components/schemas/LocationGroupListResponseModel":{"id":"components/schemas/LocationGroupListResponseModel","kind":"json-schema","title":"LocationGroupListResponseModel","data":{"type":"object","properties":{"locationGroups":{"type":"array","description":"The location groups","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the LocationGroup.","format":"int64"},"lastUpdated":{"type":"string","description":"Last updated date of the Location Group","format":"date-time"},"name":{"type":"string","description":"Name of the LocationGroup."},"status":{"type":"string","description":"Status of the Location Group","enum":["ACTIVE","DELETED"]},"creator":{"type":"integer","format":"int64"},"salesPartner":{"type":"integer","format":"int64"},"locationsCount":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the location","format":"int64","example":1},"name":{"type":"string","description":"Name of the location","example":"Location 1"},"status":{"type":"string","description":"Status of the location","example":"ACTIVE","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}}}},"users":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the user","format":"int64","example":1},"email":{"type":"string","description":"Email of the user","example":"jan.didschuneit@uberall.com"},"firstName":{"type":"string","description":"First name of the user","example":"Jan"},"lastName":{"type":"string","description":"Last name of the user","example":"Didschuneit"},"role":{"type":"string","description":"Different roles a user account can have in the system.","example":"ADMIN","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"status":{"type":"string","description":"User Status Enum","example":"VERIFIED","enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]}}}}},"description":"The actual response object of the response"}},"count":{"type":"integer","description":"The total number of location groups","format":"int32"},"pageSize":{"type":"integer","description":"The number of location groups per page","format":"int32"},"max":{"type":"integer","description":"The maximum number of location groups","format":"int32"},"offset":{"type":"integer","description":"The offset","format":"int32"},"page":{"type":"integer","description":"The page","format":"int32"}},"description":"The actual response object of the response"}},"components/schemas/LocationGroupListResponseWrapper":{"id":"components/schemas/LocationGroupListResponseWrapper","kind":"json-schema","title":"LocationGroupListResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"locationGroups":{"type":"array","description":"The location groups","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the LocationGroup.","format":"int64"},"lastUpdated":{"type":"string","description":"Last updated date of the Location Group","format":"date-time"},"name":{"type":"string","description":"Name of the LocationGroup."},"status":{"type":"string","description":"Status of the Location Group","enum":["ACTIVE","DELETED"]},"creator":{"type":"integer","format":"int64"},"salesPartner":{"type":"integer","format":"int64"},"locationsCount":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the location","format":"int64","example":1},"name":{"type":"string","description":"Name of the location","example":"Location 1"},"status":{"type":"string","description":"Status of the location","example":"ACTIVE","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}}}},"users":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the user","format":"int64","example":1},"email":{"type":"string","description":"Email of the user","example":"jan.didschuneit@uberall.com"},"firstName":{"type":"string","description":"First name of the user","example":"Jan"},"lastName":{"type":"string","description":"Last name of the user","example":"Didschuneit"},"role":{"type":"string","description":"Different roles a user account can have in the system.","example":"ADMIN","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"status":{"type":"string","description":"User Status Enum","example":"VERIFIED","enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]}}}}},"description":"The actual response object of the response"}},"count":{"type":"integer","description":"The total number of location groups","format":"int32"},"pageSize":{"type":"integer","description":"The number of location groups per page","format":"int32"},"max":{"type":"integer","description":"The maximum number of location groups","format":"int32"},"offset":{"type":"integer","description":"The offset","format":"int32"},"page":{"type":"integer","description":"The page","format":"int32"}},"description":"The actual response object of the response"}}}},"components/schemas/LocationGroupModel":{"id":"components/schemas/LocationGroupModel","kind":"json-schema","title":"LocationGroupModel","data":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the LocationGroup.","format":"int64"},"lastUpdated":{"type":"string","description":"Last updated date of the Location Group","format":"date-time"},"name":{"type":"string","description":"Name of the LocationGroup."},"status":{"type":"string","description":"Status of the Location Group","enum":["ACTIVE","DELETED"]},"creator":{"type":"integer","format":"int64"},"salesPartner":{"type":"integer","format":"int64"},"locationsCount":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the location","format":"int64","example":1},"name":{"type":"string","description":"Name of the location","example":"Location 1"},"status":{"type":"string","description":"Status of the location","example":"ACTIVE","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}}}},"users":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the user","format":"int64","example":1},"email":{"type":"string","description":"Email of the user","example":"jan.didschuneit@uberall.com"},"firstName":{"type":"string","description":"First name of the user","example":"Jan"},"lastName":{"type":"string","description":"Last name of the user","example":"Didschuneit"},"role":{"type":"string","description":"Different roles a user account can have in the system.","example":"ADMIN","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"status":{"type":"string","description":"User Status Enum","example":"VERIFIED","enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]}}}}},"description":"The actual response object of the response"}},"components/schemas/LocationGroupParams":{"id":"components/schemas/LocationGroupParams","kind":"json-schema","title":"LocationGroupParams","data":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Name (String) of the LocationGroup"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Status of the LocationGroup, defaults to \"ACTIVE\", supported values: [\"ACTIVE\"]."},"children":[]}]}]}],"enum":["ACTIVE","DELETED"]},"locations":{"type":"array","description":"List of location IDs (Long) that shall be assigned to the new LocationGroup.","items":{"type":"integer","format":"int64"}},"users":{"type":"array","description":"List of user IDs (Long) that shall be assigned to the new LocationGroup.","items":{"type":"integer","format":"int64"}}},"description":"LocationGroup parameters model"}},"components/schemas/LocationGroupPatchParams":{"id":"components/schemas/LocationGroupPatchParams","kind":"json-schema","title":"LocationGroupPatchParams","data":{"type":"object","properties":{"name":{"type":"string","description":"Name (String) of the LocationGroup"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Status of the LocationGroup, defaults to \"ACTIVE\", supported values: [\"ACTIVE\"]."},"children":[]}]}]}],"enum":["ACTIVE","DELETED"]},"locations":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of location IDs (Long) that shall be assigned to the new LocationGroup."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For clearing this field you can send either null or an empty list []."},"children":[]}]}]}],"items":{"type":"integer","format":"int64"}},"users":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List of user IDs (Long) that shall be assigned to the new LocationGroup. For clearing this field you can send either null or an empty list []."},"children":[]}]}]}],"items":{"type":"integer","format":"int64"}}}}},"components/schemas/LocationGroupWrapper":{"id":"components/schemas/LocationGroupWrapper","kind":"json-schema","title":"LocationGroupWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the LocationGroup.","format":"int64"},"lastUpdated":{"type":"string","description":"Last updated date of the Location Group","format":"date-time"},"name":{"type":"string","description":"Name of the LocationGroup."},"status":{"type":"string","description":"Status of the Location Group","enum":["ACTIVE","DELETED"]},"creator":{"type":"integer","format":"int64"},"salesPartner":{"type":"integer","format":"int64"},"locationsCount":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the location","format":"int64","example":1},"name":{"type":"string","description":"Name of the location","example":"Location 1"},"status":{"type":"string","description":"Status of the location","example":"ACTIVE","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}}}},"users":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the user","format":"int64","example":1},"email":{"type":"string","description":"Email of the user","example":"jan.didschuneit@uberall.com"},"firstName":{"type":"string","description":"First name of the user","example":"Jan"},"lastName":{"type":"string","description":"Last name of the user","example":"Didschuneit"},"role":{"type":"string","description":"Different roles a user account can have in the system.","example":"ADMIN","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"status":{"type":"string","description":"User Status Enum","example":"VERIFIED","enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]}}}}},"description":"The actual response object of the response"}}}},"components/schemas/LocationImport":{"id":"components/schemas/LocationImport","kind":"json-schema","title":"LocationImport","data":{"type":"object","description":"The actual response object of the response"}},"components/schemas/LocationImportListObject":{"id":"components/schemas/LocationImportListObject","kind":"json-schema","title":"LocationImportListObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for the current page","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of items per page","format":"int32","example":10},"count":{"type":"integer","description":"Total count of location imports","format":"int32","example":100},"locations":{"type":"array","items":{"type":"object","description":"The actual response object of the response"}}},"description":"The actual response object of the response"}},"components/schemas/LocationImportListWrapper":{"id":"components/schemas/LocationImportListWrapper","kind":"json-schema","title":"LocationImportListWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for the current page","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of items per page","format":"int32","example":10},"count":{"type":"integer","description":"Total count of location imports","format":"int32","example":100},"locations":{"type":"array","items":{"type":"object","description":"The actual response object of the response"}}},"description":"The actual response object of the response"}}}},"components/schemas/LocationLodgingField":{"id":"components/schemas/LocationLodgingField","kind":"json-schema","title":"LocationLodgingField","data":{"type":"object","properties":{"value":{"type":"string","description":"The value of the lodging amenity field. Accepted values are 'true' or 'false'","enum":["true","false"]},"id":{"type":"integer","format":"int64"},"externalId":{"type":"string","description":"The Google external id for the lodging amenity.\n                Must match a valid externalId from the LodgingField catalog. Examples include: watercraftRental, turndownService, patio"},"category":{"type":"string","description":"High-level grouping of Lodging Amenity types, such as SERVICES, TRANSPORTATION, FAMILIES, etc. Must match a valid category from the LodgingField catalog."},"displayName":{"type":"string","description":"Output only. Human-readable display name of the amenity.","readOnly":true}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A lodging amenity field for hotel/lodging business categories, submitted to Google."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The [category, externalId] pair must exist in the LodgingField catalog — use the GET available-lodging-fields endpoint to retrieve valid values."},"children":[]}]}]}]}},"components/schemas/LocationObject":{"id":"components/schemas/LocationObject","kind":"json-schema","title":"LocationObject","data":{"type":"object","properties":{"location":{"required":["city","country","name","status","street"],"type":"object","properties":{"id":{"type":"integer","description":"Output only. The uberall unique id for the location","format":"int64"},"openingHours":{"maxItems":14,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"specialOpeningHours":{"maxItems":730,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-29\",\n\"closed\": true\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-30\",\n\"from1\": \"11:00\",\n\"to1\": \"14:00\",\n\"from2\": 16:00\",\n\"to2\": \"20:00\"\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"nullable":true,"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"name":{"maxLength":128,"minLength":1,"type":"string","description":"The location's name","example":"Coffee House Berlin"},"street":{"maxLength":191,"minLength":1,"type":"string","description":"The location's street address","example":"Friedrichstraße"},"streetNo":{"maxLength":255,"type":"string","description":"The location's street number","nullable":true,"example":"45A"},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","nullable":true,"enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"addressExtra":{"maxLength":64,"minLength":1,"type":"string","description":"An address extra: e.g. building, floor...","nullable":true,"example":"Suite 304"},"zip":{"maxLength":32,"minLength":1,"type":"string","description":"Zip code, optional only for some countries.","nullable":true,"example":"10115"},"city":{"maxLength":64,"minLength":1,"type":"string","description":"City","example":"Berlin"},"province":{"maxLength":255,"minLength":1,"type":"string","description":"Province. Only send when not blank","nullable":true,"example":"Berlin"},"country":{"type":"string","description":"Country of the location","example":"DE","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"lat":{"maximum":90,"minimum":-90,"type":"number","description":"The latitude coordinate of the location","format":"double","nullable":true,"example":52.52},"lng":{"maximum":180,"minimum":-180,"type":"number","description":"The longitude coordinate of the location","format":"double","nullable":true,"example":13.405},"addressDisplay":{"type":"boolean","description":"Indicates if the address should be displayed or hidden","example":true,"default":true},"normalizationStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's address-normalization state. On input, only "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NOT_NORMALIZED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NORMALIZATION_SKIPPED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" are accepted;"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"other values are system-managed and assigned automatically as the location moves through the normalization pipeline."},"children":[]}]}]}],"enum":["NOT_NORMALIZED","NORMALIZED","NORMALIZATION_SKIPPED","NORMALIZATION_FAILED"]},"phone":{"maxLength":64,"minLength":1,"type":"string","description":"The location's contact phone number, a valid phone number has to be provided.","nullable":true,"example":"+4912345678"},"fax":{"maxLength":64,"minLength":1,"type":"string","description":"The location fax number","nullable":true,"example":"+4912345678"},"cellphone":{"maxLength":64,"minLength":1,"type":"string","description":"A contact mobile phone number","nullable":true,"example":"+4912345678"},"website":{"maxLength":350,"minLength":1,"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)","nullable":true,"example":"https://www.example.com"},"email":{"maxLength":255,"minLength":1,"type":"string","description":"A contact email for the location","nullable":true,"example":"info@example.com"},"legalIdent":{"maxLength":512,"minLength":1,"type":"string","description":"A legal identifier of the location. SIRET  number in France","nullable":true},"taxNumber":{"maxLength":255,"minLength":1,"type":"string","description":"The tax number of the location. CIF/NIF in Spain","nullable":true},"emailVerification":{"type":"string","description":"The locations verification status","nullable":true,"enum":["UNVERIFIED","VERIFIED"]},"descriptionShort":{"maxLength":200,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A short description - up to 200 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²`´·\"'+¡¿@°€£$] "},"children":[]}]}]}]}],"nullable":true},"descriptionLong":{"maxLength":1000,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A long description - up to 1000 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²³`´·\"'+¡¿@°€^£$] "},"children":[]}]}]}]}],"nullable":true},"imprint":{"maxLength":20000,"type":"string","description":"The imprint of the location","nullable":true},"openingHoursNotes":{"maxLength":255,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+¡¿@°€£\\\\•\\\\^\\\\u0024\\\\u266A]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&\\r\\n\\t_*§²`´·\"'+¡¿@] "},"children":[]}]}]}]}],"nullable":true,"example":"We never open on bank holidays"},"keywords":{"uniqueItems":true,"type":"array","description":"Keywords describing the location's activity","nullable":true,"items":{"type":"string"}},"callToActions":{"type":"array","description":"Calls to action available for the location.\n                    Excess entries are silently truncated, not rejected.","nullable":true,"items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"labels":{"uniqueItems":true,"type":"array","description":"Labels grouping similar locations","nullable":true,"example":"['Campaign2018', 'EastCoast']","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","nullable":true,"items":{"type":"string"}},"paymentOptions":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The payment options accepted at the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To remove a specific option, prefix its value with '-' (e.g. [\"-cash\"] removes the 'cash' option). Sending the full list replaces all options."},"children":[]}]}]}],"nullable":true,"example":["-cash","credit card","invoice"],"items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","nullable":true,"items":{"type":"string"}},"alternativeNames":{"type":"array","description":"Alternative names for the location. Output only for public API.","nullable":true,"readOnly":true,"items":{"type":"string"}},"categories":{"maxItems":10,"type":"array","description":"Required to start location sync  - A list of category IDs describing the location","items":{"type":"integer","format":"int64"}},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the location. One of:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ACTIVE - will be synced and renewed"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"INACTIVE - will not be synced anymore, claims of listings will be released where possible"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CANCELLED - will be synced, will not be renewed. Once endDate is reached, location will switch to INACTIVE"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CLOSED - location has shut down, we'll mark listings as permanently closed or remove listings from the internet where permanently closed status is not supported"},"children":[]}]}]}],"enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"firstSyncStarted":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Date and time when the first sync was started for the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set together with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastSyncStarted"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"; either both fields are populated or both are null."},"children":[]}]}]}],"format":"date-time","nullable":true},"lastSyncStarted":{"type":"string","description":"Output only. Date of the last sync for the location","format":"date-time","nullable":true},"lastSyncCheckEnqueued":{"type":"string","description":"Output only. Date and time when a sync check was last enqueued","format":"date-time","nullable":true},"lastUnwantedCheckEnqueued":{"type":"string","description":"Output only. Date and time when a duplicate check was last enqueued","format":"date-time","nullable":true},"deactivated":{"type":"string","description":"Output only. Date and time when the location was deactivated (status INACTIVE or CLOSED)","format":"date-time","nullable":true},"identifier":{"maxLength":191,"minLength":1,"type":"string","description":"The location identifier based on your internal identification system","nullable":true},"photos":{"type":"array","description":"The location's photos","nullable":true,"items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"translations":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Translations for location fields in different languages."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In GET responses, returned as an array of translation objects (see LocationTranslation schema)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In POST/PATCH requests, provide as a nested map: locale code → field property name → translated value."},"children":[]}]}]}],"nullable":true,"example":{"en":{"name":"English name","descriptionShort":"Short description in English"},"de":{"name":"German name","descriptionShort":"Kurze Beschreibung auf Deutsch"}},"items":{"type":"object","properties":{"field":{"type":"string","description":"Identifies which location field a translation applies to.\n        Use the property name (shown in parentheses) as the key in the translations request map.","enum":["NAME","DESCRIPTION_SHORT","DESCRIPTION_LONG","CALL_TO_ACTIONS","SERVICES","KEYWORDS","OPENINGHOURS_NOTES"]},"locale":{"type":"object","description":"The locale/language code for this translation","example":"de"}},"description":"A translation for a specific location field in a specific language.\n        In GET responses, translations are returned as an array of these objects.\n        In POST/PATCH requests, translations must be provided as a map keyed by locale code\n        (e.g. 'en', 'de') where each value is a map of field property names to translated values."}},"nextBilling":{"type":"string","description":"Output only. Next billing date for the location","format":"date-time","nullable":true},"endDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Subscription/contract end date for this location. When set, indicates the date on which the location's subscription is scheduled to end."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Distinct from "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"cancellationDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (which records when a cancellation was requested). Nullable."},"children":[]}]}]}],"format":"date-time","nullable":true},"cancellationDate":{"type":"string","description":"Output only. Cancellation date for the location","format":"date-time","nullable":true},"dateCreated":{"type":"string","description":"Output only. The date and time the location was created in our database","format":"date-time","nullable":true},"lastUpdated":{"type":"string","description":"Output only. Date of the last changes made to the location. Includes updates by users, API, location cleansing, and duplicate checks","format":"date-time","nullable":true},"autoSync":{"type":"boolean","description":"When autosync is set to true, information changed for the location in Uberall will automatically be syncronized to all connected listings without the need to explicitly start a sync again after it's been started once."},"timezone":{"type":"string","description":"The location's timezone","nullable":true},"openingDate":{"type":"string","description":"The date the location will first open. Must be formatted YYYY-MM-DD","format":"date","nullable":true},"sortableData":{"type":"string","description":"Internal field for sorting and search data optimization.","nullable":true},"wizardStepFinished":{"type":"integer","description":"Output only. Last step finished in the creation wizard.","format":"int32","nullable":true},"suggestions":{"type":"array","description":"Community suggestions for the location","nullable":true,"items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}},"serviceAreas":{"maxItems":20,"type":"array","description":"Service areas available on the location.","nullable":true,"items":{"required":["name","placeId"],"type":"object","properties":{"name":{"type":"string","description":"The name of the service area, e.g. Berlin, Deutschland","example":"Berlin, Deutschland"},"placeId":{"type":"string","description":"A unique place id , e.g. ChIJAVkDPzdOqEcRcDteW0YgIQQ, Place IDs uniquely identify a place in the Google Places database and on Google Maps. Please visit https://developers.google.com/places/place-id for more info","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"}},"description":"The areas where this location offers service, e.g. useful for food delivery"}},"locationConnects":{"type":"array","description":"Connected accounts and directory links","nullable":true,"items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"callTrackingNumbers":{"uniqueItems":true,"type":"array","description":"Add call tracking numbers for distribution to Google, Facebook, and Bing. The call tracking numbers must be different from the location's primary phone number","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"number":{"type":"string","description":"The call tracking number for the select directory -- must be different than the location's primary phone number."}},"description":"Call Tracking Number"}},"utms":{"uniqueItems":true,"type":"array","description":"UTM parameter to be appended to the location's website. Codes can be sent to Google, Facebook, and Bing.","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"transactionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations. Only available for specific business categories.\n\"transactionLinks\" in the API still works for Google, but customers are suggested to move to \"actionLinks\" to support Apple.","deprecated":true,"items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"actionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations.\n                        Only available for specific business categories.","items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"temporarilyClosed":{"required":["temporarilyClosed"],"type":"object","properties":{"temporarilyClosed":{"type":"boolean","description":"Locations must have either TRUE or FALSE for this field to indicate if they are temporarily closed (TRUE) or not (FALSE)."},"reopenDate":{"type":"string","description":"Set a re-open date for a temporarily closed location (Format: YYYY-MM-DD). The location will re-open at 12:01am local time. Leave null if the re-open date is unknown."}},"description":"Set a location to temporarily closed with the ability to set a re-open date. Temporarily closed is best used if a location will be closed for more than seven days. If less than seven days, use special hours to show the location is closed.","nullable":true},"features":{"uniqueItems":true,"type":"array","description":"Output only. List of features available to the location","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"streetAndNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Combined street address and street number as a single string (e.g. \"Main St 42\" or \"42 Main St\" depending on the country's convention)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In responses, this field is always populated from the stored 'street' and 'streetNo' values."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In create/update requests, 'streetAndNumber' can be used as an alternative to sending separate 'street' and 'streetNo' fields — useful when only a combined \"Address Line 1\" value is available."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"When provided, the system attempts to automatically extract the street number from the combined value."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If 'street' or 'streetNo' is also present in the same request, 'streetAndNumber' is ignored."},"children":[]}]}]}]},"needsReview":{"uniqueItems":true,"type":"array","description":"Needs review","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"businessName":{"type":"string"},"nameDescriptor":{"type":"string","description":"An addition to the location's name which gives specific info about the location's address (e.g. Mall level 2 OR Inside Departures). Sent only to FACEBOOK"},"sublocality":{"type":"string"},"evData":{"required":["operator","owner","timezone","updateTime"],"type":"object","properties":{"type":{"type":"string","description":"Type of location of the charging station","enum":["ON_STREET","OTHER","PARKING_GARAGE","PARKING_LOT","UNDERGROUND_GARAGE","ON_DRIVEWAY","ALONG_MOTORWAY","UNKNOWN"]},"owner":{"type":"string","description":"Required - Owner of the location"},"operator":{"type":"string","description":"Required - Operator of the chargepoints of the location"},"subOperator":{"type":"string","description":"Suboperator of the chargepoints of the location"},"timezone":{"type":"string","description":"The time zone of the location"},"isChargingClosed":{"type":"boolean","description":"Indicates if the EVSEs can be used for charging outside the opening hours of the location. E.g. when the parking garage closes its barriers overnight, it will indicate if you still can charge till the next morning"},"updateTime":{"type":"string","description":"Date/time of the last EV data update","format":"date-time"},"supplyEquipments":{"uniqueItems":true,"type":"array","description":"Charging Station information","items":{"required":["uid","updateTime"],"type":"object","properties":{"uid":{"type":"string","description":"Unique ID in the system of the CPO"},"evseId":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Unique id for the outside world. Compliant with “eMI3standard version V1.0”"},"children":[]}]}]}]},"physicalReference":{"type":"string","description":"A number/string printed on the outside of the EVSE for visual identification"},"updateTime":{"type":"string","description":"Date/time of the Equipment's last update","format":"date-time"},"connectors":{"uniqueItems":true,"type":"array","description":"Details on each connector","items":{"required":["amperage","format","identifier","powerType","standard","updateTime","voltage"],"type":"object","properties":{"identifier":{"type":"string","description":"Required - Identifier of the connector within the EVSE created by the CPO. Two connectors may have the same id as long as they do not belong to the same EVSE object."},"standard":{"type":"string","description":"Required - The socket or plug standard of the charging point","enum":["CHADEMO","CHAOJI","DOMESTIC_A","DOMESTIC_B","DOMESTIC_C","DOMESTIC_D","DOMESTIC_E","DOMESTIC_F","DOMESTIC_G","DOMESTIC_H","DOMESTIC_I","DOMESTIC_J","DOMESTIC_K","DOMESTIC_L","DOMESTIC_M","DOMESTIC_N","DOMESTIC_O","GBT_AC","GBT_DC","IEC_60309_2_single_16","IEC_60309_2_three_16","IEC_60309_2_three_32","IEC_60309_2_three_64","IEC_62196_T1","IEC_62196_T1_COMBO","IEC_62196_T2","IEC_62196_T2_COMBO","IEC_62196_T3A","IEC_62196_T3C","NEMA_5_20","NEMA_6_30","NEMA_6_50","NEMA_10_30","NEMA_10_50","NEMA_14_30","NEMA_14_50","PANTOGRAPH_BOTTOM_UP","PANTOGRAPH_TOP_DOWN","TESLA_R","TESLA_S"]},"format":{"type":"string","description":"Required - The format of the connector, whether it is a socket or a plug","enum":["CABLE","SOCKET"]},"powerType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Connector Power Type. Values can be: AC_1_PHASE, AC_3_PHASE, DC"},"children":[]}]}]}],"enum":["AC_1_PHASE","AC_2_PHASE","AC_2_PHASE_SPLIT","AC_3_PHASE","DC"]},"voltage":{"type":"integer","description":"Required - The voltage of the connector","format":"int32"},"amperage":{"type":"integer","description":"Required - The maximum amperage of the connector","format":"int32"},"maxPower":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum electric power that can be delivered by the connector, in Watts (W). In case it is not provided, the API response will use voltage * amperage as a fallback."},"children":[]}]}]}],"format":"int32","nullable":true},"updateTime":{"type":"string","description":"Date/time of the connector's last update","format":"date-time"}},"description":"EV Connector"}},"parkingRestrictions":{"uniqueItems":true,"type":"array","description":"This value, if provided by CPO, represents the restriction to the parking spot for different purposes","items":{"type":"string","enum":["CUSTOMERS","DISABLED","EV_ONLY","MOTORCYCLES","PLUGGED"]}}},"description":"EV Supply Equipment"}}},"description":"A description of the EV Charging station's location. Used to help customers find the station more easily","nullable":true},"doctorComData":{"type":"object","properties":{"npi":{"type":"string","description":"National Provider Id (NPI)"},"hospitals":{"maxItems":10,"type":"array","description":"Hospital affiliations.","items":{"required":["hospitalName"],"type":"object","properties":{"hospitalName":{"maxLength":150,"type":"string","description":"The name of the hospital the provider is affiliated with."},"hospitalCity":{"type":"string","description":"The city the hospital is located in."},"hospitalState":{"type":"string","description":"The state the hospital is located in. This should be the ISO 3166-2 two-character code (e.g. NY)."}},"description":"Doctor.com Hospital Affiliation"}},"educations":{"maxItems":5,"type":"array","description":"List of universities where the provider received their degree(s).","items":{"required":["educationName","educationType"],"type":"object","properties":{"educationName":{"maxLength":255,"type":"string","description":"The name of the educational institution."},"educationType":{"maxLength":50,"type":"string","description":"The type of education degree (e.g. 'Medical Degree')."},"startedYear":{"type":"integer","description":"The year the provider started their education.","format":"int32"},"graduationYear":{"type":"integer","description":"The year the provider graduated from the educational institution. This value must be the current year or earlier.","format":"int32"}},"description":"Doctor.com Education"}},"insurances":{"maxItems":20,"type":"array","description":"Insurance providers and plans accepted by the provider.","items":{"required":["companyName","insurancePlan"],"type":"object","properties":{"companyName":{"maxLength":60,"type":"string","description":"The name of the insurance provider company."},"insurancePlan":{"maxLength":255,"type":"string","description":"The name of the insurance plan."}},"description":"Doctor.com Insurance"}},"credentials":{"maxLength":25,"type":"string","description":"Medical professional's credentials (max character limit: 25)"},"university":{"type":"string","description":"DEPRECATED (Replaced by 'educations').  - The University where the provider received their degree","deprecated":true},"hospitalAffiliations":{"type":"string","description":"DEPRECATED (Replaced by 'hospitals').  - Hospital affiliations","deprecated":true},"insurancesAccepted":{"type":"string","description":"DEPRECATED (Replaced by 'insurances').  - Types of insurance accepted by the provider","deprecated":true},"isProvider":{"type":"boolean","description":"Defines if the listing is for a provider or not"},"practiceName":{"type":"string","description":"Name of the medical practice"},"providerTitle":{"type":"string","description":"Medical professional's title"},"providerFirstname":{"type":"string","description":"Medical professional's first name"},"providerMiddlename":{"type":"string","description":"Medical professional's middle name"},"providerSurname":{"type":"string","description":"Medical professional's surname"},"doctorCategories":{"type":"array","description":"Doctor.com categories","deprecated":true,"items":{"type":"integer","format":"int64"}},"doctorCategoriesDetailed":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the DoctorCom category","format":"int64","example":111},"nuccTaxonomyCode":{"type":"string","description":"NUCC taxonomy code for the sub-specialty","example":"207RI0011X"}},"description":"Doctor.com category associated with the provider"}}},"description":"Description of the provider","nullable":true},"customFields":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"The name of the custom field","example":"foo"},"value":{"type":"string","description":"The value of the custom field","example":"bar"}}}},"businessSyncable":{"type":"boolean"},"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"attributes":{"type":"array","description":"Google attributes","items":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}},"businessId":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ID of the business this location is linked to. Mandatory when creating a location. Sending a different ID than the current businessId when updating will lead to changing the business. This is only possible in case all connected accounts (Facebook, Google, …) are compatible."},"children":[]}]}]}],"format":"int32","example":1234},"cleansingComment":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Cleansing comment by user, set only when cleansingStatus is INVALID_DATA."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Possible Values (ADDRESS_DETAILS_VERIFIED, NAME_ADDRESS_DETAILS_UPDATED, NON_CLOSURE_CONFIRMATION,)"},"children":[]}]}]}],"enum":["ADDRESS_DETAILS_VERIFIED","NAME_ADDRESS_DETAILS_UPDATED","NON_CLOSURE_CONFIRMATION"]},"cleansingInvalidDataReason":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Invalid Cleansing Reason (eg. INCOMPLETE_ADDRESS,ADDRESS_ IS_PO_BOX,ADDRESS_ DOES_NOT_EXIST, LOCATION_IS_CLOSED, INFORMATION_IS_WRONG, LOCATION_IS_MOVED, NON_LATIN_CHARACTERS_ADDRESS, OTHER)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Guide on how to fix invalid data issues - http://ubr.al/fix_invalid_data"},"children":[]}]}]}]},"cleansingStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Current cleansing status for the location. Possible values: NOT_CLEANSED, PENDING, CLEANSED, INVALID_DATA"},"children":[]}]}]}],"enum":["NOT_CLEANSED","PENDING","CLEANSED","INVALID_DATA"]},"contentLists":{"type":"array","description":"The content list IDs (EVENTS, PRODUCTS, MENU, PEOPLE) describing the location","items":{"type":"integer","format":"int32"}},"dataPoints":{"type":"integer","description":"Output only. Number of dataPoints (reviews, photos) left by users at this location","format":"int32"},"listingsBeingUpdated":{"type":"integer","description":"Output only. Number of listings still being updated","format":"int32"},"averageRating":{"type":"number","format":"double"},"listingsInSync":{"type":"integer","description":"Output only. The number of listings in sync","format":"int32"},"mainPhoto":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"The location's main picture"},"missingMandatoryFields":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Compile all the fields that are currently missing but mandatory for some directories. They have to be set in the Location object, so that the Listing can be created / updated on the respective platform. List of Strings, e.g. [NAME, ZIP, PHONE]"},"children":[]}]}]}],"items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"directoriesMissingConnect":{"type":"array","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"linkedToLocationGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the LocationGroup.","format":"int64"},"lastUpdated":{"type":"string","description":"Last updated date of the Location Group","format":"date-time"},"name":{"type":"string","description":"Name of the LocationGroup."},"status":{"type":"string","description":"Status of the Location Group","enum":["ACTIVE","DELETED"]},"creator":{"type":"integer","format":"int64"},"salesPartner":{"type":"integer","format":"int64"},"locationsCount":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the location","format":"int64","example":1},"name":{"type":"string","description":"Name of the location","example":"Location 1"},"status":{"type":"string","description":"Status of the location","example":"ACTIVE","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}}}},"users":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the user","format":"int64","example":1},"email":{"type":"string","description":"Email of the user","example":"jan.didschuneit@uberall.com"},"firstName":{"type":"string","description":"First name of the user","example":"Jan"},"lastName":{"type":"string","description":"Last name of the user","example":"Didschuneit"},"role":{"type":"string","description":"Different roles a user account can have in the system.","example":"ADMIN","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"status":{"type":"string","description":"User Status Enum","example":"VERIFIED","enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]}}}}},"description":"The actual response object of the response"}},"locatedIn":{"uniqueItems":true,"type":"array","description":"Defines the physical containment relationship of this location within another place (e.g. a mall or airport).\nEach entry references an external place by its directory-specific ID and describes whether the location is a department of\nor an independent establishment within that place. At most one entry per directoryType is allowed; currently only GOOGLE is supported.\nRequired fields: placeId (max 1024 chars), relationType. Optional: directoryType.\nPlace details (placeName, placeAddress, coordinates) are resolved automatically from downstream APIs (e.g. Google Places).","items":{"required":["placeId","relationType"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"placeId":{"type":"string","description":"The directory-specific unique identifier of the enclosing place","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"},"relationType":{"type":"string","description":"Whether the location is a department of or an independent establishment within the enclosing place","example":"DEPARTMENT_OF","enum":["DEPARTMENT_OF","INDEPENDENT_ESTABLISHMENT_IN"]},"placeName":{"type":"string","description":"The name of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"placeAddress":{"type":"string","description":"The address of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"lat":{"type":"number","description":"The latitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":52.52},"lng":{"type":"number","description":"The longitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":13.405},"id":{"type":"integer","format":"int64"}},"description":"Represents the physical containment relationship of a location within an enclosing place (e.g. a mall or airport)"}},"directoriesPublishingStatus":{"type":"array","items":{"type":"string"}},"locationSyncable":{"type":"boolean"},"suggestionsForFieldsAvailable":{"type":"boolean"},"moreHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's additional service hours, such as delivery, pickup, happy hours etc. Submitted to Google. e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ONLINE_SERVICE_HOURS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"09:00\",\n        \"to1\": \"18:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 2,\n        \"from1\": \"09:00\",\n        \"to1\": \"13:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ACCESS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"06:00\",\n        \"to1\": \"20:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]"},"children":[]}]}],"items":{"type":"object","properties":{"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}},"description":"The MoreHours type"},"hours":{"type":"array","description":"The MoreHours of the given type","items":{"type":"object","properties":{"dayOfWeek":{"type":"integer","description":"The MoreHours dayOfWeek, represented by a number","format":"int32","example":1},"from":{"type":"string","description":"The MoreHours from as a String","example":"08:00"},"to":{"type":"string","description":"The MoreHours to as a String","example":"18:00"}}}}}}},"lodgingFields":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"value":{"type":"string","description":"The value of the lodging amenity field. Accepted values are 'true' or 'false'","enum":["true","false"]},"id":{"type":"integer","format":"int64"},"externalId":{"type":"string","description":"The Google external id for the lodging amenity.\n                Must match a valid externalId from the LodgingField catalog. Examples include: watercraftRental, turndownService, patio"},"category":{"type":"string","description":"High-level grouping of Lodging Amenity types, such as SERVICES, TRANSPORTATION, FAMILIES, etc. Must match a valid category from the LodgingField catalog."},"displayName":{"type":"string","description":"Output only. Human-readable display name of the amenity.","readOnly":true}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A lodging amenity field for hotel/lodging business categories, submitted to Google."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The [category, externalId] pair must exist in the LodgingField catalog — use the GET available-lodging-fields endpoint to retrieve valid values."},"children":[]}]}]}]}},"profileCompleteness":{"type":"integer","description":"Output only. Number representing completeness of location data, up to 100","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Output only. Number of published listings","format":"int32"},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"videos":{"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"visibilityIndex":{"type":"integer","description":"Output only. The location's latest visibility index","format":"int32"},"skipFacebookPicturesUpdate":{"type":"boolean","description":"When set to true, Uberall will skip publishing any photos to Facebook for this location. This affects both sync checks and updates.","example":true},"businessCountry":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"businessType":{"type":"string","enum":["SMB","ENTERPRISE"]},"contentCollections":{"required":["identifier","name","type"],"type":"object","properties":{"id":{"type":"integer","description":"Collection id","format":"int64"},"identifier":{"type":"string","description":"Mandatory - A unique identifier for the collection"},"name":{"type":"string","description":"Mandatory - Name of the content collection"},"description":{"type":"string","description":"A description of the collection"},"type":{"type":"string","description":"Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"contentLists":{"type":"array","description":"Mandatory - Sections within the content collections","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"locationIds":{"uniqueItems":true,"type":"array","description":"Location Ids that should be associated with this collection","items":{"type":"integer","format":"int64"}},"isReadOnly":{"type":"boolean","description":"Special field for FE indicating if the collection is read-only for the logged in user","example":false},"cuisineType":{"type":"string","description":"Only applicable to Menu content collections - indicates the cuisine the restaurant serves","enum":["AMERICAN","ASIAN","BRAZILIAN","BREAKFAST","BRUNCH","CHICKEN","CHINESE","FAMILY","FAST_FOOD","FRENCH","GREEK","GERMAN","HAMBURGER","INDIAN","INDONESIAN","ITALIAN","JAPANESE","KOREAN","LATIN_AMERICAN","MEDITERRANEAN","MEXICAN","PAKISTANI","PIZZA","SEAFOOD","SPANISH","SUSHI","THAI","TURKISH","VEGETARIAN","VIETNAMESE","OTHER_CUISINE"]},"url":{"type":"string","description":"Applicable to Menu collections only - url to the brand webpage menu"}},"description":"Content Collection"},"locationNeedsReview":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"services":{"type":"array","description":"Services offered at the location. Do not use if Content Collections is enabled. Instead use the Service Item and Collection endpoints","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}}},"description":"Location"}},"description":"The actual response object of the response"}},"components/schemas/LocationPhoto":{"id":"components/schemas/LocationPhoto","kind":"json-schema","title":"LocationPhoto","data":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"components/schemas/LocationPhotoCreateRequest":{"id":"components/schemas/LocationPhotoCreateRequest","kind":"json-schema","title":"LocationPhotoCreateRequest","data":{"required":["locationId","photo"],"type":"object","properties":{"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to","format":"int64","example":12345},"photo":{"type":"string","description":"Binary image file to upload","format":"binary"},"identifier":{"type":"string","description":"Client-defined identifier. Must be unique per location"},"type":{"type":"string","description":"Photo type, if not defined defaults to PHOTO","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"description":{"maxLength":255,"type":"string","description":"Optional caption/description"},"order":{"type":"integer","description":"Zero-based insertion index; if omitted, photo is added to the end","format":"int32"},"cropOffsetX":{"type":"integer","description":"Horizontal crop offset in pixels","format":"int32"},"cropOffsetY":{"type":"integer","description":"Vertical crop offset in pixels","format":"int32"},"cropHeight":{"type":"integer","description":"Crop height in pixels","format":"int32"},"cropWidth":{"type":"integer","description":"Crop width in pixels","format":"int32"},"main":{"type":"boolean","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Legacy flag for setting main photo. Use type=MAIN instead."},"children":[]}]}]}],"deprecated":true},"logo":{"type":"boolean","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Legacy flag for setting logo. Use type=LOGO instead."},"children":[]}]}]}],"deprecated":true}}}},"components/schemas/LocationPhotoObject":{"id":"components/schemas/LocationPhotoObject","kind":"json-schema","title":"LocationPhotoObject","data":{"type":"object","properties":{"photo":{"required":["type"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the photo","format":"int64"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"repoKey":{"type":"string","description":"File name"},"locationId":{"type":"integer","description":"The uberall unique id of this photo's location","format":"int64"},"description":{"type":"string","description":"A description for the photo"},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"main":{"type":"boolean","description":"A boolean indicating whether this photo is the location's main photo. Maximum one per location"},"logo":{"type":"boolean","description":"A boolean indicating whether this photo is the location's logo. Maximum one logo per location"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}]},"url":{"type":"string","description":"The URL of the photo"},"publicUrl":{"type":"string","description":"A public url for this photo"},"thumbnailUrl":{"type":"string","description":"Url for the image thumbnail"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"sourceUrl":{"type":"string","description":"The client supplied url for a photo"}},"description":"Location photo response model"}},"description":"The actual response object of the response"}},"components/schemas/LocationPhotoResponse":{"id":"components/schemas/LocationPhotoResponse","kind":"json-schema","title":"LocationPhotoResponse","data":{"required":["type"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the photo","format":"int64"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"repoKey":{"type":"string","description":"File name"},"locationId":{"type":"integer","description":"The uberall unique id of this photo's location","format":"int64"},"description":{"type":"string","description":"A description for the photo"},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"main":{"type":"boolean","description":"A boolean indicating whether this photo is the location's main photo. Maximum one per location"},"logo":{"type":"boolean","description":"A boolean indicating whether this photo is the location's logo. Maximum one logo per location"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}]},"url":{"type":"string","description":"The URL of the photo"},"publicUrl":{"type":"string","description":"A public url for this photo"},"thumbnailUrl":{"type":"string","description":"Url for the image thumbnail"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"sourceUrl":{"type":"string","description":"The client supplied url for a photo"}},"description":"Location photo response model"}},"components/schemas/LocationPhotoResponseWrapper":{"id":"components/schemas/LocationPhotoResponseWrapper","kind":"json-schema","title":"LocationPhotoResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"photo":{"required":["type"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the photo","format":"int64"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"repoKey":{"type":"string","description":"File name"},"locationId":{"type":"integer","description":"The uberall unique id of this photo's location","format":"int64"},"description":{"type":"string","description":"A description for the photo"},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"main":{"type":"boolean","description":"A boolean indicating whether this photo is the location's main photo. Maximum one per location"},"logo":{"type":"boolean","description":"A boolean indicating whether this photo is the location's logo. Maximum one logo per location"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}]},"url":{"type":"string","description":"The URL of the photo"},"publicUrl":{"type":"string","description":"A public url for this photo"},"thumbnailUrl":{"type":"string","description":"Url for the image thumbnail"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"sourceUrl":{"type":"string","description":"The client supplied url for a photo"}},"description":"Location photo response model"}},"description":"The actual response object of the response"}}}},"components/schemas/LocationPhotoUpdateRequest":{"id":"components/schemas/LocationPhotoUpdateRequest","kind":"json-schema","title":"LocationPhotoUpdateRequest","data":{"type":"object","properties":{"identifier":{"type":"string","description":"Client-defined identifier. Must be unique per location"},"type":{"type":"string","description":"Photo type","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"description":{"maxLength":255,"type":"string","description":"Optional description"},"sourceUrl":{"type":"string","description":"Original/source URL of the image. Not used to upload a new file."},"cropOffsetX":{"type":"integer","description":"Horizontal crop offset in pixels","format":"int32"},"cropOffsetY":{"type":"integer","description":"Vertical crop offset in pixels","format":"int32"},"cropHeight":{"type":"integer","description":"Crop height in pixels","format":"int32"},"cropWidth":{"type":"integer","description":"Crop width in pixels","format":"int32"}}}},"components/schemas/LocationResponse":{"id":"components/schemas/LocationResponse","kind":"json-schema","title":"LocationResponse","data":{"type":"object","properties":{"location":{"required":["city","country","name","status","street"],"type":"object","properties":{"id":{"type":"integer","description":"Output only. The uberall unique id for the location","format":"int64"},"openingHours":{"maxItems":14,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"specialOpeningHours":{"maxItems":730,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-29\",\n\"closed\": true\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-30\",\n\"from1\": \"11:00\",\n\"to1\": \"14:00\",\n\"from2\": 16:00\",\n\"to2\": \"20:00\"\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"nullable":true,"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"name":{"maxLength":128,"minLength":1,"type":"string","description":"The location's name","example":"Coffee House Berlin"},"street":{"maxLength":191,"minLength":1,"type":"string","description":"The location's street address","example":"Friedrichstraße"},"streetNo":{"maxLength":255,"type":"string","description":"The location's street number","nullable":true,"example":"45A"},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","nullable":true,"enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"addressExtra":{"maxLength":64,"minLength":1,"type":"string","description":"An address extra: e.g. building, floor...","nullable":true,"example":"Suite 304"},"zip":{"maxLength":32,"minLength":1,"type":"string","description":"Zip code, optional only for some countries.","nullable":true,"example":"10115"},"city":{"maxLength":64,"minLength":1,"type":"string","description":"City","example":"Berlin"},"province":{"maxLength":255,"minLength":1,"type":"string","description":"Province. Only send when not blank","nullable":true,"example":"Berlin"},"country":{"type":"string","description":"Country of the location","example":"DE","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"lat":{"maximum":90,"minimum":-90,"type":"number","description":"The latitude coordinate of the location","format":"double","nullable":true,"example":52.52},"lng":{"maximum":180,"minimum":-180,"type":"number","description":"The longitude coordinate of the location","format":"double","nullable":true,"example":13.405},"addressDisplay":{"type":"boolean","description":"Indicates if the address should be displayed or hidden","example":true,"default":true},"normalizationStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's address-normalization state. On input, only "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NOT_NORMALIZED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NORMALIZATION_SKIPPED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" are accepted;"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"other values are system-managed and assigned automatically as the location moves through the normalization pipeline."},"children":[]}]}]}],"enum":["NOT_NORMALIZED","NORMALIZED","NORMALIZATION_SKIPPED","NORMALIZATION_FAILED"]},"phone":{"maxLength":64,"minLength":1,"type":"string","description":"The location's contact phone number, a valid phone number has to be provided.","nullable":true,"example":"+4912345678"},"fax":{"maxLength":64,"minLength":1,"type":"string","description":"The location fax number","nullable":true,"example":"+4912345678"},"cellphone":{"maxLength":64,"minLength":1,"type":"string","description":"A contact mobile phone number","nullable":true,"example":"+4912345678"},"website":{"maxLength":350,"minLength":1,"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)","nullable":true,"example":"https://www.example.com"},"email":{"maxLength":255,"minLength":1,"type":"string","description":"A contact email for the location","nullable":true,"example":"info@example.com"},"legalIdent":{"maxLength":512,"minLength":1,"type":"string","description":"A legal identifier of the location. SIRET  number in France","nullable":true},"taxNumber":{"maxLength":255,"minLength":1,"type":"string","description":"The tax number of the location. CIF/NIF in Spain","nullable":true},"emailVerification":{"type":"string","description":"The locations verification status","nullable":true,"enum":["UNVERIFIED","VERIFIED"]},"descriptionShort":{"maxLength":200,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A short description - up to 200 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²`´·\"'+¡¿@°€£$] "},"children":[]}]}]}]}],"nullable":true},"descriptionLong":{"maxLength":1000,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A long description - up to 1000 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²³`´·\"'+¡¿@°€^£$] "},"children":[]}]}]}]}],"nullable":true},"imprint":{"maxLength":20000,"type":"string","description":"The imprint of the location","nullable":true},"openingHoursNotes":{"maxLength":255,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+¡¿@°€£\\\\•\\\\^\\\\u0024\\\\u266A]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&\\r\\n\\t_*§²`´·\"'+¡¿@] "},"children":[]}]}]}]}],"nullable":true,"example":"We never open on bank holidays"},"keywords":{"uniqueItems":true,"type":"array","description":"Keywords describing the location's activity","nullable":true,"items":{"type":"string"}},"callToActions":{"type":"array","description":"Calls to action available for the location.\n                    Excess entries are silently truncated, not rejected.","nullable":true,"items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"labels":{"uniqueItems":true,"type":"array","description":"Labels grouping similar locations","nullable":true,"example":"['Campaign2018', 'EastCoast']","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","nullable":true,"items":{"type":"string"}},"paymentOptions":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The payment options accepted at the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To remove a specific option, prefix its value with '-' (e.g. [\"-cash\"] removes the 'cash' option). Sending the full list replaces all options."},"children":[]}]}]}],"nullable":true,"example":["-cash","credit card","invoice"],"items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","nullable":true,"items":{"type":"string"}},"alternativeNames":{"type":"array","description":"Alternative names for the location. Output only for public API.","nullable":true,"readOnly":true,"items":{"type":"string"}},"categories":{"maxItems":10,"type":"array","description":"Required to start location sync  - A list of category IDs describing the location","items":{"type":"integer","format":"int64"}},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the location. One of:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ACTIVE - will be synced and renewed"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"INACTIVE - will not be synced anymore, claims of listings will be released where possible"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CANCELLED - will be synced, will not be renewed. Once endDate is reached, location will switch to INACTIVE"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CLOSED - location has shut down, we'll mark listings as permanently closed or remove listings from the internet where permanently closed status is not supported"},"children":[]}]}]}],"enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"firstSyncStarted":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Date and time when the first sync was started for the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set together with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastSyncStarted"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"; either both fields are populated or both are null."},"children":[]}]}]}],"format":"date-time","nullable":true},"lastSyncStarted":{"type":"string","description":"Output only. Date of the last sync for the location","format":"date-time","nullable":true},"lastSyncCheckEnqueued":{"type":"string","description":"Output only. Date and time when a sync check was last enqueued","format":"date-time","nullable":true},"lastUnwantedCheckEnqueued":{"type":"string","description":"Output only. Date and time when a duplicate check was last enqueued","format":"date-time","nullable":true},"deactivated":{"type":"string","description":"Output only. Date and time when the location was deactivated (status INACTIVE or CLOSED)","format":"date-time","nullable":true},"identifier":{"maxLength":191,"minLength":1,"type":"string","description":"The location identifier based on your internal identification system","nullable":true},"photos":{"type":"array","description":"The location's photos","nullable":true,"items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"translations":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Translations for location fields in different languages."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In GET responses, returned as an array of translation objects (see LocationTranslation schema)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In POST/PATCH requests, provide as a nested map: locale code → field property name → translated value."},"children":[]}]}]}],"nullable":true,"example":{"en":{"name":"English name","descriptionShort":"Short description in English"},"de":{"name":"German name","descriptionShort":"Kurze Beschreibung auf Deutsch"}},"items":{"type":"object","properties":{"field":{"type":"string","description":"Identifies which location field a translation applies to.\n        Use the property name (shown in parentheses) as the key in the translations request map.","enum":["NAME","DESCRIPTION_SHORT","DESCRIPTION_LONG","CALL_TO_ACTIONS","SERVICES","KEYWORDS","OPENINGHOURS_NOTES"]},"locale":{"type":"object","description":"The locale/language code for this translation","example":"de"}},"description":"A translation for a specific location field in a specific language.\n        In GET responses, translations are returned as an array of these objects.\n        In POST/PATCH requests, translations must be provided as a map keyed by locale code\n        (e.g. 'en', 'de') where each value is a map of field property names to translated values."}},"nextBilling":{"type":"string","description":"Output only. Next billing date for the location","format":"date-time","nullable":true},"endDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Subscription/contract end date for this location. When set, indicates the date on which the location's subscription is scheduled to end."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Distinct from "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"cancellationDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (which records when a cancellation was requested). Nullable."},"children":[]}]}]}],"format":"date-time","nullable":true},"cancellationDate":{"type":"string","description":"Output only. Cancellation date for the location","format":"date-time","nullable":true},"dateCreated":{"type":"string","description":"Output only. The date and time the location was created in our database","format":"date-time","nullable":true},"lastUpdated":{"type":"string","description":"Output only. Date of the last changes made to the location. Includes updates by users, API, location cleansing, and duplicate checks","format":"date-time","nullable":true},"autoSync":{"type":"boolean","description":"When autosync is set to true, information changed for the location in Uberall will automatically be syncronized to all connected listings without the need to explicitly start a sync again after it's been started once."},"timezone":{"type":"string","description":"The location's timezone","nullable":true},"openingDate":{"type":"string","description":"The date the location will first open. Must be formatted YYYY-MM-DD","format":"date","nullable":true},"sortableData":{"type":"string","description":"Internal field for sorting and search data optimization.","nullable":true},"wizardStepFinished":{"type":"integer","description":"Output only. Last step finished in the creation wizard.","format":"int32","nullable":true},"suggestions":{"type":"array","description":"Community suggestions for the location","nullable":true,"items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}},"serviceAreas":{"maxItems":20,"type":"array","description":"Service areas available on the location.","nullable":true,"items":{"required":["name","placeId"],"type":"object","properties":{"name":{"type":"string","description":"The name of the service area, e.g. Berlin, Deutschland","example":"Berlin, Deutschland"},"placeId":{"type":"string","description":"A unique place id , e.g. ChIJAVkDPzdOqEcRcDteW0YgIQQ, Place IDs uniquely identify a place in the Google Places database and on Google Maps. Please visit https://developers.google.com/places/place-id for more info","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"}},"description":"The areas where this location offers service, e.g. useful for food delivery"}},"locationConnects":{"type":"array","description":"Connected accounts and directory links","nullable":true,"items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"callTrackingNumbers":{"uniqueItems":true,"type":"array","description":"Add call tracking numbers for distribution to Google, Facebook, and Bing. The call tracking numbers must be different from the location's primary phone number","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"number":{"type":"string","description":"The call tracking number for the select directory -- must be different than the location's primary phone number."}},"description":"Call Tracking Number"}},"utms":{"uniqueItems":true,"type":"array","description":"UTM parameter to be appended to the location's website. Codes can be sent to Google, Facebook, and Bing.","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"transactionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations. Only available for specific business categories.\n\"transactionLinks\" in the API still works for Google, but customers are suggested to move to \"actionLinks\" to support Apple.","deprecated":true,"items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"actionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations.\n                        Only available for specific business categories.","items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"temporarilyClosed":{"required":["temporarilyClosed"],"type":"object","properties":{"temporarilyClosed":{"type":"boolean","description":"Locations must have either TRUE or FALSE for this field to indicate if they are temporarily closed (TRUE) or not (FALSE)."},"reopenDate":{"type":"string","description":"Set a re-open date for a temporarily closed location (Format: YYYY-MM-DD). The location will re-open at 12:01am local time. Leave null if the re-open date is unknown."}},"description":"Set a location to temporarily closed with the ability to set a re-open date. Temporarily closed is best used if a location will be closed for more than seven days. If less than seven days, use special hours to show the location is closed.","nullable":true},"features":{"uniqueItems":true,"type":"array","description":"Output only. List of features available to the location","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"streetAndNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Combined street address and street number as a single string (e.g. \"Main St 42\" or \"42 Main St\" depending on the country's convention)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In responses, this field is always populated from the stored 'street' and 'streetNo' values."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In create/update requests, 'streetAndNumber' can be used as an alternative to sending separate 'street' and 'streetNo' fields — useful when only a combined \"Address Line 1\" value is available."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"When provided, the system attempts to automatically extract the street number from the combined value."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If 'street' or 'streetNo' is also present in the same request, 'streetAndNumber' is ignored."},"children":[]}]}]}]},"needsReview":{"uniqueItems":true,"type":"array","description":"Needs review","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"businessName":{"type":"string"},"nameDescriptor":{"type":"string","description":"An addition to the location's name which gives specific info about the location's address (e.g. Mall level 2 OR Inside Departures). Sent only to FACEBOOK"},"sublocality":{"type":"string"},"evData":{"required":["operator","owner","timezone","updateTime"],"type":"object","properties":{"type":{"type":"string","description":"Type of location of the charging station","enum":["ON_STREET","OTHER","PARKING_GARAGE","PARKING_LOT","UNDERGROUND_GARAGE","ON_DRIVEWAY","ALONG_MOTORWAY","UNKNOWN"]},"owner":{"type":"string","description":"Required - Owner of the location"},"operator":{"type":"string","description":"Required - Operator of the chargepoints of the location"},"subOperator":{"type":"string","description":"Suboperator of the chargepoints of the location"},"timezone":{"type":"string","description":"The time zone of the location"},"isChargingClosed":{"type":"boolean","description":"Indicates if the EVSEs can be used for charging outside the opening hours of the location. E.g. when the parking garage closes its barriers overnight, it will indicate if you still can charge till the next morning"},"updateTime":{"type":"string","description":"Date/time of the last EV data update","format":"date-time"},"supplyEquipments":{"uniqueItems":true,"type":"array","description":"Charging Station information","items":{"required":["uid","updateTime"],"type":"object","properties":{"uid":{"type":"string","description":"Unique ID in the system of the CPO"},"evseId":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Unique id for the outside world. Compliant with “eMI3standard version V1.0”"},"children":[]}]}]}]},"physicalReference":{"type":"string","description":"A number/string printed on the outside of the EVSE for visual identification"},"updateTime":{"type":"string","description":"Date/time of the Equipment's last update","format":"date-time"},"connectors":{"uniqueItems":true,"type":"array","description":"Details on each connector","items":{"required":["amperage","format","identifier","powerType","standard","updateTime","voltage"],"type":"object","properties":{"identifier":{"type":"string","description":"Required - Identifier of the connector within the EVSE created by the CPO. Two connectors may have the same id as long as they do not belong to the same EVSE object."},"standard":{"type":"string","description":"Required - The socket or plug standard of the charging point","enum":["CHADEMO","CHAOJI","DOMESTIC_A","DOMESTIC_B","DOMESTIC_C","DOMESTIC_D","DOMESTIC_E","DOMESTIC_F","DOMESTIC_G","DOMESTIC_H","DOMESTIC_I","DOMESTIC_J","DOMESTIC_K","DOMESTIC_L","DOMESTIC_M","DOMESTIC_N","DOMESTIC_O","GBT_AC","GBT_DC","IEC_60309_2_single_16","IEC_60309_2_three_16","IEC_60309_2_three_32","IEC_60309_2_three_64","IEC_62196_T1","IEC_62196_T1_COMBO","IEC_62196_T2","IEC_62196_T2_COMBO","IEC_62196_T3A","IEC_62196_T3C","NEMA_5_20","NEMA_6_30","NEMA_6_50","NEMA_10_30","NEMA_10_50","NEMA_14_30","NEMA_14_50","PANTOGRAPH_BOTTOM_UP","PANTOGRAPH_TOP_DOWN","TESLA_R","TESLA_S"]},"format":{"type":"string","description":"Required - The format of the connector, whether it is a socket or a plug","enum":["CABLE","SOCKET"]},"powerType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Connector Power Type. Values can be: AC_1_PHASE, AC_3_PHASE, DC"},"children":[]}]}]}],"enum":["AC_1_PHASE","AC_2_PHASE","AC_2_PHASE_SPLIT","AC_3_PHASE","DC"]},"voltage":{"type":"integer","description":"Required - The voltage of the connector","format":"int32"},"amperage":{"type":"integer","description":"Required - The maximum amperage of the connector","format":"int32"},"maxPower":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum electric power that can be delivered by the connector, in Watts (W). In case it is not provided, the API response will use voltage * amperage as a fallback."},"children":[]}]}]}],"format":"int32","nullable":true},"updateTime":{"type":"string","description":"Date/time of the connector's last update","format":"date-time"}},"description":"EV Connector"}},"parkingRestrictions":{"uniqueItems":true,"type":"array","description":"This value, if provided by CPO, represents the restriction to the parking spot for different purposes","items":{"type":"string","enum":["CUSTOMERS","DISABLED","EV_ONLY","MOTORCYCLES","PLUGGED"]}}},"description":"EV Supply Equipment"}}},"description":"A description of the EV Charging station's location. Used to help customers find the station more easily","nullable":true},"doctorComData":{"type":"object","properties":{"npi":{"type":"string","description":"National Provider Id (NPI)"},"hospitals":{"maxItems":10,"type":"array","description":"Hospital affiliations.","items":{"required":["hospitalName"],"type":"object","properties":{"hospitalName":{"maxLength":150,"type":"string","description":"The name of the hospital the provider is affiliated with."},"hospitalCity":{"type":"string","description":"The city the hospital is located in."},"hospitalState":{"type":"string","description":"The state the hospital is located in. This should be the ISO 3166-2 two-character code (e.g. NY)."}},"description":"Doctor.com Hospital Affiliation"}},"educations":{"maxItems":5,"type":"array","description":"List of universities where the provider received their degree(s).","items":{"required":["educationName","educationType"],"type":"object","properties":{"educationName":{"maxLength":255,"type":"string","description":"The name of the educational institution."},"educationType":{"maxLength":50,"type":"string","description":"The type of education degree (e.g. 'Medical Degree')."},"startedYear":{"type":"integer","description":"The year the provider started their education.","format":"int32"},"graduationYear":{"type":"integer","description":"The year the provider graduated from the educational institution. This value must be the current year or earlier.","format":"int32"}},"description":"Doctor.com Education"}},"insurances":{"maxItems":20,"type":"array","description":"Insurance providers and plans accepted by the provider.","items":{"required":["companyName","insurancePlan"],"type":"object","properties":{"companyName":{"maxLength":60,"type":"string","description":"The name of the insurance provider company."},"insurancePlan":{"maxLength":255,"type":"string","description":"The name of the insurance plan."}},"description":"Doctor.com Insurance"}},"credentials":{"maxLength":25,"type":"string","description":"Medical professional's credentials (max character limit: 25)"},"university":{"type":"string","description":"DEPRECATED (Replaced by 'educations').  - The University where the provider received their degree","deprecated":true},"hospitalAffiliations":{"type":"string","description":"DEPRECATED (Replaced by 'hospitals').  - Hospital affiliations","deprecated":true},"insurancesAccepted":{"type":"string","description":"DEPRECATED (Replaced by 'insurances').  - Types of insurance accepted by the provider","deprecated":true},"isProvider":{"type":"boolean","description":"Defines if the listing is for a provider or not"},"practiceName":{"type":"string","description":"Name of the medical practice"},"providerTitle":{"type":"string","description":"Medical professional's title"},"providerFirstname":{"type":"string","description":"Medical professional's first name"},"providerMiddlename":{"type":"string","description":"Medical professional's middle name"},"providerSurname":{"type":"string","description":"Medical professional's surname"},"doctorCategories":{"type":"array","description":"Doctor.com categories","deprecated":true,"items":{"type":"integer","format":"int64"}},"doctorCategoriesDetailed":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the DoctorCom category","format":"int64","example":111},"nuccTaxonomyCode":{"type":"string","description":"NUCC taxonomy code for the sub-specialty","example":"207RI0011X"}},"description":"Doctor.com category associated with the provider"}}},"description":"Description of the provider","nullable":true},"customFields":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"The name of the custom field","example":"foo"},"value":{"type":"string","description":"The value of the custom field","example":"bar"}}}},"businessSyncable":{"type":"boolean"},"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"attributes":{"type":"array","description":"Google attributes","items":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}},"businessId":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ID of the business this location is linked to. Mandatory when creating a location. Sending a different ID than the current businessId when updating will lead to changing the business. This is only possible in case all connected accounts (Facebook, Google, …) are compatible."},"children":[]}]}]}],"format":"int32","example":1234},"cleansingComment":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Cleansing comment by user, set only when cleansingStatus is INVALID_DATA."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Possible Values (ADDRESS_DETAILS_VERIFIED, NAME_ADDRESS_DETAILS_UPDATED, NON_CLOSURE_CONFIRMATION,)"},"children":[]}]}]}],"enum":["ADDRESS_DETAILS_VERIFIED","NAME_ADDRESS_DETAILS_UPDATED","NON_CLOSURE_CONFIRMATION"]},"cleansingInvalidDataReason":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Invalid Cleansing Reason (eg. INCOMPLETE_ADDRESS,ADDRESS_ IS_PO_BOX,ADDRESS_ DOES_NOT_EXIST, LOCATION_IS_CLOSED, INFORMATION_IS_WRONG, LOCATION_IS_MOVED, NON_LATIN_CHARACTERS_ADDRESS, OTHER)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Guide on how to fix invalid data issues - http://ubr.al/fix_invalid_data"},"children":[]}]}]}]},"cleansingStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Current cleansing status for the location. Possible values: NOT_CLEANSED, PENDING, CLEANSED, INVALID_DATA"},"children":[]}]}]}],"enum":["NOT_CLEANSED","PENDING","CLEANSED","INVALID_DATA"]},"contentLists":{"type":"array","description":"The content list IDs (EVENTS, PRODUCTS, MENU, PEOPLE) describing the location","items":{"type":"integer","format":"int32"}},"dataPoints":{"type":"integer","description":"Output only. Number of dataPoints (reviews, photos) left by users at this location","format":"int32"},"listingsBeingUpdated":{"type":"integer","description":"Output only. Number of listings still being updated","format":"int32"},"averageRating":{"type":"number","format":"double"},"listingsInSync":{"type":"integer","description":"Output only. The number of listings in sync","format":"int32"},"mainPhoto":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"The location's main picture"},"missingMandatoryFields":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Compile all the fields that are currently missing but mandatory for some directories. They have to be set in the Location object, so that the Listing can be created / updated on the respective platform. List of Strings, e.g. [NAME, ZIP, PHONE]"},"children":[]}]}]}],"items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"directoriesMissingConnect":{"type":"array","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"linkedToLocationGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the LocationGroup.","format":"int64"},"lastUpdated":{"type":"string","description":"Last updated date of the Location Group","format":"date-time"},"name":{"type":"string","description":"Name of the LocationGroup."},"status":{"type":"string","description":"Status of the Location Group","enum":["ACTIVE","DELETED"]},"creator":{"type":"integer","format":"int64"},"salesPartner":{"type":"integer","format":"int64"},"locationsCount":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the location","format":"int64","example":1},"name":{"type":"string","description":"Name of the location","example":"Location 1"},"status":{"type":"string","description":"Status of the location","example":"ACTIVE","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}}}},"users":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the user","format":"int64","example":1},"email":{"type":"string","description":"Email of the user","example":"jan.didschuneit@uberall.com"},"firstName":{"type":"string","description":"First name of the user","example":"Jan"},"lastName":{"type":"string","description":"Last name of the user","example":"Didschuneit"},"role":{"type":"string","description":"Different roles a user account can have in the system.","example":"ADMIN","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"status":{"type":"string","description":"User Status Enum","example":"VERIFIED","enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]}}}}},"description":"The actual response object of the response"}},"locatedIn":{"uniqueItems":true,"type":"array","description":"Defines the physical containment relationship of this location within another place (e.g. a mall or airport).\nEach entry references an external place by its directory-specific ID and describes whether the location is a department of\nor an independent establishment within that place. At most one entry per directoryType is allowed; currently only GOOGLE is supported.\nRequired fields: placeId (max 1024 chars), relationType. Optional: directoryType.\nPlace details (placeName, placeAddress, coordinates) are resolved automatically from downstream APIs (e.g. Google Places).","items":{"required":["placeId","relationType"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"placeId":{"type":"string","description":"The directory-specific unique identifier of the enclosing place","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"},"relationType":{"type":"string","description":"Whether the location is a department of or an independent establishment within the enclosing place","example":"DEPARTMENT_OF","enum":["DEPARTMENT_OF","INDEPENDENT_ESTABLISHMENT_IN"]},"placeName":{"type":"string","description":"The name of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"placeAddress":{"type":"string","description":"The address of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"lat":{"type":"number","description":"The latitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":52.52},"lng":{"type":"number","description":"The longitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":13.405},"id":{"type":"integer","format":"int64"}},"description":"Represents the physical containment relationship of a location within an enclosing place (e.g. a mall or airport)"}},"directoriesPublishingStatus":{"type":"array","items":{"type":"string"}},"locationSyncable":{"type":"boolean"},"suggestionsForFieldsAvailable":{"type":"boolean"},"moreHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's additional service hours, such as delivery, pickup, happy hours etc. Submitted to Google. e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ONLINE_SERVICE_HOURS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"09:00\",\n        \"to1\": \"18:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 2,\n        \"from1\": \"09:00\",\n        \"to1\": \"13:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ACCESS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"06:00\",\n        \"to1\": \"20:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]"},"children":[]}]}],"items":{"type":"object","properties":{"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}},"description":"The MoreHours type"},"hours":{"type":"array","description":"The MoreHours of the given type","items":{"type":"object","properties":{"dayOfWeek":{"type":"integer","description":"The MoreHours dayOfWeek, represented by a number","format":"int32","example":1},"from":{"type":"string","description":"The MoreHours from as a String","example":"08:00"},"to":{"type":"string","description":"The MoreHours to as a String","example":"18:00"}}}}}}},"lodgingFields":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"value":{"type":"string","description":"The value of the lodging amenity field. Accepted values are 'true' or 'false'","enum":["true","false"]},"id":{"type":"integer","format":"int64"},"externalId":{"type":"string","description":"The Google external id for the lodging amenity.\n                Must match a valid externalId from the LodgingField catalog. Examples include: watercraftRental, turndownService, patio"},"category":{"type":"string","description":"High-level grouping of Lodging Amenity types, such as SERVICES, TRANSPORTATION, FAMILIES, etc. Must match a valid category from the LodgingField catalog."},"displayName":{"type":"string","description":"Output only. Human-readable display name of the amenity.","readOnly":true}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A lodging amenity field for hotel/lodging business categories, submitted to Google."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The [category, externalId] pair must exist in the LodgingField catalog — use the GET available-lodging-fields endpoint to retrieve valid values."},"children":[]}]}]}]}},"profileCompleteness":{"type":"integer","description":"Output only. Number representing completeness of location data, up to 100","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Output only. Number of published listings","format":"int32"},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"videos":{"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"visibilityIndex":{"type":"integer","description":"Output only. The location's latest visibility index","format":"int32"},"skipFacebookPicturesUpdate":{"type":"boolean","description":"When set to true, Uberall will skip publishing any photos to Facebook for this location. This affects both sync checks and updates.","example":true},"businessCountry":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"businessType":{"type":"string","enum":["SMB","ENTERPRISE"]},"contentCollections":{"required":["identifier","name","type"],"type":"object","properties":{"id":{"type":"integer","description":"Collection id","format":"int64"},"identifier":{"type":"string","description":"Mandatory - A unique identifier for the collection"},"name":{"type":"string","description":"Mandatory - Name of the content collection"},"description":{"type":"string","description":"A description of the collection"},"type":{"type":"string","description":"Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"contentLists":{"type":"array","description":"Mandatory - Sections within the content collections","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"locationIds":{"uniqueItems":true,"type":"array","description":"Location Ids that should be associated with this collection","items":{"type":"integer","format":"int64"}},"isReadOnly":{"type":"boolean","description":"Special field for FE indicating if the collection is read-only for the logged in user","example":false},"cuisineType":{"type":"string","description":"Only applicable to Menu content collections - indicates the cuisine the restaurant serves","enum":["AMERICAN","ASIAN","BRAZILIAN","BREAKFAST","BRUNCH","CHICKEN","CHINESE","FAMILY","FAST_FOOD","FRENCH","GREEK","GERMAN","HAMBURGER","INDIAN","INDONESIAN","ITALIAN","JAPANESE","KOREAN","LATIN_AMERICAN","MEDITERRANEAN","MEXICAN","PAKISTANI","PIZZA","SEAFOOD","SPANISH","SUSHI","THAI","TURKISH","VEGETARIAN","VIETNAMESE","OTHER_CUISINE"]},"url":{"type":"string","description":"Applicable to Menu collections only - url to the brand webpage menu"}},"description":"Content Collection"},"locationNeedsReview":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"services":{"type":"array","description":"Services offered at the location. Do not use if Content Collections is enabled. Instead use the Service Item and Collection endpoints","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}}},"description":"A complete Location object"},"suggestionsForFields":{"type":"array","description":"Map containing fields and the suggested values from different directories.","items":{"type":"object","properties":{"fieldName":{"type":"string","description":"Name of the field for which the suggestion is provided"},"currentValue":{"type":"object","description":"Current value of the field, can be String, List, etc."},"suggestions":{"type":"array","description":"The suggestions for the field","items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}}}}},"suggestionsForFieldsAvailable":{"type":"boolean","description":"true if any suggetions are available"}},"description":"Location Response Model"}},"components/schemas/LocationResponseWrapper":{"id":"components/schemas/LocationResponseWrapper","kind":"json-schema","title":"LocationResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"location":{"required":["city","country","name","status","street"],"type":"object","properties":{"id":{"type":"integer","description":"Output only. The uberall unique id for the location","format":"int64"},"openingHours":{"maxItems":14,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"specialOpeningHours":{"maxItems":730,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-29\",\n\"closed\": true\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-30\",\n\"from1\": \"11:00\",\n\"to1\": \"14:00\",\n\"from2\": 16:00\",\n\"to2\": \"20:00\"\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"nullable":true,"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"name":{"maxLength":128,"minLength":1,"type":"string","description":"The location's name","example":"Coffee House Berlin"},"street":{"maxLength":191,"minLength":1,"type":"string","description":"The location's street address","example":"Friedrichstraße"},"streetNo":{"maxLength":255,"type":"string","description":"The location's street number","nullable":true,"example":"45A"},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","nullable":true,"enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"addressExtra":{"maxLength":64,"minLength":1,"type":"string","description":"An address extra: e.g. building, floor...","nullable":true,"example":"Suite 304"},"zip":{"maxLength":32,"minLength":1,"type":"string","description":"Zip code, optional only for some countries.","nullable":true,"example":"10115"},"city":{"maxLength":64,"minLength":1,"type":"string","description":"City","example":"Berlin"},"province":{"maxLength":255,"minLength":1,"type":"string","description":"Province. Only send when not blank","nullable":true,"example":"Berlin"},"country":{"type":"string","description":"Country of the location","example":"DE","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"lat":{"maximum":90,"minimum":-90,"type":"number","description":"The latitude coordinate of the location","format":"double","nullable":true,"example":52.52},"lng":{"maximum":180,"minimum":-180,"type":"number","description":"The longitude coordinate of the location","format":"double","nullable":true,"example":13.405},"addressDisplay":{"type":"boolean","description":"Indicates if the address should be displayed or hidden","example":true,"default":true},"normalizationStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's address-normalization state. On input, only "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NOT_NORMALIZED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NORMALIZATION_SKIPPED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" are accepted;"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"other values are system-managed and assigned automatically as the location moves through the normalization pipeline."},"children":[]}]}]}],"enum":["NOT_NORMALIZED","NORMALIZED","NORMALIZATION_SKIPPED","NORMALIZATION_FAILED"]},"phone":{"maxLength":64,"minLength":1,"type":"string","description":"The location's contact phone number, a valid phone number has to be provided.","nullable":true,"example":"+4912345678"},"fax":{"maxLength":64,"minLength":1,"type":"string","description":"The location fax number","nullable":true,"example":"+4912345678"},"cellphone":{"maxLength":64,"minLength":1,"type":"string","description":"A contact mobile phone number","nullable":true,"example":"+4912345678"},"website":{"maxLength":350,"minLength":1,"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)","nullable":true,"example":"https://www.example.com"},"email":{"maxLength":255,"minLength":1,"type":"string","description":"A contact email for the location","nullable":true,"example":"info@example.com"},"legalIdent":{"maxLength":512,"minLength":1,"type":"string","description":"A legal identifier of the location. SIRET  number in France","nullable":true},"taxNumber":{"maxLength":255,"minLength":1,"type":"string","description":"The tax number of the location. CIF/NIF in Spain","nullable":true},"emailVerification":{"type":"string","description":"The locations verification status","nullable":true,"enum":["UNVERIFIED","VERIFIED"]},"descriptionShort":{"maxLength":200,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A short description - up to 200 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²`´·\"'+¡¿@°€£$] "},"children":[]}]}]}]}],"nullable":true},"descriptionLong":{"maxLength":1000,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A long description - up to 1000 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²³`´·\"'+¡¿@°€^£$] "},"children":[]}]}]}]}],"nullable":true},"imprint":{"maxLength":20000,"type":"string","description":"The imprint of the location","nullable":true},"openingHoursNotes":{"maxLength":255,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+¡¿@°€£\\\\•\\\\^\\\\u0024\\\\u266A]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&\\r\\n\\t_*§²`´·\"'+¡¿@] "},"children":[]}]}]}]}],"nullable":true,"example":"We never open on bank holidays"},"keywords":{"uniqueItems":true,"type":"array","description":"Keywords describing the location's activity","nullable":true,"items":{"type":"string"}},"callToActions":{"type":"array","description":"Calls to action available for the location.\n                    Excess entries are silently truncated, not rejected.","nullable":true,"items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"labels":{"uniqueItems":true,"type":"array","description":"Labels grouping similar locations","nullable":true,"example":"['Campaign2018', 'EastCoast']","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","nullable":true,"items":{"type":"string"}},"paymentOptions":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The payment options accepted at the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To remove a specific option, prefix its value with '-' (e.g. [\"-cash\"] removes the 'cash' option). Sending the full list replaces all options."},"children":[]}]}]}],"nullable":true,"example":["-cash","credit card","invoice"],"items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","nullable":true,"items":{"type":"string"}},"alternativeNames":{"type":"array","description":"Alternative names for the location. Output only for public API.","nullable":true,"readOnly":true,"items":{"type":"string"}},"categories":{"maxItems":10,"type":"array","description":"Required to start location sync  - A list of category IDs describing the location","items":{"type":"integer","format":"int64"}},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the location. One of:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ACTIVE - will be synced and renewed"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"INACTIVE - will not be synced anymore, claims of listings will be released where possible"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CANCELLED - will be synced, will not be renewed. Once endDate is reached, location will switch to INACTIVE"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CLOSED - location has shut down, we'll mark listings as permanently closed or remove listings from the internet where permanently closed status is not supported"},"children":[]}]}]}],"enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"firstSyncStarted":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Date and time when the first sync was started for the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set together with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastSyncStarted"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"; either both fields are populated or both are null."},"children":[]}]}]}],"format":"date-time","nullable":true},"lastSyncStarted":{"type":"string","description":"Output only. Date of the last sync for the location","format":"date-time","nullable":true},"lastSyncCheckEnqueued":{"type":"string","description":"Output only. Date and time when a sync check was last enqueued","format":"date-time","nullable":true},"lastUnwantedCheckEnqueued":{"type":"string","description":"Output only. Date and time when a duplicate check was last enqueued","format":"date-time","nullable":true},"deactivated":{"type":"string","description":"Output only. Date and time when the location was deactivated (status INACTIVE or CLOSED)","format":"date-time","nullable":true},"identifier":{"maxLength":191,"minLength":1,"type":"string","description":"The location identifier based on your internal identification system","nullable":true},"photos":{"type":"array","description":"The location's photos","nullable":true,"items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"translations":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Translations for location fields in different languages."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In GET responses, returned as an array of translation objects (see LocationTranslation schema)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In POST/PATCH requests, provide as a nested map: locale code → field property name → translated value."},"children":[]}]}]}],"nullable":true,"example":{"en":{"name":"English name","descriptionShort":"Short description in English"},"de":{"name":"German name","descriptionShort":"Kurze Beschreibung auf Deutsch"}},"items":{"type":"object","properties":{"field":{"type":"string","description":"Identifies which location field a translation applies to.\n        Use the property name (shown in parentheses) as the key in the translations request map.","enum":["NAME","DESCRIPTION_SHORT","DESCRIPTION_LONG","CALL_TO_ACTIONS","SERVICES","KEYWORDS","OPENINGHOURS_NOTES"]},"locale":{"type":"object","description":"The locale/language code for this translation","example":"de"}},"description":"A translation for a specific location field in a specific language.\n        In GET responses, translations are returned as an array of these objects.\n        In POST/PATCH requests, translations must be provided as a map keyed by locale code\n        (e.g. 'en', 'de') where each value is a map of field property names to translated values."}},"nextBilling":{"type":"string","description":"Output only. Next billing date for the location","format":"date-time","nullable":true},"endDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Subscription/contract end date for this location. When set, indicates the date on which the location's subscription is scheduled to end."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Distinct from "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"cancellationDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (which records when a cancellation was requested). Nullable."},"children":[]}]}]}],"format":"date-time","nullable":true},"cancellationDate":{"type":"string","description":"Output only. Cancellation date for the location","format":"date-time","nullable":true},"dateCreated":{"type":"string","description":"Output only. The date and time the location was created in our database","format":"date-time","nullable":true},"lastUpdated":{"type":"string","description":"Output only. Date of the last changes made to the location. Includes updates by users, API, location cleansing, and duplicate checks","format":"date-time","nullable":true},"autoSync":{"type":"boolean","description":"When autosync is set to true, information changed for the location in Uberall will automatically be syncronized to all connected listings without the need to explicitly start a sync again after it's been started once."},"timezone":{"type":"string","description":"The location's timezone","nullable":true},"openingDate":{"type":"string","description":"The date the location will first open. Must be formatted YYYY-MM-DD","format":"date","nullable":true},"sortableData":{"type":"string","description":"Internal field for sorting and search data optimization.","nullable":true},"wizardStepFinished":{"type":"integer","description":"Output only. Last step finished in the creation wizard.","format":"int32","nullable":true},"suggestions":{"type":"array","description":"Community suggestions for the location","nullable":true,"items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}},"serviceAreas":{"maxItems":20,"type":"array","description":"Service areas available on the location.","nullable":true,"items":{"required":["name","placeId"],"type":"object","properties":{"name":{"type":"string","description":"The name of the service area, e.g. Berlin, Deutschland","example":"Berlin, Deutschland"},"placeId":{"type":"string","description":"A unique place id , e.g. ChIJAVkDPzdOqEcRcDteW0YgIQQ, Place IDs uniquely identify a place in the Google Places database and on Google Maps. Please visit https://developers.google.com/places/place-id for more info","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"}},"description":"The areas where this location offers service, e.g. useful for food delivery"}},"locationConnects":{"type":"array","description":"Connected accounts and directory links","nullable":true,"items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"callTrackingNumbers":{"uniqueItems":true,"type":"array","description":"Add call tracking numbers for distribution to Google, Facebook, and Bing. The call tracking numbers must be different from the location's primary phone number","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"number":{"type":"string","description":"The call tracking number for the select directory -- must be different than the location's primary phone number."}},"description":"Call Tracking Number"}},"utms":{"uniqueItems":true,"type":"array","description":"UTM parameter to be appended to the location's website. Codes can be sent to Google, Facebook, and Bing.","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"transactionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations. Only available for specific business categories.\n\"transactionLinks\" in the API still works for Google, but customers are suggested to move to \"actionLinks\" to support Apple.","deprecated":true,"items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"actionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations.\n                        Only available for specific business categories.","items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"temporarilyClosed":{"required":["temporarilyClosed"],"type":"object","properties":{"temporarilyClosed":{"type":"boolean","description":"Locations must have either TRUE or FALSE for this field to indicate if they are temporarily closed (TRUE) or not (FALSE)."},"reopenDate":{"type":"string","description":"Set a re-open date for a temporarily closed location (Format: YYYY-MM-DD). The location will re-open at 12:01am local time. Leave null if the re-open date is unknown."}},"description":"Set a location to temporarily closed with the ability to set a re-open date. Temporarily closed is best used if a location will be closed for more than seven days. If less than seven days, use special hours to show the location is closed.","nullable":true},"features":{"uniqueItems":true,"type":"array","description":"Output only. List of features available to the location","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"streetAndNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Combined street address and street number as a single string (e.g. \"Main St 42\" or \"42 Main St\" depending on the country's convention)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In responses, this field is always populated from the stored 'street' and 'streetNo' values."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In create/update requests, 'streetAndNumber' can be used as an alternative to sending separate 'street' and 'streetNo' fields — useful when only a combined \"Address Line 1\" value is available."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"When provided, the system attempts to automatically extract the street number from the combined value."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If 'street' or 'streetNo' is also present in the same request, 'streetAndNumber' is ignored."},"children":[]}]}]}]},"needsReview":{"uniqueItems":true,"type":"array","description":"Needs review","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"businessName":{"type":"string"},"nameDescriptor":{"type":"string","description":"An addition to the location's name which gives specific info about the location's address (e.g. Mall level 2 OR Inside Departures). Sent only to FACEBOOK"},"sublocality":{"type":"string"},"evData":{"required":["operator","owner","timezone","updateTime"],"type":"object","properties":{"type":{"type":"string","description":"Type of location of the charging station","enum":["ON_STREET","OTHER","PARKING_GARAGE","PARKING_LOT","UNDERGROUND_GARAGE","ON_DRIVEWAY","ALONG_MOTORWAY","UNKNOWN"]},"owner":{"type":"string","description":"Required - Owner of the location"},"operator":{"type":"string","description":"Required - Operator of the chargepoints of the location"},"subOperator":{"type":"string","description":"Suboperator of the chargepoints of the location"},"timezone":{"type":"string","description":"The time zone of the location"},"isChargingClosed":{"type":"boolean","description":"Indicates if the EVSEs can be used for charging outside the opening hours of the location. E.g. when the parking garage closes its barriers overnight, it will indicate if you still can charge till the next morning"},"updateTime":{"type":"string","description":"Date/time of the last EV data update","format":"date-time"},"supplyEquipments":{"uniqueItems":true,"type":"array","description":"Charging Station information","items":{"required":["uid","updateTime"],"type":"object","properties":{"uid":{"type":"string","description":"Unique ID in the system of the CPO"},"evseId":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Unique id for the outside world. Compliant with “eMI3standard version V1.0”"},"children":[]}]}]}]},"physicalReference":{"type":"string","description":"A number/string printed on the outside of the EVSE for visual identification"},"updateTime":{"type":"string","description":"Date/time of the Equipment's last update","format":"date-time"},"connectors":{"uniqueItems":true,"type":"array","description":"Details on each connector","items":{"required":["amperage","format","identifier","powerType","standard","updateTime","voltage"],"type":"object","properties":{"identifier":{"type":"string","description":"Required - Identifier of the connector within the EVSE created by the CPO. Two connectors may have the same id as long as they do not belong to the same EVSE object."},"standard":{"type":"string","description":"Required - The socket or plug standard of the charging point","enum":["CHADEMO","CHAOJI","DOMESTIC_A","DOMESTIC_B","DOMESTIC_C","DOMESTIC_D","DOMESTIC_E","DOMESTIC_F","DOMESTIC_G","DOMESTIC_H","DOMESTIC_I","DOMESTIC_J","DOMESTIC_K","DOMESTIC_L","DOMESTIC_M","DOMESTIC_N","DOMESTIC_O","GBT_AC","GBT_DC","IEC_60309_2_single_16","IEC_60309_2_three_16","IEC_60309_2_three_32","IEC_60309_2_three_64","IEC_62196_T1","IEC_62196_T1_COMBO","IEC_62196_T2","IEC_62196_T2_COMBO","IEC_62196_T3A","IEC_62196_T3C","NEMA_5_20","NEMA_6_30","NEMA_6_50","NEMA_10_30","NEMA_10_50","NEMA_14_30","NEMA_14_50","PANTOGRAPH_BOTTOM_UP","PANTOGRAPH_TOP_DOWN","TESLA_R","TESLA_S"]},"format":{"type":"string","description":"Required - The format of the connector, whether it is a socket or a plug","enum":["CABLE","SOCKET"]},"powerType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Connector Power Type. Values can be: AC_1_PHASE, AC_3_PHASE, DC"},"children":[]}]}]}],"enum":["AC_1_PHASE","AC_2_PHASE","AC_2_PHASE_SPLIT","AC_3_PHASE","DC"]},"voltage":{"type":"integer","description":"Required - The voltage of the connector","format":"int32"},"amperage":{"type":"integer","description":"Required - The maximum amperage of the connector","format":"int32"},"maxPower":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum electric power that can be delivered by the connector, in Watts (W). In case it is not provided, the API response will use voltage * amperage as a fallback."},"children":[]}]}]}],"format":"int32","nullable":true},"updateTime":{"type":"string","description":"Date/time of the connector's last update","format":"date-time"}},"description":"EV Connector"}},"parkingRestrictions":{"uniqueItems":true,"type":"array","description":"This value, if provided by CPO, represents the restriction to the parking spot for different purposes","items":{"type":"string","enum":["CUSTOMERS","DISABLED","EV_ONLY","MOTORCYCLES","PLUGGED"]}}},"description":"EV Supply Equipment"}}},"description":"A description of the EV Charging station's location. Used to help customers find the station more easily","nullable":true},"doctorComData":{"type":"object","properties":{"npi":{"type":"string","description":"National Provider Id (NPI)"},"hospitals":{"maxItems":10,"type":"array","description":"Hospital affiliations.","items":{"required":["hospitalName"],"type":"object","properties":{"hospitalName":{"maxLength":150,"type":"string","description":"The name of the hospital the provider is affiliated with."},"hospitalCity":{"type":"string","description":"The city the hospital is located in."},"hospitalState":{"type":"string","description":"The state the hospital is located in. This should be the ISO 3166-2 two-character code (e.g. NY)."}},"description":"Doctor.com Hospital Affiliation"}},"educations":{"maxItems":5,"type":"array","description":"List of universities where the provider received their degree(s).","items":{"required":["educationName","educationType"],"type":"object","properties":{"educationName":{"maxLength":255,"type":"string","description":"The name of the educational institution."},"educationType":{"maxLength":50,"type":"string","description":"The type of education degree (e.g. 'Medical Degree')."},"startedYear":{"type":"integer","description":"The year the provider started their education.","format":"int32"},"graduationYear":{"type":"integer","description":"The year the provider graduated from the educational institution. This value must be the current year or earlier.","format":"int32"}},"description":"Doctor.com Education"}},"insurances":{"maxItems":20,"type":"array","description":"Insurance providers and plans accepted by the provider.","items":{"required":["companyName","insurancePlan"],"type":"object","properties":{"companyName":{"maxLength":60,"type":"string","description":"The name of the insurance provider company."},"insurancePlan":{"maxLength":255,"type":"string","description":"The name of the insurance plan."}},"description":"Doctor.com Insurance"}},"credentials":{"maxLength":25,"type":"string","description":"Medical professional's credentials (max character limit: 25)"},"university":{"type":"string","description":"DEPRECATED (Replaced by 'educations').  - The University where the provider received their degree","deprecated":true},"hospitalAffiliations":{"type":"string","description":"DEPRECATED (Replaced by 'hospitals').  - Hospital affiliations","deprecated":true},"insurancesAccepted":{"type":"string","description":"DEPRECATED (Replaced by 'insurances').  - Types of insurance accepted by the provider","deprecated":true},"isProvider":{"type":"boolean","description":"Defines if the listing is for a provider or not"},"practiceName":{"type":"string","description":"Name of the medical practice"},"providerTitle":{"type":"string","description":"Medical professional's title"},"providerFirstname":{"type":"string","description":"Medical professional's first name"},"providerMiddlename":{"type":"string","description":"Medical professional's middle name"},"providerSurname":{"type":"string","description":"Medical professional's surname"},"doctorCategories":{"type":"array","description":"Doctor.com categories","deprecated":true,"items":{"type":"integer","format":"int64"}},"doctorCategoriesDetailed":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the DoctorCom category","format":"int64","example":111},"nuccTaxonomyCode":{"type":"string","description":"NUCC taxonomy code for the sub-specialty","example":"207RI0011X"}},"description":"Doctor.com category associated with the provider"}}},"description":"Description of the provider","nullable":true},"customFields":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"The name of the custom field","example":"foo"},"value":{"type":"string","description":"The value of the custom field","example":"bar"}}}},"businessSyncable":{"type":"boolean"},"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"attributes":{"type":"array","description":"Google attributes","items":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}},"businessId":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ID of the business this location is linked to. Mandatory when creating a location. Sending a different ID than the current businessId when updating will lead to changing the business. This is only possible in case all connected accounts (Facebook, Google, …) are compatible."},"children":[]}]}]}],"format":"int32","example":1234},"cleansingComment":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Cleansing comment by user, set only when cleansingStatus is INVALID_DATA."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Possible Values (ADDRESS_DETAILS_VERIFIED, NAME_ADDRESS_DETAILS_UPDATED, NON_CLOSURE_CONFIRMATION,)"},"children":[]}]}]}],"enum":["ADDRESS_DETAILS_VERIFIED","NAME_ADDRESS_DETAILS_UPDATED","NON_CLOSURE_CONFIRMATION"]},"cleansingInvalidDataReason":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Invalid Cleansing Reason (eg. INCOMPLETE_ADDRESS,ADDRESS_ IS_PO_BOX,ADDRESS_ DOES_NOT_EXIST, LOCATION_IS_CLOSED, INFORMATION_IS_WRONG, LOCATION_IS_MOVED, NON_LATIN_CHARACTERS_ADDRESS, OTHER)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Guide on how to fix invalid data issues - http://ubr.al/fix_invalid_data"},"children":[]}]}]}]},"cleansingStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Current cleansing status for the location. Possible values: NOT_CLEANSED, PENDING, CLEANSED, INVALID_DATA"},"children":[]}]}]}],"enum":["NOT_CLEANSED","PENDING","CLEANSED","INVALID_DATA"]},"contentLists":{"type":"array","description":"The content list IDs (EVENTS, PRODUCTS, MENU, PEOPLE) describing the location","items":{"type":"integer","format":"int32"}},"dataPoints":{"type":"integer","description":"Output only. Number of dataPoints (reviews, photos) left by users at this location","format":"int32"},"listingsBeingUpdated":{"type":"integer","description":"Output only. Number of listings still being updated","format":"int32"},"averageRating":{"type":"number","format":"double"},"listingsInSync":{"type":"integer","description":"Output only. The number of listings in sync","format":"int32"},"mainPhoto":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"The location's main picture"},"missingMandatoryFields":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Compile all the fields that are currently missing but mandatory for some directories. They have to be set in the Location object, so that the Listing can be created / updated on the respective platform. List of Strings, e.g. [NAME, ZIP, PHONE]"},"children":[]}]}]}],"items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"directoriesMissingConnect":{"type":"array","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"linkedToLocationGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the LocationGroup.","format":"int64"},"lastUpdated":{"type":"string","description":"Last updated date of the Location Group","format":"date-time"},"name":{"type":"string","description":"Name of the LocationGroup."},"status":{"type":"string","description":"Status of the Location Group","enum":["ACTIVE","DELETED"]},"creator":{"type":"integer","format":"int64"},"salesPartner":{"type":"integer","format":"int64"},"locationsCount":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the location","format":"int64","example":1},"name":{"type":"string","description":"Name of the location","example":"Location 1"},"status":{"type":"string","description":"Status of the location","example":"ACTIVE","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}}}},"users":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the user","format":"int64","example":1},"email":{"type":"string","description":"Email of the user","example":"jan.didschuneit@uberall.com"},"firstName":{"type":"string","description":"First name of the user","example":"Jan"},"lastName":{"type":"string","description":"Last name of the user","example":"Didschuneit"},"role":{"type":"string","description":"Different roles a user account can have in the system.","example":"ADMIN","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"status":{"type":"string","description":"User Status Enum","example":"VERIFIED","enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]}}}}},"description":"The actual response object of the response"}},"locatedIn":{"uniqueItems":true,"type":"array","description":"Defines the physical containment relationship of this location within another place (e.g. a mall or airport).\nEach entry references an external place by its directory-specific ID and describes whether the location is a department of\nor an independent establishment within that place. At most one entry per directoryType is allowed; currently only GOOGLE is supported.\nRequired fields: placeId (max 1024 chars), relationType. Optional: directoryType.\nPlace details (placeName, placeAddress, coordinates) are resolved automatically from downstream APIs (e.g. Google Places).","items":{"required":["placeId","relationType"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"placeId":{"type":"string","description":"The directory-specific unique identifier of the enclosing place","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"},"relationType":{"type":"string","description":"Whether the location is a department of or an independent establishment within the enclosing place","example":"DEPARTMENT_OF","enum":["DEPARTMENT_OF","INDEPENDENT_ESTABLISHMENT_IN"]},"placeName":{"type":"string","description":"The name of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"placeAddress":{"type":"string","description":"The address of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"lat":{"type":"number","description":"The latitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":52.52},"lng":{"type":"number","description":"The longitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":13.405},"id":{"type":"integer","format":"int64"}},"description":"Represents the physical containment relationship of a location within an enclosing place (e.g. a mall or airport)"}},"directoriesPublishingStatus":{"type":"array","items":{"type":"string"}},"locationSyncable":{"type":"boolean"},"suggestionsForFieldsAvailable":{"type":"boolean"},"moreHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's additional service hours, such as delivery, pickup, happy hours etc. Submitted to Google. e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ONLINE_SERVICE_HOURS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"09:00\",\n        \"to1\": \"18:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 2,\n        \"from1\": \"09:00\",\n        \"to1\": \"13:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ACCESS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"06:00\",\n        \"to1\": \"20:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]"},"children":[]}]}],"items":{"type":"object","properties":{"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}},"description":"The MoreHours type"},"hours":{"type":"array","description":"The MoreHours of the given type","items":{"type":"object","properties":{"dayOfWeek":{"type":"integer","description":"The MoreHours dayOfWeek, represented by a number","format":"int32","example":1},"from":{"type":"string","description":"The MoreHours from as a String","example":"08:00"},"to":{"type":"string","description":"The MoreHours to as a String","example":"18:00"}}}}}}},"lodgingFields":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"value":{"type":"string","description":"The value of the lodging amenity field. Accepted values are 'true' or 'false'","enum":["true","false"]},"id":{"type":"integer","format":"int64"},"externalId":{"type":"string","description":"The Google external id for the lodging amenity.\n                Must match a valid externalId from the LodgingField catalog. Examples include: watercraftRental, turndownService, patio"},"category":{"type":"string","description":"High-level grouping of Lodging Amenity types, such as SERVICES, TRANSPORTATION, FAMILIES, etc. Must match a valid category from the LodgingField catalog."},"displayName":{"type":"string","description":"Output only. Human-readable display name of the amenity.","readOnly":true}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A lodging amenity field for hotel/lodging business categories, submitted to Google."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The [category, externalId] pair must exist in the LodgingField catalog — use the GET available-lodging-fields endpoint to retrieve valid values."},"children":[]}]}]}]}},"profileCompleteness":{"type":"integer","description":"Output only. Number representing completeness of location data, up to 100","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Output only. Number of published listings","format":"int32"},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"videos":{"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"visibilityIndex":{"type":"integer","description":"Output only. The location's latest visibility index","format":"int32"},"skipFacebookPicturesUpdate":{"type":"boolean","description":"When set to true, Uberall will skip publishing any photos to Facebook for this location. This affects both sync checks and updates.","example":true},"businessCountry":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"businessType":{"type":"string","enum":["SMB","ENTERPRISE"]},"contentCollections":{"required":["identifier","name","type"],"type":"object","properties":{"id":{"type":"integer","description":"Collection id","format":"int64"},"identifier":{"type":"string","description":"Mandatory - A unique identifier for the collection"},"name":{"type":"string","description":"Mandatory - Name of the content collection"},"description":{"type":"string","description":"A description of the collection"},"type":{"type":"string","description":"Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"contentLists":{"type":"array","description":"Mandatory - Sections within the content collections","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"locationIds":{"uniqueItems":true,"type":"array","description":"Location Ids that should be associated with this collection","items":{"type":"integer","format":"int64"}},"isReadOnly":{"type":"boolean","description":"Special field for FE indicating if the collection is read-only for the logged in user","example":false},"cuisineType":{"type":"string","description":"Only applicable to Menu content collections - indicates the cuisine the restaurant serves","enum":["AMERICAN","ASIAN","BRAZILIAN","BREAKFAST","BRUNCH","CHICKEN","CHINESE","FAMILY","FAST_FOOD","FRENCH","GREEK","GERMAN","HAMBURGER","INDIAN","INDONESIAN","ITALIAN","JAPANESE","KOREAN","LATIN_AMERICAN","MEDITERRANEAN","MEXICAN","PAKISTANI","PIZZA","SEAFOOD","SPANISH","SUSHI","THAI","TURKISH","VEGETARIAN","VIETNAMESE","OTHER_CUISINE"]},"url":{"type":"string","description":"Applicable to Menu collections only - url to the brand webpage menu"}},"description":"Content Collection"},"locationNeedsReview":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"services":{"type":"array","description":"Services offered at the location. Do not use if Content Collections is enabled. Instead use the Service Item and Collection endpoints","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}}},"description":"A complete Location object"},"suggestionsForFields":{"type":"array","description":"Map containing fields and the suggested values from different directories.","items":{"type":"object","properties":{"fieldName":{"type":"string","description":"Name of the field for which the suggestion is provided"},"currentValue":{"type":"object","description":"Current value of the field, can be String, List, etc."},"suggestions":{"type":"array","description":"The suggestions for the field","items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}}}}},"suggestionsForFieldsAvailable":{"type":"boolean","description":"true if any suggetions are available"}},"description":"Location Response Model"}}}},"components/schemas/LocationSearchParams":{"id":"components/schemas/LocationSearchParams","kind":"json-schema","title":"LocationSearchParams","data":{"type":"object","description":"LocationSearchParams"}},"components/schemas/LocationSearchResponse":{"id":"components/schemas/LocationSearchResponse","kind":"json-schema","title":"LocationSearchResponse","data":{"type":"object","properties":{"offset":{"type":"integer","format":"int32"},"max":{"type":"integer","format":"int32"},"count":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"addressExtra":{"type":"string","description":"Additional address information, e.g. building, floor, etc.","example":"building, floor, etc."},"averageRating":{"type":"number","description":"The average rating of all Google Reviews","format":"float"},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","items":{"type":"string"}},"businessId":{"type":"integer","description":"The id of the business associated with this location","format":"int64"},"businessName":{"type":"string","description":"Name of the business"},"businessIdentifier":{"type":"string","description":"The business identifier based on your internal identification system"},"callToActions":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A list of callToAction objects, each with a title and URL, formatted as "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"callToActions: [{ text: 'cta_text1', url: 'cta_url1' }, { text: 'cta_text2', url: 'cta_url2' }]"},"children":[]}]}]}]}],"example":"callToActions: [{ text: 'cta_text1', url: 'cta_url1' }, { text: 'cta_text2', url: 'cta_url2' }]","items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"categories":{"type":"array","description":"A list of category IDs describing the location","items":{"type":"object","properties":{"name":{"type":"string","description":"The category name"}}}},"cellphone":{"type":"string","description":"A contact mobile phone number"},"city":{"type":"string","description":"The city the location is residing in."},"country":{"type":"string","description":"The country the location is residing in.","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"customItems":{"type":"array","description":"Custom, rich content related specifically to this location (such as company values)","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"mandatory, the custom name, e.g. 'Strong Coffee'"},"description":{"type":"string"},"identifier":{"type":"string"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the custom item","format":"int64"},"price":{"type":"integer","description":"optional, the price of the custom, e.g. 1500 ( i.e. 15,00 EUR )","format":"int32"},"currency":{"type":"object","description":"optional, indicating the currency for price and priceMax in ISO-4217, e.g. EUR"},"category":{"type":"string","description":"optional, a category name, e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"optional, a video about the custom"},"unit":{"type":"string","description":"optional, indicating the unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"optional, a url related to the custom item"},"priceMax":{"type":"integer","description":"optional, indicating there is a price range, e.g. 2500 ( i.e. 25,00 EUR )","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the custom-item (use the Image object format)"}},"description":"Custom Item"}},"descriptionLong":{"type":"string","description":"A long description - up to 1000 characters"},"descriptionShort":{"type":"string","description":"A short description - up to 200 characters"},"email":{"type":"string","description":"A contact email for the location"},"events":{"type":"array","description":"Events offered by this location","items":{"required":["timeEnd","timeStart","title"],"type":"object","properties":{"title":{"type":"string","description":"The title of the event"},"description":{"type":"string","description":"The description of the event: e.g. \"Watch a lot of awesome movies.\""},"identifier":{"type":"string","description":"Unique Identifier for the Event"},"listName":{"type":"string","description":"Name of the Event"},"timeStart":{"type":"string","description":"The date the event starts","format":"date-time"},"timeEnd":{"type":"string","description":"The date the event ends","format":"date-time"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video to promote the event"},"url":{"type":"string","description":"The url of the page with more details about the event"}},"description":"Event"}},"fax":{"type":"string","description":"The location fax number"},"id":{"type":"integer","description":"The uberall unique id for the location.","format":"int64"},"identifier":{"type":"string","description":"The location identifier based on your internal identification system."},"imprint":{"type":"string","description":"The imprint of the location"},"keywords":{"type":"array","description":"Keywords describing the locations activity","items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","items":{"type":"string"}},"lat":{"type":"number","description":"The latitude coordinate of the location.","format":"double"},"lng":{"type":"number","description":"The longitude coordinate of the location.","format":"double"},"menus":{"type":"array","description":"Menu items offered by this location","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}},"name":{"type":"string","description":"The location's name."},"nextOpen":{"type":"object","properties":{"date":{"type":"string","description":"date when the location will be opened; for example \"2018-11-16\" (string) (this parameter is used only if closedNow true and neverOpens false)","format":"date","example":"2018-11-16"},"dayOfWeek":{"type":"string","description":"day of week when the location will be opened; format like OpeningHours: 1 for Monday, 2 for Tuesday, etc (this parameter is used only if closedNow true and neverOpens false)","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]},"hour":{"type":"integer","description":"defines at which time at the date \"date\" the location will be open; for example: \"13:00\" (this parameter is used only if closedNow true and neverOpens false)","format":"int32"},"closedNow":{"type":"boolean","description":"true if the location is closed now; otherwise false"},"neverOpens":{"type":"boolean","description":"true if the location will never open again; otherwise false (this parameter is used only if closedNow true)"}},"description":"Defines when the location will be next opened."},"openingHours":{"uniqueItems":true,"type":"array","description":"The location's opening hours.","items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"openingHoursNotes":{"type":"string","description":"Additional information about the location's opening hours."},"specialOpeningHours":{"uniqueItems":true,"type":"array","description":"The location's special opening hours","items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"openNow":{"type":"boolean","description":"Shows if the location is currently open."},"paymentOptions":{"uniqueItems":true,"type":"array","description":"The payment options accepted at the location (eg. cash, bank transfer, ...)","example":"cash, bank transfer, ...","items":{"type":"string"}},"people":{"type":"array","description":"People associated with this location","items":{"required":["name","title"],"type":"object","properties":{"title":{"type":"string","description":"The person's title: e.g. 'Store manager'"},"description":{"type":"string","description":"Description for the person: e.g. 'Responsible for the day-to-day operations of the store'"},"identifier":{"type":"string","description":"Unique Identifier for the Person"},"listName":{"type":"string","description":"Name of the section this person belongs to"},"id":{"type":"integer","description":"The uberall unique id for the person","format":"int64"},"name":{"type":"string","description":"The person's full name"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the person (use the Image object format)"},"url":{"type":"string","description":"A valid url of a page with more details about the person"}},"description":"Person"}},"faqs":{"type":"array","description":"FAQs associated with this location","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the faq item","format":"int64"},"question":{"type":"string","description":"The frequently asked question","example":"Do you have parking?"},"answer":{"type":"string","description":"Answer for the faq item","example":"Yes, free valet parking is available."},"identifier":{"type":"string","description":"Unique Identifier for the faq item"},"listName":{"type":"string","description":"Name of the section this faq item belongs to"}},"description":"Faq Item"}},"phone":{"type":"string","description":"The location's contact phone number."},"photos":{"uniqueItems":true,"type":"array","description":"The location's photos.","items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"products":{"type":"array","description":"Products offered by this location","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"The name of the product: e.g. Strong Coffee"},"description":{"type":"string","description":"Description of the product: e.g. 'The strongest coffee in the world'"},"identifier":{"type":"string","description":"Unique Identifier for the Product"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the product","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the product in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"object","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF"},"category":{"type":"string","description":"A category the product belongs to: e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video about the product"},"unit":{"type":"string","description":"A unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"A valid page url with more details about the product"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the product","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the product (use the Image object format)"}},"description":"Product Model"}},"province":{"type":"string","description":"The province the location is residing in."},"reviewCount":{"type":"integer","description":"How many Google Reviews this location has in total","format":"int32"},"reviews":{"type":"array","description":"A list of up to five Google Reviews","items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"services":{"type":"array","description":"The services offered by the location (eg. 'catering' for a restaurant)","example":"'catering' for a restaurant","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"socialPost":{"type":"object","description":"Social posts published for this location"},"streetAndNumber":{"type":"string","description":"The location's street address."},"taxNumber":{"type":"string","description":"The tax number of the location. CIF/NIF in Spain"},"timezone":{"type":"string","description":"The location's timezone"},"videos":{"uniqueItems":true,"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"zip":{"type":"string","description":"The location's ZIP code."},"website":{"type":"string","description":"A valid url for the location's website"},"googlePlaceId":{"type":"string","description":"A unique textual identifier to identify a place in the Google Places database and on Google Maps."},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"}},"description":"This is a response object that is being used in storefinder calls"}}},"description":"Response containing store finder location search data"}},"components/schemas/LocationSearchResponseObject":{"id":"components/schemas/LocationSearchResponseObject","kind":"json-schema","title":"LocationSearchResponseObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"count":{"type":"integer","description":"Total count of results","format":"int32","example":100},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the location","format":"int64"},"identifier":{"type":"string","description":"The location identifier based on your internal identification system"},"name":{"type":"string","description":"The location's name"},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"},"sublocality":{"type":"string","description":"Sublocality. Feature flagged and only returned for eligible countries."},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"addressExtra":{"type":"string","description":"An address extra: e.g. building, floor...","example":"building, floor..."},"addressDisplay":{"type":"boolean","description":"If set to false, directories are either not given address details or told not to display them. There are few directories where this is not possible, that hence might not receive data at all."},"zip":{"type":"string","description":"Zip code"},"city":{"type":"string","description":"City"},"province":{"type":"string","description":"Province. Only send when not blank"},"country":{"type":"string","description":"Country. One of AT, CH, DE, ES, UK, FR, IT, NL","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"lat":{"type":"number","description":"The latitude coordinate of the location","format":"double"},"lng":{"type":"number","description":"The longitude coordinate of the location","format":"double"},"locationSyncable":{"type":"boolean","description":"Boolean indicating whether the location has been updated and can be synced"},"phone":{"type":"string","description":"The location's contact phone number"},"fax":{"type":"string","description":"The location fax number"},"cellphone":{"type":"string","description":"A contact mobile phone number"},"website":{"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)"},"email":{"type":"string","description":"A contact email for the location"},"hasFacebook":{"type":"boolean","description":"Boolean indicating whether the location has support Facebook included in its product plan"},"legalIdent":{"type":"string","description":"A legal identifier of the location. SIRET number in France"},"taxNumber":{"type":"string","description":"The tax number of the location. CIF/NIF in Spain"},"descriptionShort":{"type":"string","description":"A short description (up to 200 characters) for the location"},"descriptionLong":{"type":"string","description":"A long description (up to 1000 characters) for the location"},"imprint":{"type":"string","description":"imprint of the location"},"openingHoursNotes":{"maxLength":255,"type":"string","description":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters","example":"We never open on bank holidays"},"openingHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"specialOpeningHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-29\",\n\"closed\": true\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-30\",\n\"from1\": \"11:00\",\n\"to1\": \"14:00\",\n\"from2\": \"16:00\",\n\"to2\": \"20:00\"\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"openNow":{"type":"boolean","description":"Used for store finder. Boolean indicating whether the location is currently open"},"keywords":{"type":"array","description":"Keywords describing the location's activity","items":{"type":"string"}},"labels":{"uniqueItems":true,"type":"array","description":"Labels grouping similar locations","example":"['Campaign2018', 'EastCoast']","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}},"categories":{"type":"array","description":"Required - A list of category IDs describing the location","items":{"type":"integer","format":"int64"}},"attributes":{"type":"array","description":"The location's Google attributes","items":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the location. One of:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ACTIVE - will be synced and renewed"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"INACTIVE - will not be synced anymore, claims of listings will be released where possible"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CANCELLED - will be synced, will not be renewed. Once endDate is reached, location will switch to INACTIVE"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CLOSED - location has shut down, we'll mark listings as permanently closed or remove listings from the internet where permanently closed status is not supported"},"children":[]}]}]}],"enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"lastSyncStarted":{"type":"string","description":"Output only. Date of the last sync for the location","format":"date-time"},"endDate":{"type":"string","description":"The date the location's contract expires","format":"date-time"},"cancellationDate":{"type":"string","description":"The date when the location was cancelled","format":"date-time"},"dateCreated":{"type":"string","description":"The date and time the location was created","format":"date-time"},"lastUpdated":{"type":"string","description":"Output only. Date of the last changes made to the location","format":"date-time"},"sortableData":{"type":"object","properties":{"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Number of managed online listings","format":"int32"},"visibilityIndex":{"type":"integer","description":"Latest Visibility Index","format":"int32"},"dataPoints":{"type":"integer","description":"Number of datapoints","format":"int32"},"businessId":{"type":"integer","description":"Uberall Identifier of the location's business","format":"int64"},"salesPartnerId":{"type":"integer","description":"Uberall identifier of the SalesPartner","format":"int64"},"profileCompleteness":{"type":"integer","description":"Output only. Number representing completeness of location data, up to 100","format":"int32"},"missingMandatoryFields":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Compile all the fields that are currently missing but mandatory for some directories. They have to be set in the Location object, so that the Listing can be created / updated on the respective platform. List of Strings, e.g. [NAME, ZIP, PHONE]"},"children":[]}]}]}],"example":"[NAME, ZIP, PHONE]","items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"directoriesMissingConnect":{"type":"array","description":"The list of DirectoryType missing connection","items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"listingsInSync":{"type":"integer","description":"number of listings still in sync","format":"int32"},"listingsBeingUpdated":{"type":"integer","description":"Output only. Number of listings still being updated","format":"int32"},"averageRating":{"type":"number","description":"Average rating, e.g.","format":"double"},"suggestionsForFieldsAvailable":{"type":"boolean","description":"Output Only. Boolean that indicates which locations have pending suggestions."}},"description":"A JSON indicating which parameters can be used when sorting a list of locations including this one"},"businessId":{"type":"integer","description":"The id of the business associated with this location","format":"int64"},"socialPostId":{"type":"integer","description":"Social Post Id of the location","format":"int64"},"distance":{"type":"integer","description":"Used for store finder. The distance between the current position and this location","format":"int32"},"photos":{"type":"array","description":"List of Photos","items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"autoSync":{"type":"boolean","description":"When autosync is set to true, information changed for the location in Uberall will automatically be syncronized to all connected listings without the need to explicitly start a sync again after it's been started once."},"skipFacebookPicturesUpdate":{"type":"boolean","description":"When set to true, Uberall will skip publishing any photos to Facebook for this location. This affects both sync checks and updates.","example":true},"suggestionsForFieldsAvailable":{"type":"boolean","description":"true if any suggetions are available"},"features":{"type":"array","description":"Output only. List of features available to the location","items":{"type":"string"}}},"description":"Location search result Model"}}},"description":"The actual response object of the response"}},"components/schemas/LocationSearchResponseWrapper":{"id":"components/schemas/LocationSearchResponseWrapper","kind":"json-schema","title":"LocationSearchResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"count":{"type":"integer","description":"Total count of results","format":"int32","example":100},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the location","format":"int64"},"identifier":{"type":"string","description":"The location identifier based on your internal identification system"},"name":{"type":"string","description":"The location's name"},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"},"sublocality":{"type":"string","description":"Sublocality. Feature flagged and only returned for eligible countries."},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"addressExtra":{"type":"string","description":"An address extra: e.g. building, floor...","example":"building, floor..."},"addressDisplay":{"type":"boolean","description":"If set to false, directories are either not given address details or told not to display them. There are few directories where this is not possible, that hence might not receive data at all."},"zip":{"type":"string","description":"Zip code"},"city":{"type":"string","description":"City"},"province":{"type":"string","description":"Province. Only send when not blank"},"country":{"type":"string","description":"Country. One of AT, CH, DE, ES, UK, FR, IT, NL","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"lat":{"type":"number","description":"The latitude coordinate of the location","format":"double"},"lng":{"type":"number","description":"The longitude coordinate of the location","format":"double"},"locationSyncable":{"type":"boolean","description":"Boolean indicating whether the location has been updated and can be synced"},"phone":{"type":"string","description":"The location's contact phone number"},"fax":{"type":"string","description":"The location fax number"},"cellphone":{"type":"string","description":"A contact mobile phone number"},"website":{"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)"},"email":{"type":"string","description":"A contact email for the location"},"hasFacebook":{"type":"boolean","description":"Boolean indicating whether the location has support Facebook included in its product plan"},"legalIdent":{"type":"string","description":"A legal identifier of the location. SIRET number in France"},"taxNumber":{"type":"string","description":"The tax number of the location. CIF/NIF in Spain"},"descriptionShort":{"type":"string","description":"A short description (up to 200 characters) for the location"},"descriptionLong":{"type":"string","description":"A long description (up to 1000 characters) for the location"},"imprint":{"type":"string","description":"imprint of the location"},"openingHoursNotes":{"maxLength":255,"type":"string","description":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters","example":"We never open on bank holidays"},"openingHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"specialOpeningHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-29\",\n\"closed\": true\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-30\",\n\"from1\": \"11:00\",\n\"to1\": \"14:00\",\n\"from2\": \"16:00\",\n\"to2\": \"20:00\"\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"openNow":{"type":"boolean","description":"Used for store finder. Boolean indicating whether the location is currently open"},"keywords":{"type":"array","description":"Keywords describing the location's activity","items":{"type":"string"}},"labels":{"uniqueItems":true,"type":"array","description":"Labels grouping similar locations","example":"['Campaign2018', 'EastCoast']","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}},"categories":{"type":"array","description":"Required - A list of category IDs describing the location","items":{"type":"integer","format":"int64"}},"attributes":{"type":"array","description":"The location's Google attributes","items":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the location. One of:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ACTIVE - will be synced and renewed"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"INACTIVE - will not be synced anymore, claims of listings will be released where possible"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CANCELLED - will be synced, will not be renewed. Once endDate is reached, location will switch to INACTIVE"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CLOSED - location has shut down, we'll mark listings as permanently closed or remove listings from the internet where permanently closed status is not supported"},"children":[]}]}]}],"enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"lastSyncStarted":{"type":"string","description":"Output only. Date of the last sync for the location","format":"date-time"},"endDate":{"type":"string","description":"The date the location's contract expires","format":"date-time"},"cancellationDate":{"type":"string","description":"The date when the location was cancelled","format":"date-time"},"dateCreated":{"type":"string","description":"The date and time the location was created","format":"date-time"},"lastUpdated":{"type":"string","description":"Output only. Date of the last changes made to the location","format":"date-time"},"sortableData":{"type":"object","properties":{"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Number of managed online listings","format":"int32"},"visibilityIndex":{"type":"integer","description":"Latest Visibility Index","format":"int32"},"dataPoints":{"type":"integer","description":"Number of datapoints","format":"int32"},"businessId":{"type":"integer","description":"Uberall Identifier of the location's business","format":"int64"},"salesPartnerId":{"type":"integer","description":"Uberall identifier of the SalesPartner","format":"int64"},"profileCompleteness":{"type":"integer","description":"Output only. Number representing completeness of location data, up to 100","format":"int32"},"missingMandatoryFields":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Compile all the fields that are currently missing but mandatory for some directories. They have to be set in the Location object, so that the Listing can be created / updated on the respective platform. List of Strings, e.g. [NAME, ZIP, PHONE]"},"children":[]}]}]}],"example":"[NAME, ZIP, PHONE]","items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"directoriesMissingConnect":{"type":"array","description":"The list of DirectoryType missing connection","items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"listingsInSync":{"type":"integer","description":"number of listings still in sync","format":"int32"},"listingsBeingUpdated":{"type":"integer","description":"Output only. Number of listings still being updated","format":"int32"},"averageRating":{"type":"number","description":"Average rating, e.g.","format":"double"},"suggestionsForFieldsAvailable":{"type":"boolean","description":"Output Only. Boolean that indicates which locations have pending suggestions."}},"description":"A JSON indicating which parameters can be used when sorting a list of locations including this one"},"businessId":{"type":"integer","description":"The id of the business associated with this location","format":"int64"},"socialPostId":{"type":"integer","description":"Social Post Id of the location","format":"int64"},"distance":{"type":"integer","description":"Used for store finder. The distance between the current position and this location","format":"int32"},"photos":{"type":"array","description":"List of Photos","items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"autoSync":{"type":"boolean","description":"When autosync is set to true, information changed for the location in Uberall will automatically be syncronized to all connected listings without the need to explicitly start a sync again after it's been started once."},"skipFacebookPicturesUpdate":{"type":"boolean","description":"When set to true, Uberall will skip publishing any photos to Facebook for this location. This affects both sync checks and updates.","example":true},"suggestionsForFieldsAvailable":{"type":"boolean","description":"true if any suggetions are available"},"features":{"type":"array","description":"Output only. List of features available to the location","items":{"type":"string"}}},"description":"Location search result Model"}}},"description":"The actual response object of the response"}}}},"components/schemas/LocationSearchResult":{"id":"components/schemas/LocationSearchResult","kind":"json-schema","title":"LocationSearchResult","data":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the location","format":"int64"},"identifier":{"type":"string","description":"The location identifier based on your internal identification system"},"name":{"type":"string","description":"The location's name"},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"},"sublocality":{"type":"string","description":"Sublocality. Feature flagged and only returned for eligible countries."},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"addressExtra":{"type":"string","description":"An address extra: e.g. building, floor...","example":"building, floor..."},"addressDisplay":{"type":"boolean","description":"If set to false, directories are either not given address details or told not to display them. There are few directories where this is not possible, that hence might not receive data at all."},"zip":{"type":"string","description":"Zip code"},"city":{"type":"string","description":"City"},"province":{"type":"string","description":"Province. Only send when not blank"},"country":{"type":"string","description":"Country. One of AT, CH, DE, ES, UK, FR, IT, NL","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"lat":{"type":"number","description":"The latitude coordinate of the location","format":"double"},"lng":{"type":"number","description":"The longitude coordinate of the location","format":"double"},"locationSyncable":{"type":"boolean","description":"Boolean indicating whether the location has been updated and can be synced"},"phone":{"type":"string","description":"The location's contact phone number"},"fax":{"type":"string","description":"The location fax number"},"cellphone":{"type":"string","description":"A contact mobile phone number"},"website":{"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)"},"email":{"type":"string","description":"A contact email for the location"},"hasFacebook":{"type":"boolean","description":"Boolean indicating whether the location has support Facebook included in its product plan"},"legalIdent":{"type":"string","description":"A legal identifier of the location. SIRET number in France"},"taxNumber":{"type":"string","description":"The tax number of the location. CIF/NIF in Spain"},"descriptionShort":{"type":"string","description":"A short description (up to 200 characters) for the location"},"descriptionLong":{"type":"string","description":"A long description (up to 1000 characters) for the location"},"imprint":{"type":"string","description":"imprint of the location"},"openingHoursNotes":{"maxLength":255,"type":"string","description":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters","example":"We never open on bank holidays"},"openingHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"specialOpeningHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-29\",\n\"closed\": true\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-30\",\n\"from1\": \"11:00\",\n\"to1\": \"14:00\",\n\"from2\": \"16:00\",\n\"to2\": \"20:00\"\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"openNow":{"type":"boolean","description":"Used for store finder. Boolean indicating whether the location is currently open"},"keywords":{"type":"array","description":"Keywords describing the location's activity","items":{"type":"string"}},"labels":{"uniqueItems":true,"type":"array","description":"Labels grouping similar locations","example":"['Campaign2018', 'EastCoast']","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}},"categories":{"type":"array","description":"Required - A list of category IDs describing the location","items":{"type":"integer","format":"int64"}},"attributes":{"type":"array","description":"The location's Google attributes","items":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the location. One of:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ACTIVE - will be synced and renewed"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"INACTIVE - will not be synced anymore, claims of listings will be released where possible"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CANCELLED - will be synced, will not be renewed. Once endDate is reached, location will switch to INACTIVE"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CLOSED - location has shut down, we'll mark listings as permanently closed or remove listings from the internet where permanently closed status is not supported"},"children":[]}]}]}],"enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"lastSyncStarted":{"type":"string","description":"Output only. Date of the last sync for the location","format":"date-time"},"endDate":{"type":"string","description":"The date the location's contract expires","format":"date-time"},"cancellationDate":{"type":"string","description":"The date when the location was cancelled","format":"date-time"},"dateCreated":{"type":"string","description":"The date and time the location was created","format":"date-time"},"lastUpdated":{"type":"string","description":"Output only. Date of the last changes made to the location","format":"date-time"},"sortableData":{"type":"object","properties":{"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Number of managed online listings","format":"int32"},"visibilityIndex":{"type":"integer","description":"Latest Visibility Index","format":"int32"},"dataPoints":{"type":"integer","description":"Number of datapoints","format":"int32"},"businessId":{"type":"integer","description":"Uberall Identifier of the location's business","format":"int64"},"salesPartnerId":{"type":"integer","description":"Uberall identifier of the SalesPartner","format":"int64"},"profileCompleteness":{"type":"integer","description":"Output only. Number representing completeness of location data, up to 100","format":"int32"},"missingMandatoryFields":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Compile all the fields that are currently missing but mandatory for some directories. They have to be set in the Location object, so that the Listing can be created / updated on the respective platform. List of Strings, e.g. [NAME, ZIP, PHONE]"},"children":[]}]}]}],"example":"[NAME, ZIP, PHONE]","items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"directoriesMissingConnect":{"type":"array","description":"The list of DirectoryType missing connection","items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"listingsInSync":{"type":"integer","description":"number of listings still in sync","format":"int32"},"listingsBeingUpdated":{"type":"integer","description":"Output only. Number of listings still being updated","format":"int32"},"averageRating":{"type":"number","description":"Average rating, e.g.","format":"double"},"suggestionsForFieldsAvailable":{"type":"boolean","description":"Output Only. Boolean that indicates which locations have pending suggestions."}},"description":"A JSON indicating which parameters can be used when sorting a list of locations including this one"},"businessId":{"type":"integer","description":"The id of the business associated with this location","format":"int64"},"socialPostId":{"type":"integer","description":"Social Post Id of the location","format":"int64"},"distance":{"type":"integer","description":"Used for store finder. The distance between the current position and this location","format":"int32"},"photos":{"type":"array","description":"List of Photos","items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"autoSync":{"type":"boolean","description":"When autosync is set to true, information changed for the location in Uberall will automatically be syncronized to all connected listings without the need to explicitly start a sync again after it's been started once."},"skipFacebookPicturesUpdate":{"type":"boolean","description":"When set to true, Uberall will skip publishing any photos to Facebook for this location. This affects both sync checks and updates.","example":true},"suggestionsForFieldsAvailable":{"type":"boolean","description":"true if any suggetions are available"},"features":{"type":"array","description":"Output only. List of features available to the location","items":{"type":"string"}}},"description":"Location search result Model"}},"components/schemas/LocationStatisticsResponse":{"id":"components/schemas/LocationStatisticsResponse","kind":"json-schema","title":"LocationStatisticsResponse","data":{"type":"object","properties":{"count":{"type":"integer","description":"Total number of locations","format":"int32"},"countActive":{"type":"integer","description":"Number of active locations","format":"int32"},"countInactive":{"type":"integer","description":"Number of inactive locations","format":"int32"},"countCancelled":{"type":"integer","description":"Number of cancelled locations","format":"int32"},"countClosed":{"type":"integer","description":"Number of closed locations","format":"int32"},"countSyncStarted":{"type":"integer","description":"Number of locations where sync has been started","format":"int32"},"countSyncNotStarted":{"type":"integer","description":"Number of locations where sync has not been started","format":"int32"},"countSyncNeeded":{"type":"integer","description":"Number of locations where sync is needed","format":"int32"},"suggestionsAvailable":{"type":"boolean","description":"true if any suggetions are available"}},"description":"Location statistics response model"}},"components/schemas/LocationTemporarilyClosed":{"id":"components/schemas/LocationTemporarilyClosed","kind":"json-schema","title":"LocationTemporarilyClosed","data":{"required":["temporarilyClosed"],"type":"object","properties":{"temporarilyClosed":{"type":"boolean","description":"Locations must have either TRUE or FALSE for this field to indicate if they are temporarily closed (TRUE) or not (FALSE)."},"reopenDate":{"type":"string","description":"Set a re-open date for a temporarily closed location (Format: YYYY-MM-DD). The location will re-open at 12:01am local time. Leave null if the re-open date is unknown."}},"description":"Location Temporarily Closed","nullable":true}},"components/schemas/LocationTransactionLink":{"id":"components/schemas/LocationTransactionLink","kind":"json-schema","title":"LocationTransactionLink","data":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"components/schemas/LocationTranslation":{"id":"components/schemas/LocationTranslation","kind":"json-schema","title":"LocationTranslation","data":{"type":"object","properties":{"field":{"type":"string","description":"Identifies which location field a translation applies to.\n        Use the property name (shown in parentheses) as the key in the translations request map.","enum":["NAME","DESCRIPTION_SHORT","DESCRIPTION_LONG","CALL_TO_ACTIONS","SERVICES","KEYWORDS","OPENINGHOURS_NOTES"]},"locale":{"type":"object","description":"The locale/language code for this translation","example":"de"}},"description":"A translation for a specific location field in a specific language.\n        In GET responses, translations are returned as an array of these objects.\n        In POST/PATCH requests, translations must be provided as a map keyed by locale code\n        (e.g. 'en', 'de') where each value is a map of field property names to translated values."}},"components/schemas/LocationWrapper":{"id":"components/schemas/LocationWrapper","kind":"json-schema","title":"LocationWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"location":{"required":["city","country","name","status","street"],"type":"object","properties":{"id":{"type":"integer","description":"Output only. The uberall unique id for the location","format":"int64"},"openingHours":{"maxItems":14,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"specialOpeningHours":{"maxItems":730,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-29\",\n\"closed\": true\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-30\",\n\"from1\": \"11:00\",\n\"to1\": \"14:00\",\n\"from2\": 16:00\",\n\"to2\": \"20:00\"\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"nullable":true,"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"name":{"maxLength":128,"minLength":1,"type":"string","description":"The location's name","example":"Coffee House Berlin"},"street":{"maxLength":191,"minLength":1,"type":"string","description":"The location's street address","example":"Friedrichstraße"},"streetNo":{"maxLength":255,"type":"string","description":"The location's street number","nullable":true,"example":"45A"},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","nullable":true,"enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"addressExtra":{"maxLength":64,"minLength":1,"type":"string","description":"An address extra: e.g. building, floor...","nullable":true,"example":"Suite 304"},"zip":{"maxLength":32,"minLength":1,"type":"string","description":"Zip code, optional only for some countries.","nullable":true,"example":"10115"},"city":{"maxLength":64,"minLength":1,"type":"string","description":"City","example":"Berlin"},"province":{"maxLength":255,"minLength":1,"type":"string","description":"Province. Only send when not blank","nullable":true,"example":"Berlin"},"country":{"type":"string","description":"Country of the location","example":"DE","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"lat":{"maximum":90,"minimum":-90,"type":"number","description":"The latitude coordinate of the location","format":"double","nullable":true,"example":52.52},"lng":{"maximum":180,"minimum":-180,"type":"number","description":"The longitude coordinate of the location","format":"double","nullable":true,"example":13.405},"addressDisplay":{"type":"boolean","description":"Indicates if the address should be displayed or hidden","example":true,"default":true},"normalizationStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's address-normalization state. On input, only "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NOT_NORMALIZED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NORMALIZATION_SKIPPED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" are accepted;"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"other values are system-managed and assigned automatically as the location moves through the normalization pipeline."},"children":[]}]}]}],"enum":["NOT_NORMALIZED","NORMALIZED","NORMALIZATION_SKIPPED","NORMALIZATION_FAILED"]},"phone":{"maxLength":64,"minLength":1,"type":"string","description":"The location's contact phone number, a valid phone number has to be provided.","nullable":true,"example":"+4912345678"},"fax":{"maxLength":64,"minLength":1,"type":"string","description":"The location fax number","nullable":true,"example":"+4912345678"},"cellphone":{"maxLength":64,"minLength":1,"type":"string","description":"A contact mobile phone number","nullable":true,"example":"+4912345678"},"website":{"maxLength":350,"minLength":1,"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)","nullable":true,"example":"https://www.example.com"},"email":{"maxLength":255,"minLength":1,"type":"string","description":"A contact email for the location","nullable":true,"example":"info@example.com"},"legalIdent":{"maxLength":512,"minLength":1,"type":"string","description":"A legal identifier of the location. SIRET  number in France","nullable":true},"taxNumber":{"maxLength":255,"minLength":1,"type":"string","description":"The tax number of the location. CIF/NIF in Spain","nullable":true},"emailVerification":{"type":"string","description":"The locations verification status","nullable":true,"enum":["UNVERIFIED","VERIFIED"]},"descriptionShort":{"maxLength":200,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A short description - up to 200 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²`´·\"'+¡¿@°€£$] "},"children":[]}]}]}]}],"nullable":true},"descriptionLong":{"maxLength":1000,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A long description - up to 1000 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²³`´·\"'+¡¿@°€^£$] "},"children":[]}]}]}]}],"nullable":true},"imprint":{"maxLength":20000,"type":"string","description":"The imprint of the location","nullable":true},"openingHoursNotes":{"maxLength":255,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+¡¿@°€£\\\\•\\\\^\\\\u0024\\\\u266A]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&\\r\\n\\t_*§²`´·\"'+¡¿@] "},"children":[]}]}]}]}],"nullable":true,"example":"We never open on bank holidays"},"keywords":{"uniqueItems":true,"type":"array","description":"Keywords describing the location's activity","nullable":true,"items":{"type":"string"}},"callToActions":{"type":"array","description":"Calls to action available for the location.\n                    Excess entries are silently truncated, not rejected.","nullable":true,"items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"labels":{"uniqueItems":true,"type":"array","description":"Labels grouping similar locations","nullable":true,"example":"['Campaign2018', 'EastCoast']","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","nullable":true,"items":{"type":"string"}},"paymentOptions":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The payment options accepted at the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To remove a specific option, prefix its value with '-' (e.g. [\"-cash\"] removes the 'cash' option). Sending the full list replaces all options."},"children":[]}]}]}],"nullable":true,"example":["-cash","credit card","invoice"],"items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","nullable":true,"items":{"type":"string"}},"alternativeNames":{"type":"array","description":"Alternative names for the location. Output only for public API.","nullable":true,"readOnly":true,"items":{"type":"string"}},"categories":{"maxItems":10,"type":"array","description":"Required to start location sync  - A list of category IDs describing the location","items":{"type":"integer","format":"int64"}},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the location. One of:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ACTIVE - will be synced and renewed"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"INACTIVE - will not be synced anymore, claims of listings will be released where possible"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CANCELLED - will be synced, will not be renewed. Once endDate is reached, location will switch to INACTIVE"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CLOSED - location has shut down, we'll mark listings as permanently closed or remove listings from the internet where permanently closed status is not supported"},"children":[]}]}]}],"enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"firstSyncStarted":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Date and time when the first sync was started for the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set together with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastSyncStarted"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"; either both fields are populated or both are null."},"children":[]}]}]}],"format":"date-time","nullable":true},"lastSyncStarted":{"type":"string","description":"Output only. Date of the last sync for the location","format":"date-time","nullable":true},"lastSyncCheckEnqueued":{"type":"string","description":"Output only. Date and time when a sync check was last enqueued","format":"date-time","nullable":true},"lastUnwantedCheckEnqueued":{"type":"string","description":"Output only. Date and time when a duplicate check was last enqueued","format":"date-time","nullable":true},"deactivated":{"type":"string","description":"Output only. Date and time when the location was deactivated (status INACTIVE or CLOSED)","format":"date-time","nullable":true},"identifier":{"maxLength":191,"minLength":1,"type":"string","description":"The location identifier based on your internal identification system","nullable":true},"photos":{"type":"array","description":"The location's photos","nullable":true,"items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"translations":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Translations for location fields in different languages."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In GET responses, returned as an array of translation objects (see LocationTranslation schema)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In POST/PATCH requests, provide as a nested map: locale code → field property name → translated value."},"children":[]}]}]}],"nullable":true,"example":{"en":{"name":"English name","descriptionShort":"Short description in English"},"de":{"name":"German name","descriptionShort":"Kurze Beschreibung auf Deutsch"}},"items":{"type":"object","properties":{"field":{"type":"string","description":"Identifies which location field a translation applies to.\n        Use the property name (shown in parentheses) as the key in the translations request map.","enum":["NAME","DESCRIPTION_SHORT","DESCRIPTION_LONG","CALL_TO_ACTIONS","SERVICES","KEYWORDS","OPENINGHOURS_NOTES"]},"locale":{"type":"object","description":"The locale/language code for this translation","example":"de"}},"description":"A translation for a specific location field in a specific language.\n        In GET responses, translations are returned as an array of these objects.\n        In POST/PATCH requests, translations must be provided as a map keyed by locale code\n        (e.g. 'en', 'de') where each value is a map of field property names to translated values."}},"nextBilling":{"type":"string","description":"Output only. Next billing date for the location","format":"date-time","nullable":true},"endDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Subscription/contract end date for this location. When set, indicates the date on which the location's subscription is scheduled to end."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Distinct from "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"cancellationDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (which records when a cancellation was requested). Nullable."},"children":[]}]}]}],"format":"date-time","nullable":true},"cancellationDate":{"type":"string","description":"Output only. Cancellation date for the location","format":"date-time","nullable":true},"dateCreated":{"type":"string","description":"Output only. The date and time the location was created in our database","format":"date-time","nullable":true},"lastUpdated":{"type":"string","description":"Output only. Date of the last changes made to the location. Includes updates by users, API, location cleansing, and duplicate checks","format":"date-time","nullable":true},"autoSync":{"type":"boolean","description":"When autosync is set to true, information changed for the location in Uberall will automatically be syncronized to all connected listings without the need to explicitly start a sync again after it's been started once."},"timezone":{"type":"string","description":"The location's timezone","nullable":true},"openingDate":{"type":"string","description":"The date the location will first open. Must be formatted YYYY-MM-DD","format":"date","nullable":true},"sortableData":{"type":"string","description":"Internal field for sorting and search data optimization.","nullable":true},"wizardStepFinished":{"type":"integer","description":"Output only. Last step finished in the creation wizard.","format":"int32","nullable":true},"suggestions":{"type":"array","description":"Community suggestions for the location","nullable":true,"items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}},"serviceAreas":{"maxItems":20,"type":"array","description":"Service areas available on the location.","nullable":true,"items":{"required":["name","placeId"],"type":"object","properties":{"name":{"type":"string","description":"The name of the service area, e.g. Berlin, Deutschland","example":"Berlin, Deutschland"},"placeId":{"type":"string","description":"A unique place id , e.g. ChIJAVkDPzdOqEcRcDteW0YgIQQ, Place IDs uniquely identify a place in the Google Places database and on Google Maps. Please visit https://developers.google.com/places/place-id for more info","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"}},"description":"The areas where this location offers service, e.g. useful for food delivery"}},"locationConnects":{"type":"array","description":"Connected accounts and directory links","nullable":true,"items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"callTrackingNumbers":{"uniqueItems":true,"type":"array","description":"Add call tracking numbers for distribution to Google, Facebook, and Bing. The call tracking numbers must be different from the location's primary phone number","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"number":{"type":"string","description":"The call tracking number for the select directory -- must be different than the location's primary phone number."}},"description":"Call Tracking Number"}},"utms":{"uniqueItems":true,"type":"array","description":"UTM parameter to be appended to the location's website. Codes can be sent to Google, Facebook, and Bing.","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"transactionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations. Only available for specific business categories.\n\"transactionLinks\" in the API still works for Google, but customers are suggested to move to \"actionLinks\" to support Apple.","deprecated":true,"items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"actionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations.\n                        Only available for specific business categories.","items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"temporarilyClosed":{"required":["temporarilyClosed"],"type":"object","properties":{"temporarilyClosed":{"type":"boolean","description":"Locations must have either TRUE or FALSE for this field to indicate if they are temporarily closed (TRUE) or not (FALSE)."},"reopenDate":{"type":"string","description":"Set a re-open date for a temporarily closed location (Format: YYYY-MM-DD). The location will re-open at 12:01am local time. Leave null if the re-open date is unknown."}},"description":"Set a location to temporarily closed with the ability to set a re-open date. Temporarily closed is best used if a location will be closed for more than seven days. If less than seven days, use special hours to show the location is closed.","nullable":true},"features":{"uniqueItems":true,"type":"array","description":"Output only. List of features available to the location","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"streetAndNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Combined street address and street number as a single string (e.g. \"Main St 42\" or \"42 Main St\" depending on the country's convention)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In responses, this field is always populated from the stored 'street' and 'streetNo' values."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In create/update requests, 'streetAndNumber' can be used as an alternative to sending separate 'street' and 'streetNo' fields — useful when only a combined \"Address Line 1\" value is available."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"When provided, the system attempts to automatically extract the street number from the combined value."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If 'street' or 'streetNo' is also present in the same request, 'streetAndNumber' is ignored."},"children":[]}]}]}]},"needsReview":{"uniqueItems":true,"type":"array","description":"Needs review","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"businessName":{"type":"string"},"nameDescriptor":{"type":"string","description":"An addition to the location's name which gives specific info about the location's address (e.g. Mall level 2 OR Inside Departures). Sent only to FACEBOOK"},"sublocality":{"type":"string"},"evData":{"required":["operator","owner","timezone","updateTime"],"type":"object","properties":{"type":{"type":"string","description":"Type of location of the charging station","enum":["ON_STREET","OTHER","PARKING_GARAGE","PARKING_LOT","UNDERGROUND_GARAGE","ON_DRIVEWAY","ALONG_MOTORWAY","UNKNOWN"]},"owner":{"type":"string","description":"Required - Owner of the location"},"operator":{"type":"string","description":"Required - Operator of the chargepoints of the location"},"subOperator":{"type":"string","description":"Suboperator of the chargepoints of the location"},"timezone":{"type":"string","description":"The time zone of the location"},"isChargingClosed":{"type":"boolean","description":"Indicates if the EVSEs can be used for charging outside the opening hours of the location. E.g. when the parking garage closes its barriers overnight, it will indicate if you still can charge till the next morning"},"updateTime":{"type":"string","description":"Date/time of the last EV data update","format":"date-time"},"supplyEquipments":{"uniqueItems":true,"type":"array","description":"Charging Station information","items":{"required":["uid","updateTime"],"type":"object","properties":{"uid":{"type":"string","description":"Unique ID in the system of the CPO"},"evseId":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Unique id for the outside world. Compliant with “eMI3standard version V1.0”"},"children":[]}]}]}]},"physicalReference":{"type":"string","description":"A number/string printed on the outside of the EVSE for visual identification"},"updateTime":{"type":"string","description":"Date/time of the Equipment's last update","format":"date-time"},"connectors":{"uniqueItems":true,"type":"array","description":"Details on each connector","items":{"required":["amperage","format","identifier","powerType","standard","updateTime","voltage"],"type":"object","properties":{"identifier":{"type":"string","description":"Required - Identifier of the connector within the EVSE created by the CPO. Two connectors may have the same id as long as they do not belong to the same EVSE object."},"standard":{"type":"string","description":"Required - The socket or plug standard of the charging point","enum":["CHADEMO","CHAOJI","DOMESTIC_A","DOMESTIC_B","DOMESTIC_C","DOMESTIC_D","DOMESTIC_E","DOMESTIC_F","DOMESTIC_G","DOMESTIC_H","DOMESTIC_I","DOMESTIC_J","DOMESTIC_K","DOMESTIC_L","DOMESTIC_M","DOMESTIC_N","DOMESTIC_O","GBT_AC","GBT_DC","IEC_60309_2_single_16","IEC_60309_2_three_16","IEC_60309_2_three_32","IEC_60309_2_three_64","IEC_62196_T1","IEC_62196_T1_COMBO","IEC_62196_T2","IEC_62196_T2_COMBO","IEC_62196_T3A","IEC_62196_T3C","NEMA_5_20","NEMA_6_30","NEMA_6_50","NEMA_10_30","NEMA_10_50","NEMA_14_30","NEMA_14_50","PANTOGRAPH_BOTTOM_UP","PANTOGRAPH_TOP_DOWN","TESLA_R","TESLA_S"]},"format":{"type":"string","description":"Required - The format of the connector, whether it is a socket or a plug","enum":["CABLE","SOCKET"]},"powerType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Connector Power Type. Values can be: AC_1_PHASE, AC_3_PHASE, DC"},"children":[]}]}]}],"enum":["AC_1_PHASE","AC_2_PHASE","AC_2_PHASE_SPLIT","AC_3_PHASE","DC"]},"voltage":{"type":"integer","description":"Required - The voltage of the connector","format":"int32"},"amperage":{"type":"integer","description":"Required - The maximum amperage of the connector","format":"int32"},"maxPower":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum electric power that can be delivered by the connector, in Watts (W). In case it is not provided, the API response will use voltage * amperage as a fallback."},"children":[]}]}]}],"format":"int32","nullable":true},"updateTime":{"type":"string","description":"Date/time of the connector's last update","format":"date-time"}},"description":"EV Connector"}},"parkingRestrictions":{"uniqueItems":true,"type":"array","description":"This value, if provided by CPO, represents the restriction to the parking spot for different purposes","items":{"type":"string","enum":["CUSTOMERS","DISABLED","EV_ONLY","MOTORCYCLES","PLUGGED"]}}},"description":"EV Supply Equipment"}}},"description":"A description of the EV Charging station's location. Used to help customers find the station more easily","nullable":true},"doctorComData":{"type":"object","properties":{"npi":{"type":"string","description":"National Provider Id (NPI)"},"hospitals":{"maxItems":10,"type":"array","description":"Hospital affiliations.","items":{"required":["hospitalName"],"type":"object","properties":{"hospitalName":{"maxLength":150,"type":"string","description":"The name of the hospital the provider is affiliated with."},"hospitalCity":{"type":"string","description":"The city the hospital is located in."},"hospitalState":{"type":"string","description":"The state the hospital is located in. This should be the ISO 3166-2 two-character code (e.g. NY)."}},"description":"Doctor.com Hospital Affiliation"}},"educations":{"maxItems":5,"type":"array","description":"List of universities where the provider received their degree(s).","items":{"required":["educationName","educationType"],"type":"object","properties":{"educationName":{"maxLength":255,"type":"string","description":"The name of the educational institution."},"educationType":{"maxLength":50,"type":"string","description":"The type of education degree (e.g. 'Medical Degree')."},"startedYear":{"type":"integer","description":"The year the provider started their education.","format":"int32"},"graduationYear":{"type":"integer","description":"The year the provider graduated from the educational institution. This value must be the current year or earlier.","format":"int32"}},"description":"Doctor.com Education"}},"insurances":{"maxItems":20,"type":"array","description":"Insurance providers and plans accepted by the provider.","items":{"required":["companyName","insurancePlan"],"type":"object","properties":{"companyName":{"maxLength":60,"type":"string","description":"The name of the insurance provider company."},"insurancePlan":{"maxLength":255,"type":"string","description":"The name of the insurance plan."}},"description":"Doctor.com Insurance"}},"credentials":{"maxLength":25,"type":"string","description":"Medical professional's credentials (max character limit: 25)"},"university":{"type":"string","description":"DEPRECATED (Replaced by 'educations').  - The University where the provider received their degree","deprecated":true},"hospitalAffiliations":{"type":"string","description":"DEPRECATED (Replaced by 'hospitals').  - Hospital affiliations","deprecated":true},"insurancesAccepted":{"type":"string","description":"DEPRECATED (Replaced by 'insurances').  - Types of insurance accepted by the provider","deprecated":true},"isProvider":{"type":"boolean","description":"Defines if the listing is for a provider or not"},"practiceName":{"type":"string","description":"Name of the medical practice"},"providerTitle":{"type":"string","description":"Medical professional's title"},"providerFirstname":{"type":"string","description":"Medical professional's first name"},"providerMiddlename":{"type":"string","description":"Medical professional's middle name"},"providerSurname":{"type":"string","description":"Medical professional's surname"},"doctorCategories":{"type":"array","description":"Doctor.com categories","deprecated":true,"items":{"type":"integer","format":"int64"}},"doctorCategoriesDetailed":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the DoctorCom category","format":"int64","example":111},"nuccTaxonomyCode":{"type":"string","description":"NUCC taxonomy code for the sub-specialty","example":"207RI0011X"}},"description":"Doctor.com category associated with the provider"}}},"description":"Description of the provider","nullable":true},"customFields":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"The name of the custom field","example":"foo"},"value":{"type":"string","description":"The value of the custom field","example":"bar"}}}},"businessSyncable":{"type":"boolean"},"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"attributes":{"type":"array","description":"Google attributes","items":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}},"businessId":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ID of the business this location is linked to. Mandatory when creating a location. Sending a different ID than the current businessId when updating will lead to changing the business. This is only possible in case all connected accounts (Facebook, Google, …) are compatible."},"children":[]}]}]}],"format":"int32","example":1234},"cleansingComment":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Cleansing comment by user, set only when cleansingStatus is INVALID_DATA."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Possible Values (ADDRESS_DETAILS_VERIFIED, NAME_ADDRESS_DETAILS_UPDATED, NON_CLOSURE_CONFIRMATION,)"},"children":[]}]}]}],"enum":["ADDRESS_DETAILS_VERIFIED","NAME_ADDRESS_DETAILS_UPDATED","NON_CLOSURE_CONFIRMATION"]},"cleansingInvalidDataReason":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Invalid Cleansing Reason (eg. INCOMPLETE_ADDRESS,ADDRESS_ IS_PO_BOX,ADDRESS_ DOES_NOT_EXIST, LOCATION_IS_CLOSED, INFORMATION_IS_WRONG, LOCATION_IS_MOVED, NON_LATIN_CHARACTERS_ADDRESS, OTHER)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Guide on how to fix invalid data issues - http://ubr.al/fix_invalid_data"},"children":[]}]}]}]},"cleansingStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Current cleansing status for the location. Possible values: NOT_CLEANSED, PENDING, CLEANSED, INVALID_DATA"},"children":[]}]}]}],"enum":["NOT_CLEANSED","PENDING","CLEANSED","INVALID_DATA"]},"contentLists":{"type":"array","description":"The content list IDs (EVENTS, PRODUCTS, MENU, PEOPLE) describing the location","items":{"type":"integer","format":"int32"}},"dataPoints":{"type":"integer","description":"Output only. Number of dataPoints (reviews, photos) left by users at this location","format":"int32"},"listingsBeingUpdated":{"type":"integer","description":"Output only. Number of listings still being updated","format":"int32"},"averageRating":{"type":"number","format":"double"},"listingsInSync":{"type":"integer","description":"Output only. The number of listings in sync","format":"int32"},"mainPhoto":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"The location's main picture"},"missingMandatoryFields":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Compile all the fields that are currently missing but mandatory for some directories. They have to be set in the Location object, so that the Listing can be created / updated on the respective platform. List of Strings, e.g. [NAME, ZIP, PHONE]"},"children":[]}]}]}],"items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"directoriesMissingConnect":{"type":"array","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"linkedToLocationGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the LocationGroup.","format":"int64"},"lastUpdated":{"type":"string","description":"Last updated date of the Location Group","format":"date-time"},"name":{"type":"string","description":"Name of the LocationGroup."},"status":{"type":"string","description":"Status of the Location Group","enum":["ACTIVE","DELETED"]},"creator":{"type":"integer","format":"int64"},"salesPartner":{"type":"integer","format":"int64"},"locationsCount":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the location","format":"int64","example":1},"name":{"type":"string","description":"Name of the location","example":"Location 1"},"status":{"type":"string","description":"Status of the location","example":"ACTIVE","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}}}},"users":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the user","format":"int64","example":1},"email":{"type":"string","description":"Email of the user","example":"jan.didschuneit@uberall.com"},"firstName":{"type":"string","description":"First name of the user","example":"Jan"},"lastName":{"type":"string","description":"Last name of the user","example":"Didschuneit"},"role":{"type":"string","description":"Different roles a user account can have in the system.","example":"ADMIN","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"status":{"type":"string","description":"User Status Enum","example":"VERIFIED","enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]}}}}},"description":"The actual response object of the response"}},"locatedIn":{"uniqueItems":true,"type":"array","description":"Defines the physical containment relationship of this location within another place (e.g. a mall or airport).\nEach entry references an external place by its directory-specific ID and describes whether the location is a department of\nor an independent establishment within that place. At most one entry per directoryType is allowed; currently only GOOGLE is supported.\nRequired fields: placeId (max 1024 chars), relationType. Optional: directoryType.\nPlace details (placeName, placeAddress, coordinates) are resolved automatically from downstream APIs (e.g. Google Places).","items":{"required":["placeId","relationType"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"placeId":{"type":"string","description":"The directory-specific unique identifier of the enclosing place","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"},"relationType":{"type":"string","description":"Whether the location is a department of or an independent establishment within the enclosing place","example":"DEPARTMENT_OF","enum":["DEPARTMENT_OF","INDEPENDENT_ESTABLISHMENT_IN"]},"placeName":{"type":"string","description":"The name of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"placeAddress":{"type":"string","description":"The address of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"lat":{"type":"number","description":"The latitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":52.52},"lng":{"type":"number","description":"The longitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":13.405},"id":{"type":"integer","format":"int64"}},"description":"Represents the physical containment relationship of a location within an enclosing place (e.g. a mall or airport)"}},"directoriesPublishingStatus":{"type":"array","items":{"type":"string"}},"locationSyncable":{"type":"boolean"},"suggestionsForFieldsAvailable":{"type":"boolean"},"moreHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's additional service hours, such as delivery, pickup, happy hours etc. Submitted to Google. e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ONLINE_SERVICE_HOURS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"09:00\",\n        \"to1\": \"18:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 2,\n        \"from1\": \"09:00\",\n        \"to1\": \"13:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ACCESS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"06:00\",\n        \"to1\": \"20:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]"},"children":[]}]}],"items":{"type":"object","properties":{"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}},"description":"The MoreHours type"},"hours":{"type":"array","description":"The MoreHours of the given type","items":{"type":"object","properties":{"dayOfWeek":{"type":"integer","description":"The MoreHours dayOfWeek, represented by a number","format":"int32","example":1},"from":{"type":"string","description":"The MoreHours from as a String","example":"08:00"},"to":{"type":"string","description":"The MoreHours to as a String","example":"18:00"}}}}}}},"lodgingFields":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"value":{"type":"string","description":"The value of the lodging amenity field. Accepted values are 'true' or 'false'","enum":["true","false"]},"id":{"type":"integer","format":"int64"},"externalId":{"type":"string","description":"The Google external id for the lodging amenity.\n                Must match a valid externalId from the LodgingField catalog. Examples include: watercraftRental, turndownService, patio"},"category":{"type":"string","description":"High-level grouping of Lodging Amenity types, such as SERVICES, TRANSPORTATION, FAMILIES, etc. Must match a valid category from the LodgingField catalog."},"displayName":{"type":"string","description":"Output only. Human-readable display name of the amenity.","readOnly":true}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A lodging amenity field for hotel/lodging business categories, submitted to Google."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The [category, externalId] pair must exist in the LodgingField catalog — use the GET available-lodging-fields endpoint to retrieve valid values."},"children":[]}]}]}]}},"profileCompleteness":{"type":"integer","description":"Output only. Number representing completeness of location data, up to 100","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Output only. Number of published listings","format":"int32"},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"videos":{"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"visibilityIndex":{"type":"integer","description":"Output only. The location's latest visibility index","format":"int32"},"skipFacebookPicturesUpdate":{"type":"boolean","description":"When set to true, Uberall will skip publishing any photos to Facebook for this location. This affects both sync checks and updates.","example":true},"businessCountry":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"businessType":{"type":"string","enum":["SMB","ENTERPRISE"]},"contentCollections":{"required":["identifier","name","type"],"type":"object","properties":{"id":{"type":"integer","description":"Collection id","format":"int64"},"identifier":{"type":"string","description":"Mandatory - A unique identifier for the collection"},"name":{"type":"string","description":"Mandatory - Name of the content collection"},"description":{"type":"string","description":"A description of the collection"},"type":{"type":"string","description":"Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"contentLists":{"type":"array","description":"Mandatory - Sections within the content collections","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"locationIds":{"uniqueItems":true,"type":"array","description":"Location Ids that should be associated with this collection","items":{"type":"integer","format":"int64"}},"isReadOnly":{"type":"boolean","description":"Special field for FE indicating if the collection is read-only for the logged in user","example":false},"cuisineType":{"type":"string","description":"Only applicable to Menu content collections - indicates the cuisine the restaurant serves","enum":["AMERICAN","ASIAN","BRAZILIAN","BREAKFAST","BRUNCH","CHICKEN","CHINESE","FAMILY","FAST_FOOD","FRENCH","GREEK","GERMAN","HAMBURGER","INDIAN","INDONESIAN","ITALIAN","JAPANESE","KOREAN","LATIN_AMERICAN","MEDITERRANEAN","MEXICAN","PAKISTANI","PIZZA","SEAFOOD","SPANISH","SUSHI","THAI","TURKISH","VEGETARIAN","VIETNAMESE","OTHER_CUISINE"]},"url":{"type":"string","description":"Applicable to Menu collections only - url to the brand webpage menu"}},"description":"Content Collection"},"locationNeedsReview":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"services":{"type":"array","description":"Services offered at the location. Do not use if Content Collections is enabled. Instead use the Service Item and Collection endpoints","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}}},"description":"Location"}},"description":"The actual response object of the response"}}}},"components/schemas/LodgingField":{"id":"components/schemas/LodgingField","kind":"json-schema","title":"LodgingField","data":{"required":["category","externalId"],"type":"object","properties":{"externalId":{"type":"string","description":"The Google external id for each lodging amenity. Examples include: watercraftRental, turndownService, patio"},"category":{"type":"string","description":"High-level grouping of Lodging Amenity types, such as SERVICES, TRANSPORTATION, FAMILIES, etc"},"displayName":{"type":"string","description":"Amenity name as displayed in the UI, available in DE, EN, FR, ES, JA, and FI"}},"description":"Represents a Google hotel lodging field."}},"components/schemas/LodgingFieldResponseObject":{"id":"components/schemas/LodgingFieldResponseObject","kind":"json-schema","title":"LodgingFieldResponseObject","data":{"type":"object","properties":{"availableLodgingFields":{"type":"array","items":{"required":["category","externalId"],"type":"object","properties":{"externalId":{"type":"string","description":"The Google external id for each lodging amenity. Examples include: watercraftRental, turndownService, patio"},"category":{"type":"string","description":"High-level grouping of Lodging Amenity types, such as SERVICES, TRANSPORTATION, FAMILIES, etc"},"displayName":{"type":"string","description":"Amenity name as displayed in the UI, available in DE, EN, FR, ES, JA, and FI"}},"description":"Represents a Google hotel lodging field."}}},"description":"The actual response object of the response"}},"components/schemas/LodgingFieldResponseWrapper":{"id":"components/schemas/LodgingFieldResponseWrapper","kind":"json-schema","title":"LodgingFieldResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"availableLodgingFields":{"type":"array","items":{"required":["category","externalId"],"type":"object","properties":{"externalId":{"type":"string","description":"The Google external id for each lodging amenity. Examples include: watercraftRental, turndownService, patio"},"category":{"type":"string","description":"High-level grouping of Lodging Amenity types, such as SERVICES, TRANSPORTATION, FAMILIES, etc"},"displayName":{"type":"string","description":"Amenity name as displayed in the UI, available in DE, EN, FR, ES, JA, and FI"}},"description":"Represents a Google hotel lodging field."}}},"description":"The actual response object of the response"}}}},"components/schemas/LoggingEvent":{"id":"components/schemas/LoggingEvent","kind":"json-schema","title":"LoggingEvent","data":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The logging event type. One of LISTING_UPDATE, LISTING_SYNC_CHECK, LISTING_DATAPOINT_CHECK, LISTING_PUBLISHER_UPDATE, LISTING_BLACKLIST, LISTING_REVIEWED, LISTING_STATUS_CHANGE, LISTING_MANUAL, LISTING_SUPPRESS, LISTING_DELETE, LISTING_CANCEL, LISTING_FACEBOOK_PAGE_INVALIDATE, LISTING_FLAGGED, LISTING_LINK_CHANGE, LISTING_REMOVAL_SUPPRESS, LISTING_SUPPRESS_NOT_ALLOWED, LISTING_UPDATE_SPECIAL_OFFER, LISTING_REMOVAL_STATUS_CHECK, LOCATION_BILLING, LOCATION_SYNC_STARTED, LOCATION_PROFILE_CHANGED, LOCATION_SUBSCRIPTION_CHANGED, LOCATION_LISTING_ADDED, LOCATION_VISIBILITY_INDEX_CHANGED, LOCATION_STATUS_CHANGED, LOCATION_PRODUCT_PLAN_CHANGED, LOCATION_NORMALIZATION_STATUS_CHANGED, LOCATION_CREATED, LOCATION_DUPLICATE_LISTING_DETECTION, LOCATION_DUPLICATE_LISTING_CHECK, LOCATION_CHECKOUT, LOCATION_CHECKOUT_FREE, LOCATION_CHECKOUT_UPGRADE, LOCATION_CHECKOUT_SALESPARTNER, USER_PASSWORD_RESET, SALES_PARTNER_SIGNUP, SALES_PARTNER_APPROVAL, SALES_PARTNER_PASSWORD_RESET, SEARCH_DATA_RECHECK_LINK_SHARED, BUSINESS_COMMENT, BUSINESS_INVOICE_CREATED, BUSINESS_INVOICE_RENEWAL_SUCCESS, BUSINESS_INVOICE_RENEWAL_FAIL, BUSINESS_INVOICE_CREATED_FIRST_BASIC, BUSINESS_INVOICE_CREATED_FIRST_PREMIUM, BUSINESS_INVOICE_CREATED_UPGRADE_BASIC, BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM, BUSINESS_INVOICE_CREATED_ANOTHER_BASIC, BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM, BUSINESS_INVOICE_CREATED_RENEWAL, BUSINESS_DIRECTORY_ACCOUNT, BUSINESS_CSV_EXPORT, BUSINESS_UPDATE_PRICE, ADMIN_LOGIN_ALERT"},"children":[]}]}]}]},"source":{"type":"integer","description":"The id of the object the logging event is about","format":"int64"},"dateCreated":{"type":"integer","description":"The date the logging event was created","format":"int64"},"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"payload":{"type":"object","properties":{"status":{"type":"string","description":"The status","enum":["FAILURE","SUCCESS","UNDEFINED"]},"actor":{"type":"string","description":"The actor who initiated the event","enum":["ADMIN","USER","SYNC_CHECKER","DATA_POINT_CHECKER","UPDATER","JOB"]},"server":{"type":"string","description":"The server"},"data":{"type":"object","properties":{"userEmail":{"type":"string"},"updatedHistory":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"string"}},"newPaymentOptions":{"type":"array","items":{"type":"string"}},"newAttributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"photos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"utms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"newName":{"type":"string"},"newPhotos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"paymentOptions":{"type":"array","items":{"type":"string"}},"newWebsite":{"type":"string"},"name":{"type":"string"},"newUtms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"openingHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"newCallTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"newLanguages":{"type":"array","items":{"type":"string"}},"newOpeningHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"callTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"streetType":{"type":"string"},"street":{"type":"string"},"newStreet":{"type":"string"},"newLat":{"type":"integer","format":"int64"},"newLng":{"type":"integer","format":"int64"},"lat":{"type":"integer","format":"int64"},"lng":{"type":"integer","format":"int64"}}}},"description":"The data associated with the event"}},"description":"A JSON containing detailed information about the logging event"},"uuid":{"type":"string","description":"The uuid"},"id":{"type":"integer","description":"The uberall unique id for the logging event","format":"int64"}},"description":"LoggingEvent Model"}},"components/schemas/LoggingEventPayloadAttributesObject":{"id":"components/schemas/LoggingEventPayloadAttributesObject","kind":"json-schema","title":"LoggingEventPayloadAttributesObject","data":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"components/schemas/LoggingEventPayloadDataObject":{"id":"components/schemas/LoggingEventPayloadDataObject","kind":"json-schema","title":"LoggingEventPayloadDataObject","data":{"type":"object","properties":{"userEmail":{"type":"string"},"updatedHistory":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"string"}},"newPaymentOptions":{"type":"array","items":{"type":"string"}},"newAttributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"photos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"utms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"newName":{"type":"string"},"newPhotos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"paymentOptions":{"type":"array","items":{"type":"string"}},"newWebsite":{"type":"string"},"name":{"type":"string"},"newUtms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"openingHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"newCallTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"newLanguages":{"type":"array","items":{"type":"string"}},"newOpeningHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"callTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"streetType":{"type":"string"},"street":{"type":"string"},"newStreet":{"type":"string"},"newLat":{"type":"integer","format":"int64"},"newLng":{"type":"integer","format":"int64"},"lat":{"type":"integer","format":"int64"},"lng":{"type":"integer","format":"int64"}}}},"description":"The data associated with the event"}},"components/schemas/LoggingEventPayloadDataUpdateHistoryObject":{"id":"components/schemas/LoggingEventPayloadDataUpdateHistoryObject","kind":"json-schema","title":"LoggingEventPayloadDataUpdateHistoryObject","data":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"string"}},"newPaymentOptions":{"type":"array","items":{"type":"string"}},"newAttributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"photos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"utms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"newName":{"type":"string"},"newPhotos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"paymentOptions":{"type":"array","items":{"type":"string"}},"newWebsite":{"type":"string"},"name":{"type":"string"},"newUtms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"openingHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"newCallTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"newLanguages":{"type":"array","items":{"type":"string"}},"newOpeningHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"callTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"streetType":{"type":"string"},"street":{"type":"string"},"newStreet":{"type":"string"},"newLat":{"type":"integer","format":"int64"},"newLng":{"type":"integer","format":"int64"},"lat":{"type":"integer","format":"int64"},"lng":{"type":"integer","format":"int64"}}}},"components/schemas/LoggingEventPayloadObject":{"id":"components/schemas/LoggingEventPayloadObject","kind":"json-schema","title":"LoggingEventPayloadObject","data":{"type":"object","properties":{"status":{"type":"string","description":"The status","enum":["FAILURE","SUCCESS","UNDEFINED"]},"actor":{"type":"string","description":"The actor who initiated the event","enum":["ADMIN","USER","SYNC_CHECKER","DATA_POINT_CHECKER","UPDATER","JOB"]},"server":{"type":"string","description":"The server"},"data":{"type":"object","properties":{"userEmail":{"type":"string"},"updatedHistory":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"string"}},"newPaymentOptions":{"type":"array","items":{"type":"string"}},"newAttributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"photos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"utms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"newName":{"type":"string"},"newPhotos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"paymentOptions":{"type":"array","items":{"type":"string"}},"newWebsite":{"type":"string"},"name":{"type":"string"},"newUtms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"openingHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"newCallTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"newLanguages":{"type":"array","items":{"type":"string"}},"newOpeningHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"callTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"streetType":{"type":"string"},"street":{"type":"string"},"newStreet":{"type":"string"},"newLat":{"type":"integer","format":"int64"},"newLng":{"type":"integer","format":"int64"},"lat":{"type":"integer","format":"int64"},"lng":{"type":"integer","format":"int64"}}}},"description":"The data associated with the event"}},"description":"A JSON containing detailed information about the logging event"}},"components/schemas/LoggingEventPayloadOpeningHoursObject":{"id":"components/schemas/LoggingEventPayloadOpeningHoursObject","kind":"json-schema","title":"LoggingEventPayloadOpeningHoursObject","data":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"components/schemas/LoggingEventPayloadPhotoObject":{"id":"components/schemas/LoggingEventPayloadPhotoObject","kind":"json-schema","title":"LoggingEventPayloadPhotoObject","data":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"components/schemas/LoginCommand":{"id":"components/schemas/LoginCommand","kind":"json-schema","title":"LoginCommand","data":{"type":"object","properties":{"userId":{"type":"integer","description":"UserId (email or userId is required)","format":"int64"},"email":{"type":"string","description":"User email (email or userId is required)"},"password":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"User Password (password or private_key is required)"},"children":[]}]}]}]},"private_key":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Private key (password or private_key is required)"},"children":[]}]}]}],"example":"access_token"}},"description":"Login Command"}},"components/schemas/LoginResponse":{"id":"components/schemas/LoginResponse","kind":"json-schema","title":"LoginResponse","data":{"type":"object","properties":{"access_token":{"type":"string","description":"Access Token"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"User access_token"},"children":[]}]}]}]}},"components/schemas/LoginResponseWrapper":{"id":"components/schemas/LoginResponseWrapper","kind":"json-schema","title":"LoginResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"access_token":{"type":"string","description":"Access Token"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"User access_token"},"children":[]}]}]}]}}}},"components/schemas/LogoDetails":{"id":"components/schemas/LogoDetails","kind":"json-schema","title":"LogoDetails","data":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"components/schemas/LogoutResponse":{"id":"components/schemas/LogoutResponse","kind":"json-schema","title":"LogoutResponse","data":{"type":"object","properties":{"success":{"type":"boolean","description":"True if logout was successful","example":true},"redirectUrl":{"type":"string","description":"The URL that a user is redirected to when logging out","example":"http://example.com/redirect"}},"description":"Details about the LogoutResponse"}},"components/schemas/LogoutResponseWrapper":{"id":"components/schemas/LogoutResponseWrapper","kind":"json-schema","title":"LogoutResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"success":{"type":"boolean","description":"True if logout was successful","example":true},"redirectUrl":{"type":"string","description":"The URL that a user is redirected to when logging out","example":"http://example.com/redirect"}},"description":"Details about the LogoutResponse"}}}},"components/schemas/MenuItem":{"id":"components/schemas/MenuItem","kind":"json-schema","title":"MenuItem","data":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}},"components/schemas/MenuItemResponseObject":{"id":"components/schemas/MenuItemResponseObject","kind":"json-schema","title":"MenuItemResponseObject","data":{"type":"object","properties":{"menuItem":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}},"description":"The actual response object of the response"}},"components/schemas/MenuItemResponseWrapper":{"id":"components/schemas/MenuItemResponseWrapper","kind":"json-schema","title":"MenuItemResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"menuItem":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}},"description":"The actual response object of the response"}}}},"components/schemas/MenuItemSearchResponseObject":{"id":"components/schemas/MenuItemSearchResponseObject","kind":"json-schema","title":"MenuItemSearchResponseObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"total":{"type":"integer","description":"Total count of results","format":"int32","example":100},"menuItems":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"The actual response object of the response"}},"components/schemas/MenuItemSearchResponseWrapper":{"id":"components/schemas/MenuItemSearchResponseWrapper","kind":"json-schema","title":"MenuItemSearchResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"total":{"type":"integer","description":"Total count of results","format":"int32","example":100},"menuItems":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"The actual response object of the response"}}}},"components/schemas/MoreHours":{"id":"components/schemas/MoreHours","kind":"json-schema","title":"MoreHours","data":{"type":"object"}},"components/schemas/MoreHoursObject":{"id":"components/schemas/MoreHoursObject","kind":"json-schema","title":"MoreHoursObject","data":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"hoursTypeId":{"type":"string","description":"The hours type id","example":"ACCESS"},"displayName":{"type":"string","description":"The display name","example":"Zugang"}}}}},"description":"The actual response object of the response"}},"components/schemas/MoreHoursResponse":{"id":"components/schemas/MoreHoursResponse","kind":"json-schema","title":"MoreHoursResponse","data":{"type":"object","properties":{"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}},"description":"The MoreHours type"},"hours":{"type":"array","description":"The MoreHours of the given type","items":{"type":"object","properties":{"dayOfWeek":{"type":"integer","description":"The MoreHours dayOfWeek, represented by a number","format":"int32","example":1},"from":{"type":"string","description":"The MoreHours from as a String","example":"08:00"},"to":{"type":"string","description":"The MoreHours to as a String","example":"18:00"}}}}}}},"components/schemas/MoreHoursResultsDetails":{"id":"components/schemas/MoreHoursResultsDetails","kind":"json-schema","title":"MoreHoursResultsDetails","data":{"type":"object","properties":{"hoursTypeId":{"type":"string","description":"The hours type id","example":"ACCESS"},"displayName":{"type":"string","description":"The display name","example":"Zugang"}}}},"components/schemas/MoreHoursType":{"id":"components/schemas/MoreHoursType","kind":"json-schema","title":"MoreHoursType","data":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}},"description":"The MoreHours type"}},"components/schemas/MoreHoursWrapper":{"id":"components/schemas/MoreHoursWrapper","kind":"json-schema","title":"MoreHoursWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"hoursTypeId":{"type":"string","description":"The hours type id","example":"ACCESS"},"displayName":{"type":"string","description":"The display name","example":"Zugang"}}}}},"description":"The actual response object of the response"}}}},"components/schemas/MultiFactorAuthentication":{"id":"components/schemas/MultiFactorAuthentication","kind":"json-schema","title":"MultiFactorAuthentication","data":{"type":"object","properties":{"email":{"type":"string","description":"Email"},"type":{"type":"string","description":"Multi factor authentication type","enum":["EMAIL"]},"id":{"type":"integer","format":"int64"}},"description":"Multi Factor Authentication Model"}},"components/schemas/NeedsReview":{"id":"components/schemas/NeedsReview","kind":"json-schema","title":"NeedsReview","data":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"components/schemas/NextOpen":{"id":"components/schemas/NextOpen","kind":"json-schema","title":"NextOpen","data":{"type":"object","properties":{"date":{"type":"string","description":"date when the location will be opened; for example \"2018-11-16\" (string) (this parameter is used only if closedNow true and neverOpens false)","format":"date","example":"2018-11-16"},"dayOfWeek":{"type":"string","description":"day of week when the location will be opened; format like OpeningHours: 1 for Monday, 2 for Tuesday, etc (this parameter is used only if closedNow true and neverOpens false)","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]},"hour":{"type":"integer","description":"defines at which time at the date \"date\" the location will be open; for example: \"13:00\" (this parameter is used only if closedNow true and neverOpens false)","format":"int32"},"closedNow":{"type":"boolean","description":"true if the location is closed now; otherwise false"},"neverOpens":{"type":"boolean","description":"true if the location will never open again; otherwise false (this parameter is used only if closedNow true)"}},"description":"Next Open Model"}},"components/schemas/OAuthToken":{"id":"components/schemas/OAuthToken","kind":"json-schema","title":"OAuthToken","data":{"type":"object","description":"OAuth token for the page"}},"components/schemas/OpeningHours":{"id":"components/schemas/OpeningHours","kind":"json-schema","title":"OpeningHours","data":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"components/schemas/OpeningHoursLocationObject":{"id":"components/schemas/OpeningHoursLocationObject","kind":"json-schema","title":"OpeningHoursLocationObject","data":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}}},"components/schemas/PageConnectionStatus":{"id":"components/schemas/PageConnectionStatus","kind":"json-schema","title":"PageConnectionStatus","data":{"type":"object","description":"Status of the page connection"}},"components/schemas/PageMetrics":{"id":"components/schemas/PageMetrics","kind":"json-schema","title":"PageMetrics","data":{"type":"object","description":"Page performance metrics"}},"components/schemas/Person":{"id":"components/schemas/Person","kind":"json-schema","title":"Person","data":{"required":["name","title"],"type":"object","properties":{"title":{"type":"string","description":"The person's title: e.g. 'Store manager'"},"description":{"type":"string","description":"Description for the person: e.g. 'Responsible for the day-to-day operations of the store'"},"identifier":{"type":"string","description":"Unique Identifier for the Person"},"listName":{"type":"string","description":"Name of the section this person belongs to"},"id":{"type":"integer","description":"The uberall unique id for the person","format":"int64"},"name":{"type":"string","description":"The person's full name"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the person (use the Image object format)"},"url":{"type":"string","description":"A valid url of a page with more details about the person"}},"description":"Person"}},"components/schemas/PersonResponseObject":{"id":"components/schemas/PersonResponseObject","kind":"json-schema","title":"PersonResponseObject","data":{"type":"object","properties":{"person":{"required":["name","title"],"type":"object","properties":{"title":{"type":"string","description":"The person's title: e.g. 'Store manager'"},"description":{"type":"string","description":"Description for the person: e.g. 'Responsible for the day-to-day operations of the store'"},"identifier":{"type":"string","description":"Unique Identifier for the Person"},"listName":{"type":"string","description":"Name of the section this person belongs to"},"id":{"type":"integer","description":"The uberall unique id for the person","format":"int64"},"name":{"type":"string","description":"The person's full name"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the person (use the Image object format)"},"url":{"type":"string","description":"A valid url of a page with more details about the person"}},"description":"Person"}},"description":"The actual response object of the response"}},"components/schemas/PersonResponseWrapper":{"id":"components/schemas/PersonResponseWrapper","kind":"json-schema","title":"PersonResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"person":{"required":["name","title"],"type":"object","properties":{"title":{"type":"string","description":"The person's title: e.g. 'Store manager'"},"description":{"type":"string","description":"Description for the person: e.g. 'Responsible for the day-to-day operations of the store'"},"identifier":{"type":"string","description":"Unique Identifier for the Person"},"listName":{"type":"string","description":"Name of the section this person belongs to"},"id":{"type":"integer","description":"The uberall unique id for the person","format":"int64"},"name":{"type":"string","description":"The person's full name"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the person (use the Image object format)"},"url":{"type":"string","description":"A valid url of a page with more details about the person"}},"description":"Person"}},"description":"The actual response object of the response"}}}},"components/schemas/PersonSearchResponseObject":{"id":"components/schemas/PersonSearchResponseObject","kind":"json-schema","title":"PersonSearchResponseObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"total":{"type":"integer","description":"Total count of results","format":"int32","example":100},"persons":{"type":"array","items":{"required":["name","title"],"type":"object","properties":{"title":{"type":"string","description":"The person's title: e.g. 'Store manager'"},"description":{"type":"string","description":"Description for the person: e.g. 'Responsible for the day-to-day operations of the store'"},"identifier":{"type":"string","description":"Unique Identifier for the Person"},"listName":{"type":"string","description":"Name of the section this person belongs to"},"id":{"type":"integer","description":"The uberall unique id for the person","format":"int64"},"name":{"type":"string","description":"The person's full name"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the person (use the Image object format)"},"url":{"type":"string","description":"A valid url of a page with more details about the person"}},"description":"Person"}}},"description":"The actual response object of the response"}},"components/schemas/PersonSearchResponseWrapper":{"id":"components/schemas/PersonSearchResponseWrapper","kind":"json-schema","title":"PersonSearchResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"total":{"type":"integer","description":"Total count of results","format":"int32","example":100},"persons":{"type":"array","items":{"required":["name","title"],"type":"object","properties":{"title":{"type":"string","description":"The person's title: e.g. 'Store manager'"},"description":{"type":"string","description":"Description for the person: e.g. 'Responsible for the day-to-day operations of the store'"},"identifier":{"type":"string","description":"Unique Identifier for the Person"},"listName":{"type":"string","description":"Name of the section this person belongs to"},"id":{"type":"integer","description":"The uberall unique id for the person","format":"int64"},"name":{"type":"string","description":"The person's full name"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the person (use the Image object format)"},"url":{"type":"string","description":"A valid url of a page with more details about the person"}},"description":"Person"}}},"description":"The actual response object of the response"}}}},"components/schemas/PhotoConstraints":{"id":"components/schemas/PhotoConstraints","kind":"json-schema","title":"PhotoConstraints","data":{"type":"object","properties":{"minSize":{"type":"integer","description":"Minimum size","format":"int32"},"maxSize":{"type":"integer","description":"Maximum size","format":"int32"},"minWidth":{"type":"integer","description":"Minimum width","format":"int32"},"maxWidth":{"type":"integer","description":"Maximum width","format":"int32"},"minHeight":{"type":"integer","description":"Minimum height","format":"int32"},"maxHeight":{"type":"integer","description":"Maximum height","format":"int32"},"maxNumber":{"type":"integer","description":"Maximum number","format":"int32"},"supportedTypes":{"type":"array","description":"Supported image types","items":{"type":"string","example":"image/jpeg","enum":["JPG","PNG","GIF","BMP","JPEG"]}},"ratio":{"type":"string","description":"Aspect ratio","enum":["1:1","16:9","20:13"]}},"description":"Photo Constraints Model"}},"components/schemas/PhotoConstraintsResponseObject":{"id":"components/schemas/PhotoConstraintsResponseObject","kind":"json-schema","title":"PhotoConstraintsResponseObject","data":{"type":"object","properties":{"photoConstraints":{"type":"object","properties":{"photoType":{"type":"object","properties":{"minSize":{"type":"integer","description":"Minimum size","format":"int32"},"maxSize":{"type":"integer","description":"Maximum size","format":"int32"},"minWidth":{"type":"integer","description":"Minimum width","format":"int32"},"maxWidth":{"type":"integer","description":"Maximum width","format":"int32"},"minHeight":{"type":"integer","description":"Minimum height","format":"int32"},"maxHeight":{"type":"integer","description":"Maximum height","format":"int32"},"maxNumber":{"type":"integer","description":"Maximum number","format":"int32"},"supportedTypes":{"type":"array","description":"Supported image types","items":{"type":"string","example":"image/jpeg","enum":["JPG","PNG","GIF","BMP","JPEG"]}},"ratio":{"type":"string","description":"Aspect ratio","enum":["1:1","16:9","20:13"]}},"description":"Photo Constraints Model"}},"description":"Map of photo constraints by type","example":{"LOGO":{"minSize":10000,"maxSize":52428800,"minWidth":250,"maxWidth":6000,"maxHeight":6000,"minHeight":250,"maxNumber":1,"ratio":null,"supportedTypes":["image/jpeg","image/png"]}}}},"description":"The actual response object of the response"}},"components/schemas/PhotoConstraintsResponseWrapper":{"id":"components/schemas/PhotoConstraintsResponseWrapper","kind":"json-schema","title":"PhotoConstraintsResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"photoConstraints":{"type":"object","properties":{"photoType":{"type":"object","properties":{"minSize":{"type":"integer","description":"Minimum size","format":"int32"},"maxSize":{"type":"integer","description":"Maximum size","format":"int32"},"minWidth":{"type":"integer","description":"Minimum width","format":"int32"},"maxWidth":{"type":"integer","description":"Maximum width","format":"int32"},"minHeight":{"type":"integer","description":"Minimum height","format":"int32"},"maxHeight":{"type":"integer","description":"Maximum height","format":"int32"},"maxNumber":{"type":"integer","description":"Maximum number","format":"int32"},"supportedTypes":{"type":"array","description":"Supported image types","items":{"type":"string","example":"image/jpeg","enum":["JPG","PNG","GIF","BMP","JPEG"]}},"ratio":{"type":"string","description":"Aspect ratio","enum":["1:1","16:9","20:13"]}},"description":"Photo Constraints Model"}},"description":"Map of photo constraints by type","example":{"LOGO":{"minSize":10000,"maxSize":52428800,"minWidth":250,"maxWidth":6000,"maxHeight":6000,"minHeight":250,"maxNumber":1,"ratio":null,"supportedTypes":["image/jpeg","image/png"]}}}},"description":"The actual response object of the response"}}}},"components/schemas/PhotoContainer":{"id":"components/schemas/PhotoContainer","kind":"json-schema","title":"PhotoContainer","data":{"type":"object","properties":{"photo":{"type":"object","description":"Placeholder to represent photo for a social post which can either be a base64 encoded string or a S3 link for image"},"description":{"type":"string","description":"Description for the social post photo"},"redirectUrl":{"type":"string","description":"The URL that a user is redirected to when clicking the photo"}},"description":"Photo Container Model"}},"components/schemas/PostcodesResponse":{"id":"components/schemas/PostcodesResponse","kind":"json-schema","title":"PostcodesResponse","data":{"type":"object","properties":{"postcodes":{"type":"array","items":{"type":"string"}}},"description":"Response object containing a list of postcodes"}},"components/schemas/PostcodesResponseWrapper":{"id":"components/schemas/PostcodesResponseWrapper","kind":"json-schema","title":"PostcodesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"postcodes":{"type":"array","items":{"type":"string"}}},"description":"Response object containing a list of postcodes"}}}},"components/schemas/PricePerCountry":{"id":"components/schemas/PricePerCountry","kind":"json-schema","title":"PricePerCountry","data":{"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price for the country in cents: e.g. 1500 for 15 €"},"children":[]}]}]}],"format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32","example":99},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Price per country Model"}},"components/schemas/PricePerCountryResponse":{"id":"components/schemas/PricePerCountryResponse","kind":"json-schema","title":"PricePerCountryResponse","data":{"type":"object","properties":{"country":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","format":"int32"},"priceSetup":{"type":"integer","format":"int32"},"marketDevelopmentFunds":{"type":"integer","format":"int32"},"currency":{"type":"string"}},"description":"Price per country response model"}},"components/schemas/Product":{"id":"components/schemas/Product","kind":"json-schema","title":"Product","data":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"The name of the product: e.g. Strong Coffee"},"description":{"type":"string","description":"Description of the product: e.g. 'The strongest coffee in the world'"},"identifier":{"type":"string","description":"Unique Identifier for the Product"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the product","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the product in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"object","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF"},"category":{"type":"string","description":"A category the product belongs to: e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video about the product"},"unit":{"type":"string","description":"A unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"A valid page url with more details about the product"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the product","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the product (use the Image object format)"}},"description":"Product Model"}},"components/schemas/ProductObject":{"id":"components/schemas/ProductObject","kind":"json-schema","title":"ProductObject","data":{"type":"object","description":"The actual response object of the response"}},"components/schemas/ProductPlan":{"id":"components/schemas/ProductPlan","kind":"json-schema","title":"ProductPlan","data":{"required":["duration","name"],"type":"object","properties":{"defaultPlan":{"type":"boolean","description":"True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently."},"description":{"type":"string","description":"Description of the plan"},"identifier":{"type":"string","description":"The Product Plan identifier based on your internal identification system"},"name":{"type":"string","description":"The name of the product plan"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"One among PENDING_APPROVAL, ACTIVE, INACTIVE"},"children":[]}]}]}],"enum":["ACTIVE","INACTIVE","PENDING_APPROVAL","DELETED"]},"automationDirectories":{"uniqueItems":true,"type":"array","description":"List of directories supported by this plan","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"billingPeriod":{"type":"integer","description":"Period in months for which the location is billed","format":"int32"},"countryPrices":{"uniqueItems":true,"type":"array","description":"List of country specific prices","items":{"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price for the country in cents: e.g. 1500 for 15 €"},"children":[]}]}]}],"format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32","example":99},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Price per country Model"}},"defaultMarketDevelopmentFunds":{"type":"integer","description":"Default Market Development Funds","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPrice":{"type":"integer","description":"Mandatory if countryPrices is not populated. Define a global price for the Product Plan that gets applied for all countries","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Set-up price per location in cent","format":"int32"},"duration":{"type":"integer","description":"Duration of the Product Plan in months","format":"int32"},"features":{"uniqueItems":true,"type":"array","description":"List of features supported by this plan","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"initialBillingPeriod":{"type":"integer","description":"Initial Billing Period","format":"int32"},"initialDuration":{"type":"integer","description":"Initial Duration","format":"int32"}},"description":"Product Plan Model"}},"components/schemas/ProductPlanCopyRequestBody":{"id":"components/schemas/ProductPlanCopyRequestBody","kind":"json-schema","title":"ProductPlanCopyRequestBody","data":{"required":["name","productPlanId"],"type":"object","properties":{"productPlanId":{"type":"integer","description":"Id of the existing ACTIVE Product Plan to copy from","format":"int64"},"name":{"type":"string","description":"Name of the new Product Plan"},"description":{"type":"string","description":"Description of the new Product Plan"},"features":{"minItems":1,"type":"array","description":"Features for the new Product Plan. Must be a non-empty subset of the source Product Plan features.","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"automationDirectories":{"minItems":1,"type":"array","description":"Automation directories for the new Product Plan. Must be a non-empty subset of the source Product Plan automationDirectories.","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"salesPartnerId":{"type":"integer","description":"Optional. Sales Partner id to own the new Product Plan. Defaults to the calling user's Sales Partner. If provided,\n                                 must be the caller's Sales Partner or one of its child Sales Partners.","format":"int64"}}}},"components/schemas/ProductPlanCountryPriceResponse":{"id":"components/schemas/ProductPlanCountryPriceResponse","kind":"json-schema","title":"ProductPlanCountryPriceResponse","data":{"required":["country","price"],"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":"Price for the specific Country","format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32"},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Product Plan Country Price Response Model"}},"components/schemas/ProductPlanListResponseObject":{"id":"components/schemas/ProductPlanListResponseObject","kind":"json-schema","title":"ProductPlanListResponseObject","data":{"type":"object","properties":{"plans":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id","format":"int64"},"name":{"type":"string","description":"The name of the product plan"},"salesPartnerId":{"type":"integer","description":"Sales Partner of the Product Plan","format":"int64"},"features":{"uniqueItems":true,"type":"array","description":"List of features supported by this plan","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"updatedDirectories":{"uniqueItems":true,"type":"array","description":"List of directories supported by this plan","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countryPrice":{"type":"array","description":"Prices per location for each supported country","items":{"required":["country","price"],"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":"Price for the specific Country","format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32"},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Product Plan Country Price Response Model"}},"currency":{"type":"string","description":"The abbreviation of the currency the product plan is charged in."},"defaultPlan":{"type":"boolean","description":"True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently."},"identifier":{"type":"string","description":"The Product Plan identifier based on your internal identification system"},"description":{"type":"string","description":"Description of the plan"},"dateCreated":{"type":"string","description":"The date and time the Product Plan was created in our database","format":"date-time"},"lastUpdated":{"type":"string","description":"The date and time the Product Plan was last updated","format":"date-time"},"duration":{"type":"integer","description":"Duration of the Product Plan in months","format":"int32"},"initialDuration":{"type":"integer","description":"Initial Duration","format":"int32"},"billingPeriod":{"type":"integer","description":"Cadency with which an invoice is generated for this Product Plan","format":"int32"},"initialBillingPeriod":{"type":"integer","description":"Initial Billing Period","format":"int32"},"defaultPrice":{"type":"integer","description":"Define a global price for the Product Plan that gets applied for all countries","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Set-up price per location in cent","format":"int32"},"defaultMarketDevelopmentFunds":{"type":"integer","description":"Default Market Development Funds","format":"int32"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"One among PENDING_APPROVAL, ACTIVE, INACTIVE"},"children":[]}]}]}],"enum":["ACTIVE","INACTIVE","PENDING_APPROVAL","DELETED"]}},"description":"Product Plan Response Model"}}},"description":"The actual response object of the response"}},"components/schemas/ProductPlanListResponseWrapper":{"id":"components/schemas/ProductPlanListResponseWrapper","kind":"json-schema","title":"ProductPlanListResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"plans":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id","format":"int64"},"name":{"type":"string","description":"The name of the product plan"},"salesPartnerId":{"type":"integer","description":"Sales Partner of the Product Plan","format":"int64"},"features":{"uniqueItems":true,"type":"array","description":"List of features supported by this plan","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"updatedDirectories":{"uniqueItems":true,"type":"array","description":"List of directories supported by this plan","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countryPrice":{"type":"array","description":"Prices per location for each supported country","items":{"required":["country","price"],"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":"Price for the specific Country","format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32"},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Product Plan Country Price Response Model"}},"currency":{"type":"string","description":"The abbreviation of the currency the product plan is charged in."},"defaultPlan":{"type":"boolean","description":"True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently."},"identifier":{"type":"string","description":"The Product Plan identifier based on your internal identification system"},"description":{"type":"string","description":"Description of the plan"},"dateCreated":{"type":"string","description":"The date and time the Product Plan was created in our database","format":"date-time"},"lastUpdated":{"type":"string","description":"The date and time the Product Plan was last updated","format":"date-time"},"duration":{"type":"integer","description":"Duration of the Product Plan in months","format":"int32"},"initialDuration":{"type":"integer","description":"Initial Duration","format":"int32"},"billingPeriod":{"type":"integer","description":"Cadency with which an invoice is generated for this Product Plan","format":"int32"},"initialBillingPeriod":{"type":"integer","description":"Initial Billing Period","format":"int32"},"defaultPrice":{"type":"integer","description":"Define a global price for the Product Plan that gets applied for all countries","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Set-up price per location in cent","format":"int32"},"defaultMarketDevelopmentFunds":{"type":"integer","description":"Default Market Development Funds","format":"int32"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"One among PENDING_APPROVAL, ACTIVE, INACTIVE"},"children":[]}]}]}],"enum":["ACTIVE","INACTIVE","PENDING_APPROVAL","DELETED"]}},"description":"Product Plan Response Model"}}},"description":"The actual response object of the response"}}}},"components/schemas/ProductPlanRequestBody":{"id":"components/schemas/ProductPlanRequestBody","kind":"json-schema","title":"ProductPlanRequestBody","data":{"type":"object","properties":{"name":{"type":"string","description":"The name of the product plan"},"identifier":{"type":"string","description":"The Product Plan identifier based on your internal identification system"},"description":{"type":"string","description":"Description of the plan"},"defaultPlan":{"type":"boolean","description":"True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently"},"status":{"type":"string","description":"Status of the Product Plan. Is possible to change an ACTIVE Product Plan to INACTIVE and vice versa.","enum":["ACTIVE","INACTIVE","PENDING_APPROVAL","DELETED"]}}}},"components/schemas/ProductPlanResponse":{"id":"components/schemas/ProductPlanResponse","kind":"json-schema","title":"ProductPlanResponse","data":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id","format":"int64"},"name":{"type":"string","description":"The name of the product plan"},"salesPartnerId":{"type":"integer","description":"Sales Partner of the Product Plan","format":"int64"},"features":{"uniqueItems":true,"type":"array","description":"List of features supported by this plan","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"updatedDirectories":{"uniqueItems":true,"type":"array","description":"List of directories supported by this plan","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countryPrice":{"type":"array","description":"Prices per location for each supported country","items":{"required":["country","price"],"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":"Price for the specific Country","format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32"},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Product Plan Country Price Response Model"}},"currency":{"type":"string","description":"The abbreviation of the currency the product plan is charged in."},"defaultPlan":{"type":"boolean","description":"True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently."},"identifier":{"type":"string","description":"The Product Plan identifier based on your internal identification system"},"description":{"type":"string","description":"Description of the plan"},"dateCreated":{"type":"string","description":"The date and time the Product Plan was created in our database","format":"date-time"},"lastUpdated":{"type":"string","description":"The date and time the Product Plan was last updated","format":"date-time"},"duration":{"type":"integer","description":"Duration of the Product Plan in months","format":"int32"},"initialDuration":{"type":"integer","description":"Initial Duration","format":"int32"},"billingPeriod":{"type":"integer","description":"Cadency with which an invoice is generated for this Product Plan","format":"int32"},"initialBillingPeriod":{"type":"integer","description":"Initial Billing Period","format":"int32"},"defaultPrice":{"type":"integer","description":"Define a global price for the Product Plan that gets applied for all countries","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Set-up price per location in cent","format":"int32"},"defaultMarketDevelopmentFunds":{"type":"integer","description":"Default Market Development Funds","format":"int32"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"One among PENDING_APPROVAL, ACTIVE, INACTIVE"},"children":[]}]}]}],"enum":["ACTIVE","INACTIVE","PENDING_APPROVAL","DELETED"]}},"description":"Product Plan Response Model"}},"components/schemas/ProductPlanResponseObject":{"id":"components/schemas/ProductPlanResponseObject","kind":"json-schema","title":"ProductPlanResponseObject","data":{"type":"object","properties":{"productPlanResponse":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id","format":"int64"},"name":{"type":"string","description":"The name of the product plan"},"salesPartnerId":{"type":"integer","description":"Sales Partner of the Product Plan","format":"int64"},"features":{"uniqueItems":true,"type":"array","description":"List of features supported by this plan","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"updatedDirectories":{"uniqueItems":true,"type":"array","description":"List of directories supported by this plan","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countryPrice":{"type":"array","description":"Prices per location for each supported country","items":{"required":["country","price"],"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":"Price for the specific Country","format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32"},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Product Plan Country Price Response Model"}},"currency":{"type":"string","description":"The abbreviation of the currency the product plan is charged in."},"defaultPlan":{"type":"boolean","description":"True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently."},"identifier":{"type":"string","description":"The Product Plan identifier based on your internal identification system"},"description":{"type":"string","description":"Description of the plan"},"dateCreated":{"type":"string","description":"The date and time the Product Plan was created in our database","format":"date-time"},"lastUpdated":{"type":"string","description":"The date and time the Product Plan was last updated","format":"date-time"},"duration":{"type":"integer","description":"Duration of the Product Plan in months","format":"int32"},"initialDuration":{"type":"integer","description":"Initial Duration","format":"int32"},"billingPeriod":{"type":"integer","description":"Cadency with which an invoice is generated for this Product Plan","format":"int32"},"initialBillingPeriod":{"type":"integer","description":"Initial Billing Period","format":"int32"},"defaultPrice":{"type":"integer","description":"Define a global price for the Product Plan that gets applied for all countries","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Set-up price per location in cent","format":"int32"},"defaultMarketDevelopmentFunds":{"type":"integer","description":"Default Market Development Funds","format":"int32"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"One among PENDING_APPROVAL, ACTIVE, INACTIVE"},"children":[]}]}]}],"enum":["ACTIVE","INACTIVE","PENDING_APPROVAL","DELETED"]}},"description":"Product Plan Response Model"}},"description":"The actual response object of the response"}},"components/schemas/ProductPlanResponseWrapper":{"id":"components/schemas/ProductPlanResponseWrapper","kind":"json-schema","title":"ProductPlanResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"productPlanResponse":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id","format":"int64"},"name":{"type":"string","description":"The name of the product plan"},"salesPartnerId":{"type":"integer","description":"Sales Partner of the Product Plan","format":"int64"},"features":{"uniqueItems":true,"type":"array","description":"List of features supported by this plan","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"updatedDirectories":{"uniqueItems":true,"type":"array","description":"List of directories supported by this plan","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"countryPrice":{"type":"array","description":"Prices per location for each supported country","items":{"required":["country","price"],"type":"object","properties":{"country":{"type":"string","description":"Country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"price":{"type":"integer","description":"Price for the specific Country","format":"int32"},"marketDevelopmentFunds":{"type":"integer","description":"Market Development Funds (MDF)","format":"int32"},"priceSetup":{"type":"integer","description":"Setup fee","format":"int32"}},"description":"Product Plan Country Price Response Model"}},"currency":{"type":"string","description":"The abbreviation of the currency the product plan is charged in."},"defaultPlan":{"type":"boolean","description":"True, if this is the default ProductPlan. A new created business will get this product plan, if not declared differently."},"identifier":{"type":"string","description":"The Product Plan identifier based on your internal identification system"},"description":{"type":"string","description":"Description of the plan"},"dateCreated":{"type":"string","description":"The date and time the Product Plan was created in our database","format":"date-time"},"lastUpdated":{"type":"string","description":"The date and time the Product Plan was last updated","format":"date-time"},"duration":{"type":"integer","description":"Duration of the Product Plan in months","format":"int32"},"initialDuration":{"type":"integer","description":"Initial Duration","format":"int32"},"billingPeriod":{"type":"integer","description":"Cadency with which an invoice is generated for this Product Plan","format":"int32"},"initialBillingPeriod":{"type":"integer","description":"Initial Billing Period","format":"int32"},"defaultPrice":{"type":"integer","description":"Define a global price for the Product Plan that gets applied for all countries","format":"int32"},"defaultOriginalPrice":{"type":"integer","description":"Default Original Price in cent","format":"int32"},"defaultPriceSetup":{"type":"integer","description":"Set-up price per location in cent","format":"int32"},"defaultMarketDevelopmentFunds":{"type":"integer","description":"Default Market Development Funds","format":"int32"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"One among PENDING_APPROVAL, ACTIVE, INACTIVE"},"children":[]}]}]}],"enum":["ACTIVE","INACTIVE","PENDING_APPROVAL","DELETED"]}},"description":"Product Plan Response Model"}},"description":"The actual response object of the response"}}}},"components/schemas/ProductSearchObject":{"id":"components/schemas/ProductSearchObject","kind":"json-schema","title":"ProductSearchObject","data":{"type":"object","properties":{"total":{"type":"integer","description":"The total number of results","format":"int32","example":100},"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"products":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"The name of the product: e.g. Strong Coffee"},"description":{"type":"string","description":"Description of the product: e.g. 'The strongest coffee in the world'"},"identifier":{"type":"string","description":"Unique Identifier for the Product"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the product","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the product in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"object","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF"},"category":{"type":"string","description":"A category the product belongs to: e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video about the product"},"unit":{"type":"string","description":"A unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"A valid page url with more details about the product"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the product","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the product (use the Image object format)"}},"description":"Product Model"}}},"description":"The actual response object of the response"}},"components/schemas/ProductSearchWrapper":{"id":"components/schemas/ProductSearchWrapper","kind":"json-schema","title":"ProductSearchWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"total":{"type":"integer","description":"The total number of results","format":"int32","example":100},"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"products":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"The name of the product: e.g. Strong Coffee"},"description":{"type":"string","description":"Description of the product: e.g. 'The strongest coffee in the world'"},"identifier":{"type":"string","description":"Unique Identifier for the Product"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the product","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the product in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"object","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF"},"category":{"type":"string","description":"A category the product belongs to: e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video about the product"},"unit":{"type":"string","description":"A unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"A valid page url with more details about the product"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the product","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the product (use the Image object format)"}},"description":"Product Model"}}},"description":"The actual response object of the response"}}}},"components/schemas/ProductWrapper":{"id":"components/schemas/ProductWrapper","kind":"json-schema","title":"ProductWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","description":"The actual response object of the response"}}}},"components/schemas/ProvincesResponse":{"id":"components/schemas/ProvincesResponse","kind":"json-schema","title":"ProvincesResponse","data":{"type":"object","properties":{"provinces":{"type":"array","description":"List of provinces","example":["Province1","Province2"],"items":{"type":"string"}}},"description":"Provinces response model"}},"components/schemas/ProvincesResponseWrapper":{"id":"components/schemas/ProvincesResponseWrapper","kind":"json-schema","title":"ProvincesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"provinces":{"type":"array","description":"List of provinces","example":["Province1","Province2"],"items":{"type":"string"}}},"description":"Provinces response model"}}}},"components/schemas/Response":{"id":"components/schemas/Response","kind":"json-schema","title":"Response","data":{"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"errorCode":{"type":"string","enum":["NORMALIZATION_FAILED","DATA_CORRUPTED","INVALID_INPUT","NOT_SYNCABLE","PAYMENT_FAILED","FREE_TIER_REACHED","LIMIT_REACHED","INACTIVE","UNKNOWN","IDENTIFIER_NOT_UNIQUE","ACCOUNT_WAITING_FOR_AUTO_PAGE_SELECT","NO_ACCOUNT_CONNECTED","NO_PAGE_SELECTED","PAGE_NOT_CREATED","PAGE_IN_REVIEW","PAGE_CLAIMED_BY_OTHERS","OVERLAPPING_SOCIALPOST","TOO_MANY_REPLIES","REPLY_TOO_LONG","DEPRECATED"]},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","description":"The actual response object of the response, optional for non 200 responses"}},"description":"Formatted Uberall Response"}},"components/schemas/ResponseBusiness":{"id":"components/schemas/ResponseBusiness","kind":"json-schema","title":"ResponseBusiness","data":{"type":"object","properties":{"id":{"type":"integer","description":"Business id","format":"int64"},"name":{"type":"string","description":"Business name"}},"description":"Response business model"}},"components/schemas/ResponseLocation":{"id":"components/schemas/ResponseLocation","kind":"json-schema","title":"ResponseLocation","data":{"type":"object","properties":{"id":{"type":"integer","description":"Location id","format":"int64"},"name":{"type":"string","description":"Location name"},"business":{"type":"object","properties":{"id":{"type":"integer","description":"Business id","format":"int64"},"name":{"type":"string","description":"Business name"}},"description":"Which Business this Location belongs to"}},"description":"Response Location Model"}},"components/schemas/ResponseTemplate":{"id":"components/schemas/ResponseTemplate","kind":"json-schema","title":"ResponseTemplate","data":{"type":"object","properties":{"id":{"type":"integer","description":"The Uberall unique id of the template","format":"int64"},"title":{"type":"string","description":"The title of the template"},"message":{"type":"string","description":"The reply's text of the template"},"usageCount":{"type":"integer","description":"Number of times a template has been used","format":"int64"},"status":{"type":"string","description":"The status of the template"},"tags":{"type":"array","description":"The list of tags for the template","items":{"type":"string"}},"dateCreated":{"type":"string","description":"The date in which the template was created","format":"date-time"},"lastEdited":{"type":"string","description":"The date in which the template was last edited","format":"date-time"},"createdBy":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"firstname":{"type":"string","description":"User First Name"},"lastname":{"type":"string","description":"User Last Name"}},"description":"The author who created the template"},"lastEditedBy":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"firstname":{"type":"string","description":"User First Name"},"lastname":{"type":"string","description":"User Last Name"}},"description":"The author who last edited the template"},"businesses":{"type":"array","description":"The list of business ids the templated was created for","items":{"type":"integer","format":"int32"}}},"description":"Response Template Model"}},"components/schemas/ResponseTemplateWrapper":{"id":"components/schemas/ResponseTemplateWrapper","kind":"json-schema","title":"ResponseTemplateWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"id":{"type":"integer","description":"The Uberall unique id of the template","format":"int64"},"title":{"type":"string","description":"The title of the template"},"message":{"type":"string","description":"The reply's text of the template"},"usageCount":{"type":"integer","description":"Number of times a template has been used","format":"int64"},"status":{"type":"string","description":"The status of the template"},"tags":{"type":"array","description":"The list of tags for the template","items":{"type":"string"}},"dateCreated":{"type":"string","description":"The date in which the template was created","format":"date-time"},"lastEdited":{"type":"string","description":"The date in which the template was last edited","format":"date-time"},"createdBy":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"firstname":{"type":"string","description":"User First Name"},"lastname":{"type":"string","description":"User Last Name"}},"description":"The author who created the template"},"lastEditedBy":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"firstname":{"type":"string","description":"User First Name"},"lastname":{"type":"string","description":"User Last Name"}},"description":"The author who last edited the template"},"businesses":{"type":"array","description":"The list of business ids the templated was created for","items":{"type":"integer","format":"int32"}}},"description":"Response Template Model"}}}},"components/schemas/ResponseTemplatesWrapper":{"id":"components/schemas/ResponseTemplatesWrapper","kind":"json-schema","title":"ResponseTemplatesWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"array","description":"The actual response object of the response","items":{"type":"object","properties":{"id":{"type":"integer","description":"The Uberall unique id of the template","format":"int64"},"title":{"type":"string","description":"The title of the template"},"message":{"type":"string","description":"The reply's text of the template"},"usageCount":{"type":"integer","description":"Number of times a template has been used","format":"int64"},"status":{"type":"string","description":"The status of the template"},"tags":{"type":"array","description":"The list of tags for the template","items":{"type":"string"}},"dateCreated":{"type":"string","description":"The date in which the template was created","format":"date-time"},"lastEdited":{"type":"string","description":"The date in which the template was last edited","format":"date-time"},"createdBy":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"firstname":{"type":"string","description":"User First Name"},"lastname":{"type":"string","description":"User Last Name"}},"description":"The author who created the template"},"lastEditedBy":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"firstname":{"type":"string","description":"User First Name"},"lastname":{"type":"string","description":"User Last Name"}},"description":"The author who last edited the template"},"businesses":{"type":"array","description":"The list of business ids the templated was created for","items":{"type":"integer","format":"int32"}}},"description":"Response Template Model"}}}}},"components/schemas/ResponseUser":{"id":"components/schemas/ResponseUser","kind":"json-schema","title":"ResponseUser","data":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"firstname":{"type":"string","description":"User First Name"},"lastname":{"type":"string","description":"User Last Name"}},"description":"Response User Model"}},"components/schemas/ResponseUsersWrapper":{"id":"components/schemas/ResponseUsersWrapper","kind":"json-schema","title":"ResponseUsersWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"array","description":"The actual response object of the response","items":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"firstname":{"type":"string","description":"User First Name"},"lastname":{"type":"string","description":"User Last Name"}},"description":"Response User Model"}}}}},"components/schemas/ResponseValue":{"id":"components/schemas/ResponseValue","kind":"json-schema","title":"ResponseValue","data":{"type":"object","properties":{"response":{"type":"string","description":"The review response text"},"isOpenAI":{"type":"boolean","description":"Whether or not the review response was generated with AI"}},"description":"Response Value Model"}},"components/schemas/RuleResponse":{"id":"components/schemas/RuleResponse","kind":"json-schema","title":"RuleResponse","data":{"type":"object","properties":{"id":{"type":"string","description":"Uniquely identifies this Auto Response Rule","readOnly":true},"businesses":{"type":"array","description":"List of business ids that identify this Auto Response Rule","items":{"type":"object","properties":{"id":{"type":"integer","description":"Business id","format":"int64"},"name":{"type":"string","description":"Business name"}},"description":"Response business model"}},"locations":{"type":"array","description":"List of location ids that identify this Auto Response Rule","items":{"type":"object","properties":{"id":{"type":"integer","description":"Location id","format":"int64"},"name":{"type":"string","description":"Location name"},"business":{"type":"object","properties":{"id":{"type":"integer","description":"Business id","format":"int64"},"name":{"type":"string","description":"Business name"}},"description":"Which Business this Location belongs to"}},"description":"Response Location Model"}},"excludedLocations":{"type":"array","description":"List of location ids that do not identify this Auto Response Rule, even when they might belong to a business that does identify this rule","items":{"type":"object","properties":{"id":{"type":"integer","description":"Location id","format":"int64"},"name":{"type":"string","description":"Location name"},"business":{"type":"object","properties":{"id":{"type":"integer","description":"Business id","format":"int64"},"name":{"type":"string","description":"Business name"}},"description":"Which Business this Location belongs to"}},"description":"Response Location Model"}},"name":{"type":"string","description":"Name for this Auto Response Rule"},"status":{"type":"string","description":"Status of this Auto Response Rule, either ACTIVE or INACTIVE","enum":["ACTIVE","INACTIVE","DELETED"]},"triggers":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Triggers that apply to this Auto Response Rule, can be ONE_STAR, TWO_STAR, THREE_STAR, FOUR_STAR and/or FIVE_STAR"},"children":[]}]}]}],"items":{"type":"string"}},"responses":{"type":"array","description":"Possible responses for this Auto Response Rule","items":{"type":"object","properties":{"response":{"type":"string","description":"The review response text"},"isOpenAI":{"type":"boolean","description":"Whether or not the review response was generated with AI"}},"description":"Response Value Model"}},"dateCreated":{"type":"string","description":"Date and time of creation","format":"date-time","readOnly":true},"dateUpdated":{"type":"string","description":"Date and time of last update","format":"date-time","readOnly":true},"canEdit":{"type":"boolean","description":"The current user can edit this rule when they have access to all businesses and locations that identify this rule","readOnly":true},"locationCount":{"type":"integer","description":"Count of locations to which this rule applies","format":"int32","readOnly":true}},"description":"Rule Response"}},"components/schemas/RuleResponseWrapper":{"id":"components/schemas/RuleResponseWrapper","kind":"json-schema","title":"RuleResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"id":{"type":"string","description":"Uniquely identifies this Auto Response Rule","readOnly":true},"businesses":{"type":"array","description":"List of business ids that identify this Auto Response Rule","items":{"type":"object","properties":{"id":{"type":"integer","description":"Business id","format":"int64"},"name":{"type":"string","description":"Business name"}},"description":"Response business model"}},"locations":{"type":"array","description":"List of location ids that identify this Auto Response Rule","items":{"type":"object","properties":{"id":{"type":"integer","description":"Location id","format":"int64"},"name":{"type":"string","description":"Location name"},"business":{"type":"object","properties":{"id":{"type":"integer","description":"Business id","format":"int64"},"name":{"type":"string","description":"Business name"}},"description":"Which Business this Location belongs to"}},"description":"Response Location Model"}},"excludedLocations":{"type":"array","description":"List of location ids that do not identify this Auto Response Rule, even when they might belong to a business that does identify this rule","items":{"type":"object","properties":{"id":{"type":"integer","description":"Location id","format":"int64"},"name":{"type":"string","description":"Location name"},"business":{"type":"object","properties":{"id":{"type":"integer","description":"Business id","format":"int64"},"name":{"type":"string","description":"Business name"}},"description":"Which Business this Location belongs to"}},"description":"Response Location Model"}},"name":{"type":"string","description":"Name for this Auto Response Rule"},"status":{"type":"string","description":"Status of this Auto Response Rule, either ACTIVE or INACTIVE","enum":["ACTIVE","INACTIVE","DELETED"]},"triggers":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Triggers that apply to this Auto Response Rule, can be ONE_STAR, TWO_STAR, THREE_STAR, FOUR_STAR and/or FIVE_STAR"},"children":[]}]}]}],"items":{"type":"string"}},"responses":{"type":"array","description":"Possible responses for this Auto Response Rule","items":{"type":"object","properties":{"response":{"type":"string","description":"The review response text"},"isOpenAI":{"type":"boolean","description":"Whether or not the review response was generated with AI"}},"description":"Response Value Model"}},"dateCreated":{"type":"string","description":"Date and time of creation","format":"date-time","readOnly":true},"dateUpdated":{"type":"string","description":"Date and time of last update","format":"date-time","readOnly":true},"canEdit":{"type":"boolean","description":"The current user can edit this rule when they have access to all businesses and locations that identify this rule","readOnly":true},"locationCount":{"type":"integer","description":"Count of locations to which this rule applies","format":"int32","readOnly":true}},"description":"Rule Response"}}}},"components/schemas/RulesResponseWrapper":{"id":"components/schemas/RulesResponseWrapper","kind":"json-schema","title":"RulesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"array","description":"The actual response object of the response","items":{"type":"object","properties":{"id":{"type":"string","description":"Uniquely identifies this Auto Response Rule","readOnly":true},"businesses":{"type":"array","description":"List of business ids that identify this Auto Response Rule","items":{"type":"object","properties":{"id":{"type":"integer","description":"Business id","format":"int64"},"name":{"type":"string","description":"Business name"}},"description":"Response business model"}},"locations":{"type":"array","description":"List of location ids that identify this Auto Response Rule","items":{"type":"object","properties":{"id":{"type":"integer","description":"Location id","format":"int64"},"name":{"type":"string","description":"Location name"},"business":{"type":"object","properties":{"id":{"type":"integer","description":"Business id","format":"int64"},"name":{"type":"string","description":"Business name"}},"description":"Which Business this Location belongs to"}},"description":"Response Location Model"}},"excludedLocations":{"type":"array","description":"List of location ids that do not identify this Auto Response Rule, even when they might belong to a business that does identify this rule","items":{"type":"object","properties":{"id":{"type":"integer","description":"Location id","format":"int64"},"name":{"type":"string","description":"Location name"},"business":{"type":"object","properties":{"id":{"type":"integer","description":"Business id","format":"int64"},"name":{"type":"string","description":"Business name"}},"description":"Which Business this Location belongs to"}},"description":"Response Location Model"}},"name":{"type":"string","description":"Name for this Auto Response Rule"},"status":{"type":"string","description":"Status of this Auto Response Rule, either ACTIVE or INACTIVE","enum":["ACTIVE","INACTIVE","DELETED"]},"triggers":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Triggers that apply to this Auto Response Rule, can be ONE_STAR, TWO_STAR, THREE_STAR, FOUR_STAR and/or FIVE_STAR"},"children":[]}]}]}],"items":{"type":"string"}},"responses":{"type":"array","description":"Possible responses for this Auto Response Rule","items":{"type":"object","properties":{"response":{"type":"string","description":"The review response text"},"isOpenAI":{"type":"boolean","description":"Whether or not the review response was generated with AI"}},"description":"Response Value Model"}},"dateCreated":{"type":"string","description":"Date and time of creation","format":"date-time","readOnly":true},"dateUpdated":{"type":"string","description":"Date and time of last update","format":"date-time","readOnly":true},"canEdit":{"type":"boolean","description":"The current user can edit this rule when they have access to all businesses and locations that identify this rule","readOnly":true},"locationCount":{"type":"integer","description":"Count of locations to which this rule applies","format":"int32","readOnly":true}},"description":"Rule Response"}}}}},"components/schemas/SalesPartner":{"id":"components/schemas/SalesPartner","kind":"json-schema","title":"SalesPartner","data":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall sales partner id","format":"int64"},"aggregateInvoicesToParent":{"type":"boolean","description":"(only used for child SalesPartner) Indicates if the invoice for this SalesPartner should be aggregated to the parent invoice"},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution details of the SalesPartner"},"canSeePrices":{"type":"boolean","description":"Indicates if the SalesPartner should be allowed to see price information for e.g. product plans"},"emailCustomerSupport":{"type":"string","description":"Customer support email of the SalesPartner"},"emailProjectLead":{"type":"string","description":"Project lead email of the SalesPartner"},"forceSso":{"type":"boolean","description":"If set to true, all users of this SalesPartner will only be allowed to log in our app via the SSO flow. Users cannot be created or updated directly - only via SSO. If set to false and \"isSsoActive\" is set, users can either log in via normal login or SSO"},"identifier":{"type":"string","description":"Identifier for SalesPartner, must be unique for child SalesPartner within parent SalesPartner"},"minPasswordLength":{"type":"integer","description":"Minimum password length","format":"int32"},"name":{"type":"string","description":"The name"},"phone":{"type":"string","description":"The phone number"},"preferredLanguage":{"type":"string","description":"Preferred language of the SalesPartner, for invoice purpose (either 'de' or 'en')"},"pushUrl":{"type":"string","description":"URL where selected webhook events should be sent to"},"salesPartnerStatus":{"type":"string","description":"SalesPartner status of the SalesPartner (Be aware: Only sending 'INACTIVE' for child SalesPartner update is allowed)","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"subscribedWebhookEventTypes":{"uniqueItems":true,"type":"array","description":"List of all event types the SalesPartner want to receive push messages for via webhook functionality, for a list of all possible types use the GET /api/salespartners/subscribable-event-types endpoint","items":{"type":"string","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"whitelistedRedirectUrls":{"uniqueItems":true,"type":"array","description":"Domains that are allowed to be redirected to upon finalizing a directory connect flow","items":{"type":"string"}},"currency":{"type":"string","description":"The currency"},"entity":{"type":"string","description":"Uberall entity","enum":["UBERALL_BV","UBERALL_CANADA_INC","UBERALL_FR","UBERALL_GMBH","UBERALL_INC","UBERALL_MF","UBERALL_UK"]},"isSsoActive":{"type":"boolean","description":"If set to true this will activate the single sign-on flow for logging into our app. Note that all more details need to be set before it can be used."},"maxFreeLocations":{"type":"integer","description":"Max free locations","format":"int32"},"type":{"type":"string","description":"The type, e.g. STANDARD or CUSTOM"},"whitelabelInformations":{"uniqueItems":true,"type":"array","description":"List of the sales partner's white-label information","items":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"}},"onboardingStatus":{"type":"string","description":"The onboarding status of the SalesPartner","enum":["NOT_STARTED","IN_PROGRESS","FINISHED","ABORTED"]},"locationGroupIds":{"type":"array","items":{"type":"integer","format":"int64"}},"country":{"type":"string","description":"The country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"address":{"type":"string","description":"Full address field including street, zip and city."},"contactPerson":{"type":"integer","description":"The contact person","format":"int64"},"emailAccounting":{"type":"string","description":"Accounting email of the SalesPartner"},"vatId":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"price":{"type":"integer","format":"int64"},"priceMin":{"type":"integer","format":"int64"},"commission":{"type":"integer","format":"int64"}},"description":"Sales Partner Model"}},"components/schemas/SalesPartnerGenericPhotoListResponseObject":{"id":"components/schemas/SalesPartnerGenericPhotoListResponseObject","kind":"json-schema","title":"SalesPartnerGenericPhotoListResponseObject","data":{"type":"object","properties":{"photos":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"},"identifier":{"type":"string","description":"Identifier"},"type":{"type":"string","description":"Type","enum":["SMB_SETUP_WIZARD_STEP_1","SMB_SETUP_WIZARD_STEP_2","SMB_SETUP_WIZARD_STEP_3"]},"width":{"type":"integer","description":"Width","format":"int32"},"height":{"type":"integer","description":"Height","format":"int32"},"sourceUrl":{"type":"string","description":"Source URL"},"publicUrl":{"type":"string","description":"Public URL"},"cropOffsetX":{"type":"integer","description":"Crop Offset X","format":"int32"},"cropOffsetY":{"type":"integer","description":"Crop Offset Y","format":"int32"},"cropWidth":{"type":"integer","description":"Crop Width","format":"int32"},"cropHeight":{"type":"integer","description":"Crop Height","format":"int32"}},"description":"Sales Partner Generic Photo Response"}},"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of photos to return","format":"int32","example":10},"count":{"type":"integer","description":"The total count of found photos","format":"int32","example":100}},"description":"The actual response object of the response"}},"components/schemas/SalesPartnerGenericPhotoListResponseWrapper":{"id":"components/schemas/SalesPartnerGenericPhotoListResponseWrapper","kind":"json-schema","title":"SalesPartnerGenericPhotoListResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"photos":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"},"identifier":{"type":"string","description":"Identifier"},"type":{"type":"string","description":"Type","enum":["SMB_SETUP_WIZARD_STEP_1","SMB_SETUP_WIZARD_STEP_2","SMB_SETUP_WIZARD_STEP_3"]},"width":{"type":"integer","description":"Width","format":"int32"},"height":{"type":"integer","description":"Height","format":"int32"},"sourceUrl":{"type":"string","description":"Source URL"},"publicUrl":{"type":"string","description":"Public URL"},"cropOffsetX":{"type":"integer","description":"Crop Offset X","format":"int32"},"cropOffsetY":{"type":"integer","description":"Crop Offset Y","format":"int32"},"cropWidth":{"type":"integer","description":"Crop Width","format":"int32"},"cropHeight":{"type":"integer","description":"Crop Height","format":"int32"}},"description":"Sales Partner Generic Photo Response"}},"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of photos to return","format":"int32","example":10},"count":{"type":"integer","description":"The total count of found photos","format":"int32","example":100}},"description":"The actual response object of the response"}}}},"components/schemas/SalesPartnerGenericPhotoResponse":{"id":"components/schemas/SalesPartnerGenericPhotoResponse","kind":"json-schema","title":"SalesPartnerGenericPhotoResponse","data":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"},"identifier":{"type":"string","description":"Identifier"},"type":{"type":"string","description":"Type","enum":["SMB_SETUP_WIZARD_STEP_1","SMB_SETUP_WIZARD_STEP_2","SMB_SETUP_WIZARD_STEP_3"]},"width":{"type":"integer","description":"Width","format":"int32"},"height":{"type":"integer","description":"Height","format":"int32"},"sourceUrl":{"type":"string","description":"Source URL"},"publicUrl":{"type":"string","description":"Public URL"},"cropOffsetX":{"type":"integer","description":"Crop Offset X","format":"int32"},"cropOffsetY":{"type":"integer","description":"Crop Offset Y","format":"int32"},"cropWidth":{"type":"integer","description":"Crop Width","format":"int32"},"cropHeight":{"type":"integer","description":"Crop Height","format":"int32"}},"description":"Sales Partner Generic Photo Response"}},"components/schemas/SalesPartnerListResponseObject":{"id":"components/schemas/SalesPartnerListResponseObject","kind":"json-schema","title":"SalesPartnerListResponseObject","data":{"type":"object","properties":{"count":{"type":"integer","description":"The total count of found children","format":"int32","example":6},"pageCount":{"type":"integer","description":"The number of children on the current page","format":"int32","example":6},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"children":{"type":"array","example":[{"id":270,"identifier":null,"name":"Dreamscape Networks FZ-LLC","privateKey":"c1Y3fRvwe0GHVEH5eM4TDZxousDwykwhv1lDRIhSeHAEVp5pLWiWdkbN3pJjwGBRATpQzXlh8MhIoYTaRX3MuyoDJBYHDwI3gJJIOjZX0KCGQj7HCdy7WEsc2Z66aFaD","status":"APPROVED"},{"id":464,"identifier":null,"name":"Touch Local Ltd","privateKey":"bWSWLIjiwIlUeToEeqvt8mS4DfSil5td9Lb06Xqbnmm5Z62cXTEAtN4UIG0pUtOr","status":"APPROVED"},{"id":3518,"identifier":null,"name":"Test Account","privateKey":"grB76Xs3qRBknUWvMoMHirTY8wfSJ2ipLyxX2rTBw63QCs45M6hh9DB5F8vBNgIFDoytsziYF8pA6XokCrVCqaOFzz5VR7Nj1W5sUWnpYXQdk1hLswvJrh2FIqIv2667","status":"APPROVED"},{"id":3519,"identifier":null,"name":"Web.com","privateKey":"zU2peIsy4VJGMuEnNmCdNfawF5hyQdw9pNk7sIdibljeAafuqjKFCb81yiyUcMfN9fstjpKFniRow6E5VGHWAB3rwJtY697PoFpnplPKnmhJaLoZlVpj2i7yzHhWVGhV","status":"APPROVED"},{"id":3763,"identifier":null,"name":"Network Solutions","privateKey":"sQwJtLBRPi3vV978gDyydnUx8YQsGRKvih3BI6Zcr965BTQ3GSM4LmJTenZChqZnPbJ6tY85Li5GEUnQAgAJf3JYarhu2i5lnWmY9mNG9MWSxVOhIrGk2dEvineVhyGO","status":"APPROVED"},{"id":3764,"identifier":null,"name":"Register.com","privateKey":"wsISftqTjOOdoPlz3b7elRN7pFW20tLs8nWRubmUScRWr0dfyxUmLAGpTXPwMeOkuRl2Y590R39cTUoPSuzVGTerLAaYkib7jjB5gTOtk0y3hvlPpyARHPW6NosApUOk","status":"APPROVED"}],"items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique SalesPartner id","format":"int64"},"identifier":{"type":"string","description":"Identifier for SalesPartner, must be unique for child SalesPartner within parent SalesPartner"},"name":{"type":"string","description":"Name of SalesPartner"},"status":{"type":"string","description":"Status of the SalesPartner","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"privateKey":{"type":"string","description":"PrivateKey of the SalesPartner (only filled for APPROVED SalesPartners)"}},"description":"Sales Partner Response Model"}}},"description":"The actual response object of the response"}},"components/schemas/SalesPartnerListResponseWrapper":{"id":"components/schemas/SalesPartnerListResponseWrapper","kind":"json-schema","title":"SalesPartnerListResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"count":{"type":"integer","description":"The total count of found children","format":"int32","example":6},"pageCount":{"type":"integer","description":"The number of children on the current page","format":"int32","example":6},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"children":{"type":"array","example":[{"id":270,"identifier":null,"name":"Dreamscape Networks FZ-LLC","privateKey":"c1Y3fRvwe0GHVEH5eM4TDZxousDwykwhv1lDRIhSeHAEVp5pLWiWdkbN3pJjwGBRATpQzXlh8MhIoYTaRX3MuyoDJBYHDwI3gJJIOjZX0KCGQj7HCdy7WEsc2Z66aFaD","status":"APPROVED"},{"id":464,"identifier":null,"name":"Touch Local Ltd","privateKey":"bWSWLIjiwIlUeToEeqvt8mS4DfSil5td9Lb06Xqbnmm5Z62cXTEAtN4UIG0pUtOr","status":"APPROVED"},{"id":3518,"identifier":null,"name":"Test Account","privateKey":"grB76Xs3qRBknUWvMoMHirTY8wfSJ2ipLyxX2rTBw63QCs45M6hh9DB5F8vBNgIFDoytsziYF8pA6XokCrVCqaOFzz5VR7Nj1W5sUWnpYXQdk1hLswvJrh2FIqIv2667","status":"APPROVED"},{"id":3519,"identifier":null,"name":"Web.com","privateKey":"zU2peIsy4VJGMuEnNmCdNfawF5hyQdw9pNk7sIdibljeAafuqjKFCb81yiyUcMfN9fstjpKFniRow6E5VGHWAB3rwJtY697PoFpnplPKnmhJaLoZlVpj2i7yzHhWVGhV","status":"APPROVED"},{"id":3763,"identifier":null,"name":"Network Solutions","privateKey":"sQwJtLBRPi3vV978gDyydnUx8YQsGRKvih3BI6Zcr965BTQ3GSM4LmJTenZChqZnPbJ6tY85Li5GEUnQAgAJf3JYarhu2i5lnWmY9mNG9MWSxVOhIrGk2dEvineVhyGO","status":"APPROVED"},{"id":3764,"identifier":null,"name":"Register.com","privateKey":"wsISftqTjOOdoPlz3b7elRN7pFW20tLs8nWRubmUScRWr0dfyxUmLAGpTXPwMeOkuRl2Y590R39cTUoPSuzVGTerLAaYkib7jjB5gTOtk0y3hvlPpyARHPW6NosApUOk","status":"APPROVED"}],"items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique SalesPartner id","format":"int64"},"identifier":{"type":"string","description":"Identifier for SalesPartner, must be unique for child SalesPartner within parent SalesPartner"},"name":{"type":"string","description":"Name of SalesPartner"},"status":{"type":"string","description":"Status of the SalesPartner","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"privateKey":{"type":"string","description":"PrivateKey of the SalesPartner (only filled for APPROVED SalesPartners)"}},"description":"Sales Partner Response Model"}}},"description":"The actual response object of the response"}}}},"components/schemas/SalesPartnerResponse":{"id":"components/schemas/SalesPartnerResponse","kind":"json-schema","title":"SalesPartnerResponse","data":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique SalesPartner id","format":"int64"},"identifier":{"type":"string","description":"Identifier for SalesPartner, must be unique for child SalesPartner within parent SalesPartner"},"name":{"type":"string","description":"Name of SalesPartner"},"status":{"type":"string","description":"Status of the SalesPartner","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"privateKey":{"type":"string","description":"PrivateKey of the SalesPartner (only filled for APPROVED SalesPartners)"}},"description":"Sales Partner Response Model"}},"components/schemas/SalesPartnerWrapper":{"id":"components/schemas/SalesPartnerWrapper","kind":"json-schema","title":"SalesPartnerWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"salesPartner":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall sales partner id","format":"int64"},"aggregateInvoicesToParent":{"type":"boolean","description":"(only used for child SalesPartner) Indicates if the invoice for this SalesPartner should be aggregated to the parent invoice"},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution details of the SalesPartner"},"canSeePrices":{"type":"boolean","description":"Indicates if the SalesPartner should be allowed to see price information for e.g. product plans"},"emailCustomerSupport":{"type":"string","description":"Customer support email of the SalesPartner"},"emailProjectLead":{"type":"string","description":"Project lead email of the SalesPartner"},"forceSso":{"type":"boolean","description":"If set to true, all users of this SalesPartner will only be allowed to log in our app via the SSO flow. Users cannot be created or updated directly - only via SSO. If set to false and \"isSsoActive\" is set, users can either log in via normal login or SSO"},"identifier":{"type":"string","description":"Identifier for SalesPartner, must be unique for child SalesPartner within parent SalesPartner"},"minPasswordLength":{"type":"integer","description":"Minimum password length","format":"int32"},"name":{"type":"string","description":"The name"},"phone":{"type":"string","description":"The phone number"},"preferredLanguage":{"type":"string","description":"Preferred language of the SalesPartner, for invoice purpose (either 'de' or 'en')"},"pushUrl":{"type":"string","description":"URL where selected webhook events should be sent to"},"salesPartnerStatus":{"type":"string","description":"SalesPartner status of the SalesPartner (Be aware: Only sending 'INACTIVE' for child SalesPartner update is allowed)","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"subscribedWebhookEventTypes":{"uniqueItems":true,"type":"array","description":"List of all event types the SalesPartner want to receive push messages for via webhook functionality, for a list of all possible types use the GET /api/salespartners/subscribable-event-types endpoint","items":{"type":"string","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"whitelistedRedirectUrls":{"uniqueItems":true,"type":"array","description":"Domains that are allowed to be redirected to upon finalizing a directory connect flow","items":{"type":"string"}},"currency":{"type":"string","description":"The currency"},"entity":{"type":"string","description":"Uberall entity","enum":["UBERALL_BV","UBERALL_CANADA_INC","UBERALL_FR","UBERALL_GMBH","UBERALL_INC","UBERALL_MF","UBERALL_UK"]},"isSsoActive":{"type":"boolean","description":"If set to true this will activate the single sign-on flow for logging into our app. Note that all more details need to be set before it can be used."},"maxFreeLocations":{"type":"integer","description":"Max free locations","format":"int32"},"type":{"type":"string","description":"The type, e.g. STANDARD or CUSTOM"},"whitelabelInformations":{"uniqueItems":true,"type":"array","description":"List of the sales partner's white-label information","items":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"}},"onboardingStatus":{"type":"string","description":"The onboarding status of the SalesPartner","enum":["NOT_STARTED","IN_PROGRESS","FINISHED","ABORTED"]},"locationGroupIds":{"type":"array","items":{"type":"integer","format":"int64"}},"country":{"type":"string","description":"The country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"address":{"type":"string","description":"Full address field including street, zip and city."},"contactPerson":{"type":"integer","description":"The contact person","format":"int64"},"emailAccounting":{"type":"string","description":"Accounting email of the SalesPartner"},"vatId":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"price":{"type":"integer","format":"int64"},"priceMin":{"type":"integer","format":"int64"},"commission":{"type":"integer","format":"int64"}},"description":"Sales Partner Model"}},"description":"The actual response object of the response"}}}},"components/schemas/SalesPartnerWrapperObject":{"id":"components/schemas/SalesPartnerWrapperObject","kind":"json-schema","title":"SalesPartnerWrapperObject","data":{"type":"object","properties":{"salesPartner":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall sales partner id","format":"int64"},"aggregateInvoicesToParent":{"type":"boolean","description":"(only used for child SalesPartner) Indicates if the invoice for this SalesPartner should be aggregated to the parent invoice"},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution details of the SalesPartner"},"canSeePrices":{"type":"boolean","description":"Indicates if the SalesPartner should be allowed to see price information for e.g. product plans"},"emailCustomerSupport":{"type":"string","description":"Customer support email of the SalesPartner"},"emailProjectLead":{"type":"string","description":"Project lead email of the SalesPartner"},"forceSso":{"type":"boolean","description":"If set to true, all users of this SalesPartner will only be allowed to log in our app via the SSO flow. Users cannot be created or updated directly - only via SSO. If set to false and \"isSsoActive\" is set, users can either log in via normal login or SSO"},"identifier":{"type":"string","description":"Identifier for SalesPartner, must be unique for child SalesPartner within parent SalesPartner"},"minPasswordLength":{"type":"integer","description":"Minimum password length","format":"int32"},"name":{"type":"string","description":"The name"},"phone":{"type":"string","description":"The phone number"},"preferredLanguage":{"type":"string","description":"Preferred language of the SalesPartner, for invoice purpose (either 'de' or 'en')"},"pushUrl":{"type":"string","description":"URL where selected webhook events should be sent to"},"salesPartnerStatus":{"type":"string","description":"SalesPartner status of the SalesPartner (Be aware: Only sending 'INACTIVE' for child SalesPartner update is allowed)","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"subscribedWebhookEventTypes":{"uniqueItems":true,"type":"array","description":"List of all event types the SalesPartner want to receive push messages for via webhook functionality, for a list of all possible types use the GET /api/salespartners/subscribable-event-types endpoint","items":{"type":"string","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"whitelistedRedirectUrls":{"uniqueItems":true,"type":"array","description":"Domains that are allowed to be redirected to upon finalizing a directory connect flow","items":{"type":"string"}},"currency":{"type":"string","description":"The currency"},"entity":{"type":"string","description":"Uberall entity","enum":["UBERALL_BV","UBERALL_CANADA_INC","UBERALL_FR","UBERALL_GMBH","UBERALL_INC","UBERALL_MF","UBERALL_UK"]},"isSsoActive":{"type":"boolean","description":"If set to true this will activate the single sign-on flow for logging into our app. Note that all more details need to be set before it can be used."},"maxFreeLocations":{"type":"integer","description":"Max free locations","format":"int32"},"type":{"type":"string","description":"The type, e.g. STANDARD or CUSTOM"},"whitelabelInformations":{"uniqueItems":true,"type":"array","description":"List of the sales partner's white-label information","items":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"}},"onboardingStatus":{"type":"string","description":"The onboarding status of the SalesPartner","enum":["NOT_STARTED","IN_PROGRESS","FINISHED","ABORTED"]},"locationGroupIds":{"type":"array","items":{"type":"integer","format":"int64"}},"country":{"type":"string","description":"The country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"address":{"type":"string","description":"Full address field including street, zip and city."},"contactPerson":{"type":"integer","description":"The contact person","format":"int64"},"emailAccounting":{"type":"string","description":"Accounting email of the SalesPartner"},"vatId":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"price":{"type":"integer","format":"int64"},"priceMin":{"type":"integer","format":"int64"},"commission":{"type":"integer","format":"int64"}},"description":"Sales Partner Model"}},"description":"The actual response object of the response"}},"components/schemas/SearchData":{"id":"components/schemas/SearchData","kind":"json-schema","title":"SearchData","data":{"required":["id"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id","format":"int64"},"name":{"type":"string","description":"The location's name"},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"},"city":{"type":"string","description":"City"},"zip":{"type":"string","description":"Zip code"},"country":{"type":"string","description":"Country. One of AT, CH, DE, ES, UK, FR, IT, NL","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"token":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The token you will need for /api/search/$id"},"children":[]}]}]}]}},"description":"Search Data"}},"components/schemas/SearchDataListObject":{"id":"components/schemas/SearchDataListObject","kind":"json-schema","title":"SearchDataListObject","data":{"type":"object","properties":{"results":{"type":"array","items":{"required":["id"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id","format":"int64"},"name":{"type":"string","description":"The location's name"},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"},"city":{"type":"string","description":"City"},"zip":{"type":"string","description":"Zip code"},"country":{"type":"string","description":"Country. One of AT, CH, DE, ES, UK, FR, IT, NL","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"token":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The token you will need for /api/search/$id"},"children":[]}]}]}]}},"description":"Search Data"}},"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"count":{"type":"integer","description":"The total count of search data","format":"int32","example":100}},"description":"The actual response object of the response"}},"components/schemas/SearchDataListWrapper":{"id":"components/schemas/SearchDataListWrapper","kind":"json-schema","title":"SearchDataListWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"results":{"type":"array","items":{"required":["id"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id","format":"int64"},"name":{"type":"string","description":"The location's name"},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"},"city":{"type":"string","description":"City"},"zip":{"type":"string","description":"Zip code"},"country":{"type":"string","description":"Country. One of AT, CH, DE, ES, UK, FR, IT, NL","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"token":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The token you will need for /api/search/$id"},"children":[]}]}]}]}},"description":"Search Data"}},"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"count":{"type":"integer","description":"The total count of search data","format":"int32","example":100}},"description":"The actual response object of the response"}}}},"components/schemas/SearchDataObject":{"id":"components/schemas/SearchDataObject","kind":"json-schema","title":"SearchDataObject","data":{"type":"object","properties":{"searchData":{"required":["id"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id","format":"int64"},"name":{"type":"string","description":"The location's name"},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"},"city":{"type":"string","description":"City"},"zip":{"type":"string","description":"Zip code"},"country":{"type":"string","description":"Country. One of AT, CH, DE, ES, UK, FR, IT, NL","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"token":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The token you will need for /api/search/$id"},"children":[]}]}]}]}},"description":"Search Data"},"alreadyManaged":{"type":"boolean","description":"Indicates if the search data is already managed","example":true}},"description":"The actual response object of the response"}},"components/schemas/SearchDataWrapper":{"id":"components/schemas/SearchDataWrapper","kind":"json-schema","title":"SearchDataWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"searchData":{"required":["id"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id","format":"int64"},"name":{"type":"string","description":"The location's name"},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"},"city":{"type":"string","description":"City"},"zip":{"type":"string","description":"Zip code"},"country":{"type":"string","description":"Country. One of AT, CH, DE, ES, UK, FR, IT, NL","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"token":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The token you will need for /api/search/$id"},"children":[]}]}]}]}},"description":"Search Data"},"alreadyManaged":{"type":"boolean","description":"Indicates if the search data is already managed","example":true}},"description":"The actual response object of the response"}}}},"components/schemas/ServiceArea":{"id":"components/schemas/ServiceArea","kind":"json-schema","title":"ServiceArea","data":{"required":["name","placeId"],"type":"object","properties":{"name":{"type":"string","description":"The name of the service area, e.g. Berlin, Deutschland","example":"Berlin, Deutschland"},"placeId":{"type":"string","description":"A unique place id , e.g. ChIJAVkDPzdOqEcRcDteW0YgIQQ, Place IDs uniquely identify a place in the Google Places database and on Google Maps. Please visit https://developers.google.com/places/place-id for more info","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"}},"description":"The areas where this location offers service, e.g. useful for food delivery"}},"components/schemas/ServiceItem":{"id":"components/schemas/ServiceItem","kind":"json-schema","title":"ServiceItem","data":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}},"components/schemas/ServiceItemObject":{"id":"components/schemas/ServiceItemObject","kind":"json-schema","title":"ServiceItemObject","data":{"type":"object","description":"The actual response object of the response"}},"components/schemas/ServiceItemSearchObject":{"id":"components/schemas/ServiceItemSearchObject","kind":"json-schema","title":"ServiceItemSearchObject","data":{"type":"object","properties":{"query":{"type":"string","description":"The search query","example":"service"},"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"serviceItems":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}}},"description":"The actual response object of the response"}},"components/schemas/ServiceItemSearchWrapper":{"id":"components/schemas/ServiceItemSearchWrapper","kind":"json-schema","title":"ServiceItemSearchWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"query":{"type":"string","description":"The search query","example":"service"},"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"serviceItems":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}}},"description":"The actual response object of the response"}}}},"components/schemas/ServiceItemWrapper":{"id":"components/schemas/ServiceItemWrapper","kind":"json-schema","title":"ServiceItemWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","description":"The actual response object of the response"}}}},"components/schemas/SocialPost":{"id":"components/schemas/SocialPost","kind":"json-schema","title":"SocialPost","data":{"required":["directories","publicationDate","type"],"type":"object","properties":{"title":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The title of the Social Post. For type QUESTION_AND_ANSWER this is going to be the question."},"children":[]}]}]}]},"description":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The description of the Social Post. For type QUESTION_AND_ANSWER this is going to be the answer."},"children":[]}]}]}]},"url":{"type":"string","description":"A link for the Social Post. This is mandatory for a \"Special Offer\" and should point to a page concerning the offer."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of the Social Post. POST, OFFER, QUESTION_AND_ANSWER, EVENT or ALERT."},"children":[]}]}]}],"enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"alertType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A special type for Google ALERT posts. Possible values are COVID_19."},"children":[]}]}]}],"enum":["COVID_19"]},"id":{"type":"integer","description":"Id","format":"int64"},"campaignId":{"type":"integer","description":"The campaign ID this Social Post belongs to","format":"int64"},"campaign":{"type":"object","properties":{"id":{"type":"integer","description":"Campaign id","format":"int64"},"name":{"type":"string","description":"Campaign name"},"color":{"type":"string","description":"Campaign color in hex format"}},"description":"Social Post Campaign Model"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The current status of the Social Post (scheduled, active, inactive, deleted, not_published, published, impossible)"},"children":[]}]}]}],"enum":["SCHEDULED","APPROVAL_NEEDED","ACTIVE","INACTIVE","DELETED","IMPOSSIBLE","INCOMPLETE","ENDED","REJECTED"]},"dateStart":{"type":"string","description":"The starting date of EVENT and OFFER type Social Posts. It is used to indicate when an EVENT/OFFER will start. For API versions older than 20210804, it is used as publicationDate.","format":"date-time"},"dateEnd":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The ending date of the Social Post (type=OFFER). The post will be removed from the listings at that date. It also determines when a special offer should end."},"children":[]}]}]}],"format":"date-time"},"publicationDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date on which the Social Post will be published. It is used to schedule posts in the future. Format: YYYY-MM-dd'T'HH:mm:ssXXXXX  (Example: 2007-12-03T10:15:30+01:00)"},"children":[]}]}]}],"format":"date-time","example":"2024-06-25T11:01:00Z"},"isStoreLocator":{"type":"boolean","description":"When enabled, the SocialPost will be visible in StoreLocator."},"productName":{"type":"string","description":"The name of the product for a Product Social Post. A Social Post becomes a Product Social Post if that field is set."},"timeZone":{"type":"string","description":"The timezone in which the Social Post should be created","example":"Europe/Berlin"},"productPriceMin":{"type":"integer","description":"Lower price of a Product Social Post if the product has a price range, or the price for the product.","format":"int32"},"productPriceMax":{"type":"integer","description":"Upper price of the product for Product Social Post. If the price is just a single price and not a range, set only productPriceMin.","format":"int32"},"productCurrency":{"type":"string","description":"The currency of a Product Social Post. It is a 3-letters symbol (EUR, USD, ...).","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"labels":{"uniqueItems":true,"type":"array","description":"The list of location labels as entered when creating/updating the Social Post.","example":"['Campaign2018', 'EastCoast']","items":{"type":"string"}},"photos":{"type":"array","description":"The social post's photos","items":{"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string"},"redirectUrl":{"type":"string"}},"description":"Social Post Photo Model"}},"callToActions":{"type":"array","description":"Social Post Call to Action","items":{"type":"object","properties":{"url":{"type":"string"},"directory":{"type":"string"},"type":{"type":"string"}},"description":"Social Post Call To Action Model"}},"firstComment":{"type":"string","description":"The first comment to be posted after a post creation. Only available for INSTAGRAM"},"mentions":{"type":"array","description":"The mentions of the social post","items":{"type":"object","properties":{"id":{"type":"string","description":"Id"},"name":{"type":"string","description":"Name"},"link":{"type":"string","description":"Link"},"avatar":{"type":"string","description":"Avatar"}},"description":"Social Post Mentions"}},"statusPerDirectory":{"type":"object"},"publicationsCount":{"type":"integer","description":"Publications count","format":"int64"},"videos":{"type":"array","description":"The video of the social post (can only be one)","items":{"type":"string"}},"businessIds":{"type":"array","description":"The list of businesses IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationIds":{"type":"array","description":"The list of locations IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"listingPages":{"type":"array","description":"The list of listing page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"businessPages":{"type":"array","description":"The list of business page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationGroups":{"type":"array","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"List of locationIds that should be excluded from the request. Can be used in combination with businessId when some locations should not be considered.","items":{"type":"integer","format":"int64"}},"directories":{"type":"array","description":"The list of directories as entered when creating/updating the Social Post.","items":{"type":"object","properties":{"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The URL of the directory"}},"description":"Social Post Directory"}},"couponCode":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A couponCode for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"termsAndConditions":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Terms and Conditions for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"canEdit":{"type":"boolean"},"locationName":{"type":"string"},"businessName":{"type":"string"},"warnings":{"type":"array","items":{"type":"string"}},"insights":{"type":"array","items":{"type":"object","properties":{"metrics":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}},"description":"Social Post Insights Model"}},"owner":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"name":{"type":"string","description":"Firstname and lastname of the user."},"isApiAdmin":{"type":"boolean"}},"description":"Social Post Owner Model"}},"description":"A Social Post is a message for your customers that will be published on some of your listings. This can be a \"News\", a \"Special Offer\" or a \"Question and Answer\"."}},"components/schemas/SocialPostCallToAction":{"id":"components/schemas/SocialPostCallToAction","kind":"json-schema","title":"SocialPostCallToAction","data":{"type":"object","properties":{"url":{"type":"string"},"directory":{"type":"string"},"type":{"type":"string"}},"description":"Social Post Call To Action Model"}},"components/schemas/SocialPostCampaign":{"id":"components/schemas/SocialPostCampaign","kind":"json-schema","title":"SocialPostCampaign","data":{"type":"object","properties":{"id":{"type":"integer","description":"Campaign id","format":"int64"},"name":{"type":"string","description":"Campaign name"},"color":{"type":"string","description":"Campaign color in hex format"}},"description":"Social Post Campaign Model"}},"components/schemas/SocialPostDirectoriesResponse":{"id":"components/schemas/SocialPostDirectoriesResponse","kind":"json-schema","title":"SocialPostDirectoriesResponse","data":{"type":"object","properties":{"directories":{"type":"array","description":"List of directories that are eligible for a post","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"totalLocationsCount":{"type":"integer","description":"Total amount of considered directories","format":"int32"},"directoryWarnings":{"type":"array","description":"List of warnings for directories","items":{"type":"object","properties":{"directory":{"type":"string","description":"Name of the directory that contains warnings"},"warnings":{"type":"array","description":"List of warnings","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of the warning. For now, these are supported:"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Google only: MISSING_CONNECTION, MISSING_VERIFICATION, CAN_NOT_POST_ON_GOOGLE"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Facebook only: MISSING_CONNECTION"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Other directories and warnings for whole locations: NEEDS_REVIEW"},"children":[]}]}]}]},"locationIds":{"uniqueItems":true,"type":"array","description":"List of locationIds (out of the selected locations) with that warning","items":{"type":"integer","format":"int64"}}},"description":"Social Post Warning"}}},"description":"Social Post Directory Warning"}},"locationWarnings":{"type":"array","description":"List of warnings for locations","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of the warning. For now, these are supported:"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Google only: MISSING_CONNECTION, MISSING_VERIFICATION, CAN_NOT_POST_ON_GOOGLE"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Facebook only: MISSING_CONNECTION"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Other directories and warnings for whole locations: NEEDS_REVIEW"},"children":[]}]}]}]},"locationIds":{"uniqueItems":true,"type":"array","description":"List of locationIds (out of the selected locations) with that warning","items":{"type":"integer","format":"int64"}}},"description":"Social Post Warning"}},"googleAlertTypes":{"type":"array","description":"Currently active types for Google ALERT","items":{"type":"string"}}},"description":"Social Post Directories Response Model"}},"components/schemas/SocialPostDirectoriesResponseWrapper":{"id":"components/schemas/SocialPostDirectoriesResponseWrapper","kind":"json-schema","title":"SocialPostDirectoriesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"directories":{"type":"array","description":"List of directories that are eligible for a post","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"totalLocationsCount":{"type":"integer","description":"Total amount of considered directories","format":"int32"},"directoryWarnings":{"type":"array","description":"List of warnings for directories","items":{"type":"object","properties":{"directory":{"type":"string","description":"Name of the directory that contains warnings"},"warnings":{"type":"array","description":"List of warnings","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of the warning. For now, these are supported:"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Google only: MISSING_CONNECTION, MISSING_VERIFICATION, CAN_NOT_POST_ON_GOOGLE"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Facebook only: MISSING_CONNECTION"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Other directories and warnings for whole locations: NEEDS_REVIEW"},"children":[]}]}]}]},"locationIds":{"uniqueItems":true,"type":"array","description":"List of locationIds (out of the selected locations) with that warning","items":{"type":"integer","format":"int64"}}},"description":"Social Post Warning"}}},"description":"Social Post Directory Warning"}},"locationWarnings":{"type":"array","description":"List of warnings for locations","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of the warning. For now, these are supported:"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Google only: MISSING_CONNECTION, MISSING_VERIFICATION, CAN_NOT_POST_ON_GOOGLE"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Facebook only: MISSING_CONNECTION"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Other directories and warnings for whole locations: NEEDS_REVIEW"},"children":[]}]}]}]},"locationIds":{"uniqueItems":true,"type":"array","description":"List of locationIds (out of the selected locations) with that warning","items":{"type":"integer","format":"int64"}}},"description":"Social Post Warning"}},"googleAlertTypes":{"type":"array","description":"Currently active types for Google ALERT","items":{"type":"string"}}},"description":"Social Post Directories Response Model"}}}},"components/schemas/SocialPostDirectory":{"id":"components/schemas/SocialPostDirectory","kind":"json-schema","title":"SocialPostDirectory","data":{"type":"object","properties":{"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The URL of the directory"}},"description":"Social Post Directory"}},"components/schemas/SocialPostDirectoryWarning":{"id":"components/schemas/SocialPostDirectoryWarning","kind":"json-schema","title":"SocialPostDirectoryWarning","data":{"type":"object","properties":{"directory":{"type":"string","description":"Name of the directory that contains warnings"},"warnings":{"type":"array","description":"List of warnings","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of the warning. For now, these are supported:"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Google only: MISSING_CONNECTION, MISSING_VERIFICATION, CAN_NOT_POST_ON_GOOGLE"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Facebook only: MISSING_CONNECTION"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Other directories and warnings for whole locations: NEEDS_REVIEW"},"children":[]}]}]}]},"locationIds":{"uniqueItems":true,"type":"array","description":"List of locationIds (out of the selected locations) with that warning","items":{"type":"integer","format":"int64"}}},"description":"Social Post Warning"}}},"description":"Social Post Directory Warning"}},"components/schemas/SocialPostInsights":{"id":"components/schemas/SocialPostInsights","kind":"json-schema","title":"SocialPostInsights","data":{"type":"object","properties":{"metrics":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}},"description":"Social Post Insights Model"}},"components/schemas/SocialPostMentions":{"id":"components/schemas/SocialPostMentions","kind":"json-schema","title":"SocialPostMentions","data":{"type":"object","properties":{"id":{"type":"string","description":"Id"},"name":{"type":"string","description":"Name"},"link":{"type":"string","description":"Link"},"avatar":{"type":"string","description":"Avatar"}},"description":"Social Post Mentions"}},"components/schemas/SocialPostOwner":{"id":"components/schemas/SocialPostOwner","kind":"json-schema","title":"SocialPostOwner","data":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"name":{"type":"string","description":"Firstname and lastname of the user."},"isApiAdmin":{"type":"boolean"}},"description":"Social Post Owner Model"}},"components/schemas/SocialPostPhoto":{"id":"components/schemas/SocialPostPhoto","kind":"json-schema","title":"SocialPostPhoto","data":{"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string"},"redirectUrl":{"type":"string"}},"description":"Social Post Photo Model"}},"components/schemas/SocialPostResponseObject":{"id":"components/schemas/SocialPostResponseObject","kind":"json-schema","title":"SocialPostResponseObject","data":{"type":"object","properties":{"socialPost":{"required":["directories","publicationDate","type"],"type":"object","properties":{"title":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The title of the Social Post. For type QUESTION_AND_ANSWER this is going to be the question."},"children":[]}]}]}]},"description":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The description of the Social Post. For type QUESTION_AND_ANSWER this is going to be the answer."},"children":[]}]}]}]},"url":{"type":"string","description":"A link for the Social Post. This is mandatory for a \"Special Offer\" and should point to a page concerning the offer."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of the Social Post. POST, OFFER, QUESTION_AND_ANSWER, EVENT or ALERT."},"children":[]}]}]}],"enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"alertType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A special type for Google ALERT posts. Possible values are COVID_19."},"children":[]}]}]}],"enum":["COVID_19"]},"id":{"type":"integer","description":"Id","format":"int64"},"campaignId":{"type":"integer","description":"The campaign ID this Social Post belongs to","format":"int64"},"campaign":{"type":"object","properties":{"id":{"type":"integer","description":"Campaign id","format":"int64"},"name":{"type":"string","description":"Campaign name"},"color":{"type":"string","description":"Campaign color in hex format"}},"description":"Social Post Campaign Model"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The current status of the Social Post (scheduled, active, inactive, deleted, not_published, published, impossible)"},"children":[]}]}]}],"enum":["SCHEDULED","APPROVAL_NEEDED","ACTIVE","INACTIVE","DELETED","IMPOSSIBLE","INCOMPLETE","ENDED","REJECTED"]},"dateStart":{"type":"string","description":"The starting date of EVENT and OFFER type Social Posts. It is used to indicate when an EVENT/OFFER will start. For API versions older than 20210804, it is used as publicationDate.","format":"date-time"},"dateEnd":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The ending date of the Social Post (type=OFFER). The post will be removed from the listings at that date. It also determines when a special offer should end."},"children":[]}]}]}],"format":"date-time"},"publicationDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date on which the Social Post will be published. It is used to schedule posts in the future. Format: YYYY-MM-dd'T'HH:mm:ssXXXXX  (Example: 2007-12-03T10:15:30+01:00)"},"children":[]}]}]}],"format":"date-time","example":"2024-06-25T11:01:00Z"},"isStoreLocator":{"type":"boolean","description":"When enabled, the SocialPost will be visible in StoreLocator."},"productName":{"type":"string","description":"The name of the product for a Product Social Post. A Social Post becomes a Product Social Post if that field is set."},"timeZone":{"type":"string","description":"The timezone in which the Social Post should be created","example":"Europe/Berlin"},"productPriceMin":{"type":"integer","description":"Lower price of a Product Social Post if the product has a price range, or the price for the product.","format":"int32"},"productPriceMax":{"type":"integer","description":"Upper price of the product for Product Social Post. If the price is just a single price and not a range, set only productPriceMin.","format":"int32"},"productCurrency":{"type":"string","description":"The currency of a Product Social Post. It is a 3-letters symbol (EUR, USD, ...).","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"labels":{"uniqueItems":true,"type":"array","description":"The list of location labels as entered when creating/updating the Social Post.","example":"['Campaign2018', 'EastCoast']","items":{"type":"string"}},"photos":{"type":"array","description":"The social post's photos","items":{"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string"},"redirectUrl":{"type":"string"}},"description":"Social Post Photo Model"}},"callToActions":{"type":"array","description":"Social Post Call to Action","items":{"type":"object","properties":{"url":{"type":"string"},"directory":{"type":"string"},"type":{"type":"string"}},"description":"Social Post Call To Action Model"}},"firstComment":{"type":"string","description":"The first comment to be posted after a post creation. Only available for INSTAGRAM"},"mentions":{"type":"array","description":"The mentions of the social post","items":{"type":"object","properties":{"id":{"type":"string","description":"Id"},"name":{"type":"string","description":"Name"},"link":{"type":"string","description":"Link"},"avatar":{"type":"string","description":"Avatar"}},"description":"Social Post Mentions"}},"statusPerDirectory":{"type":"object"},"publicationsCount":{"type":"integer","description":"Publications count","format":"int64"},"videos":{"type":"array","description":"The video of the social post (can only be one)","items":{"type":"string"}},"businessIds":{"type":"array","description":"The list of businesses IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationIds":{"type":"array","description":"The list of locations IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"listingPages":{"type":"array","description":"The list of listing page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"businessPages":{"type":"array","description":"The list of business page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationGroups":{"type":"array","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"List of locationIds that should be excluded from the request. Can be used in combination with businessId when some locations should not be considered.","items":{"type":"integer","format":"int64"}},"directories":{"type":"array","description":"The list of directories as entered when creating/updating the Social Post.","items":{"type":"object","properties":{"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The URL of the directory"}},"description":"Social Post Directory"}},"couponCode":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A couponCode for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"termsAndConditions":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Terms and Conditions for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"canEdit":{"type":"boolean"},"locationName":{"type":"string"},"businessName":{"type":"string"},"warnings":{"type":"array","items":{"type":"string"}},"insights":{"type":"array","items":{"type":"object","properties":{"metrics":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}},"description":"Social Post Insights Model"}},"owner":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"name":{"type":"string","description":"Firstname and lastname of the user."},"isApiAdmin":{"type":"boolean"}},"description":"Social Post Owner Model"}},"description":"A Social Post is a message for your customers that will be published on some of your listings. This can be a \"News\", a \"Special Offer\" or a \"Question and Answer\"."}},"description":"The actual response object of the response"}},"components/schemas/SocialPostResponseWrapper":{"id":"components/schemas/SocialPostResponseWrapper","kind":"json-schema","title":"SocialPostResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"socialPost":{"required":["directories","publicationDate","type"],"type":"object","properties":{"title":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The title of the Social Post. For type QUESTION_AND_ANSWER this is going to be the question."},"children":[]}]}]}]},"description":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The description of the Social Post. For type QUESTION_AND_ANSWER this is going to be the answer."},"children":[]}]}]}]},"url":{"type":"string","description":"A link for the Social Post. This is mandatory for a \"Special Offer\" and should point to a page concerning the offer."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of the Social Post. POST, OFFER, QUESTION_AND_ANSWER, EVENT or ALERT."},"children":[]}]}]}],"enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"alertType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A special type for Google ALERT posts. Possible values are COVID_19."},"children":[]}]}]}],"enum":["COVID_19"]},"id":{"type":"integer","description":"Id","format":"int64"},"campaignId":{"type":"integer","description":"The campaign ID this Social Post belongs to","format":"int64"},"campaign":{"type":"object","properties":{"id":{"type":"integer","description":"Campaign id","format":"int64"},"name":{"type":"string","description":"Campaign name"},"color":{"type":"string","description":"Campaign color in hex format"}},"description":"Social Post Campaign Model"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The current status of the Social Post (scheduled, active, inactive, deleted, not_published, published, impossible)"},"children":[]}]}]}],"enum":["SCHEDULED","APPROVAL_NEEDED","ACTIVE","INACTIVE","DELETED","IMPOSSIBLE","INCOMPLETE","ENDED","REJECTED"]},"dateStart":{"type":"string","description":"The starting date of EVENT and OFFER type Social Posts. It is used to indicate when an EVENT/OFFER will start. For API versions older than 20210804, it is used as publicationDate.","format":"date-time"},"dateEnd":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The ending date of the Social Post (type=OFFER). The post will be removed from the listings at that date. It also determines when a special offer should end."},"children":[]}]}]}],"format":"date-time"},"publicationDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date on which the Social Post will be published. It is used to schedule posts in the future. Format: YYYY-MM-dd'T'HH:mm:ssXXXXX  (Example: 2007-12-03T10:15:30+01:00)"},"children":[]}]}]}],"format":"date-time","example":"2024-06-25T11:01:00Z"},"isStoreLocator":{"type":"boolean","description":"When enabled, the SocialPost will be visible in StoreLocator."},"productName":{"type":"string","description":"The name of the product for a Product Social Post. A Social Post becomes a Product Social Post if that field is set."},"timeZone":{"type":"string","description":"The timezone in which the Social Post should be created","example":"Europe/Berlin"},"productPriceMin":{"type":"integer","description":"Lower price of a Product Social Post if the product has a price range, or the price for the product.","format":"int32"},"productPriceMax":{"type":"integer","description":"Upper price of the product for Product Social Post. If the price is just a single price and not a range, set only productPriceMin.","format":"int32"},"productCurrency":{"type":"string","description":"The currency of a Product Social Post. It is a 3-letters symbol (EUR, USD, ...).","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"labels":{"uniqueItems":true,"type":"array","description":"The list of location labels as entered when creating/updating the Social Post.","example":"['Campaign2018', 'EastCoast']","items":{"type":"string"}},"photos":{"type":"array","description":"The social post's photos","items":{"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string"},"redirectUrl":{"type":"string"}},"description":"Social Post Photo Model"}},"callToActions":{"type":"array","description":"Social Post Call to Action","items":{"type":"object","properties":{"url":{"type":"string"},"directory":{"type":"string"},"type":{"type":"string"}},"description":"Social Post Call To Action Model"}},"firstComment":{"type":"string","description":"The first comment to be posted after a post creation. Only available for INSTAGRAM"},"mentions":{"type":"array","description":"The mentions of the social post","items":{"type":"object","properties":{"id":{"type":"string","description":"Id"},"name":{"type":"string","description":"Name"},"link":{"type":"string","description":"Link"},"avatar":{"type":"string","description":"Avatar"}},"description":"Social Post Mentions"}},"statusPerDirectory":{"type":"object"},"publicationsCount":{"type":"integer","description":"Publications count","format":"int64"},"videos":{"type":"array","description":"The video of the social post (can only be one)","items":{"type":"string"}},"businessIds":{"type":"array","description":"The list of businesses IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationIds":{"type":"array","description":"The list of locations IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"listingPages":{"type":"array","description":"The list of listing page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"businessPages":{"type":"array","description":"The list of business page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationGroups":{"type":"array","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"List of locationIds that should be excluded from the request. Can be used in combination with businessId when some locations should not be considered.","items":{"type":"integer","format":"int64"}},"directories":{"type":"array","description":"The list of directories as entered when creating/updating the Social Post.","items":{"type":"object","properties":{"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The URL of the directory"}},"description":"Social Post Directory"}},"couponCode":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A couponCode for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"termsAndConditions":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Terms and Conditions for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"canEdit":{"type":"boolean"},"locationName":{"type":"string"},"businessName":{"type":"string"},"warnings":{"type":"array","items":{"type":"string"}},"insights":{"type":"array","items":{"type":"object","properties":{"metrics":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}},"description":"Social Post Insights Model"}},"owner":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"name":{"type":"string","description":"Firstname and lastname of the user."},"isApiAdmin":{"type":"boolean"}},"description":"Social Post Owner Model"}},"description":"A Social Post is a message for your customers that will be published on some of your listings. This can be a \"News\", a \"Special Offer\" or a \"Question and Answer\"."}},"description":"The actual response object of the response"}}}},"components/schemas/SocialPostSwaggerWrapper":{"id":"components/schemas/SocialPostSwaggerWrapper","kind":"json-schema","title":"SocialPostSwaggerWrapper","data":{"required":["directories","publicationDate","type"],"type":"object","properties":{"title":{"type":"string","description":"The title of the Social Post."},"description":{"type":"string","description":"The title of the Social Post."},"url":{"type":"string","description":"A link for the Social Post. This is mandatory for a \"Special Offer\" and should point to a page concerning the offer"},"type":{"type":"string","description":"The type of the Social Post. POST, OFFER, ALERT, EVENT, REEL, STORY or CAROUSEL.","enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"alertType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A special type for Google ALERT posts. Possible values are COVID_19."},"children":[]}]}]}],"enum":["COVID_19"]},"id":{"type":"integer","description":"Id","format":"int64"},"campaignId":{"type":"integer","description":"The campaign ID this Social Post belongs to","format":"int64"},"campaign":{"type":"object","properties":{"id":{"type":"integer","description":"Campaign id","format":"int64"},"name":{"type":"string","description":"Campaign name"},"color":{"type":"string","description":"Campaign color in hex format"}},"description":"Social Post Campaign Model"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The current status of the Social Post (scheduled, active, inactive, not_published, published, impossible)"},"children":[]}]}]}],"enum":["SCHEDULED","APPROVAL_NEEDED","ACTIVE","INACTIVE","DELETED","IMPOSSIBLE","INCOMPLETE","ENDED","REJECTED"]},"dateStart":{"type":"string","description":"The starting date of EVENT and OFFER type Social Posts. It is used to indicate when an EVENT/OFFER will start.\n            For API versions older than 2021-08-04, it is used as publicationDate.","format":"date-time"},"dateEnd":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The ending date of the Social Post (type=OFFER). The post will be removed from the listings at that date."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"It also determines when a special offer should end."},"children":[]}]}]}],"format":"date-time"},"publicationDate":{"type":"string","description":"The date on which the Social Post will be published. It is used to schedule posts in the future. Format: yyyy-MM-dd'T'HH:mm:ss'Z'","format":"date-time","example":"2024-06-25T11:01:00Z"},"isStoreLocator":{"type":"boolean","description":"When enabled, the SocialPost will be visible in StoreLocator"},"productName":{"type":"string","description":"Product name for product posts"},"timeZone":{"type":"string","description":"The timezone in which the Social Post should be created","example":"Europe/Berlin"},"productPriceMin":{"type":"integer","description":"Minimum product price","format":"int32"},"productPriceMax":{"type":"integer","description":"Maximum product price","format":"int32"},"productCurrency":{"type":"string","description":"Currency of the product price","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"labels":{"uniqueItems":true,"type":"array","description":"The list of location labels as entered when creating/updating the Social Post","items":{"type":"string"}},"photos":{"type":"array","description":"The Social Post photos","items":{"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string"},"redirectUrl":{"type":"string"}},"description":"Social Post Photo Model"}},"callToActions":{"type":"array","description":"Social Post Call to Action","items":{"type":"object","properties":{"url":{"type":"string"},"directory":{"type":"string"},"type":{"type":"string"}},"description":"Social Post Call To Action Model"}},"firstComment":{"type":"string","description":"The first comment to be posted after a post creation. Only available for INSTAGRAM"},"mentions":{"type":"array","description":"The mentions of the social post","items":{"type":"object","properties":{"id":{"type":"string","description":"Id"},"name":{"type":"string","description":"Name"},"link":{"type":"string","description":"Link"},"avatar":{"type":"string","description":"Avatar"}},"description":"Social Post Mentions"}},"statusPerDirectory":{"type":"object"},"publicationsCount":{"type":"integer","description":"Publications count","format":"int64"},"directories":{"type":"array","description":"The list of directories as entered when creating/updating the Social Post.","items":{"type":"string"}}}}},"components/schemas/SocialPostTemplate":{"id":"components/schemas/SocialPostTemplate","kind":"json-schema","title":"SocialPostTemplate","data":{"required":["type","userId"],"type":"object","properties":{"title":{"type":"string","description":"The title of the Social Post Template."},"description":{"type":"string","description":"The description of the Social Post Template. It is required if the template has no photos."},"url":{"type":"string","description":"A link for the Social Post Template."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of the Social Post Template. POST, OFFER or QUESTION_AND_ANSWER, EVENT or ALERT."},"children":[]}]}]}],"enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"alertType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set to COVID_19 if this Social Post Template is a COVID-19 Google Alert Post"},"children":[]}]}]}],"enum":["COVID_19"]},"id":{"type":"integer","description":"Id","format":"int64"},"shared":{"type":"boolean","description":"Defines if the Social Post Template is shared or not."},"isStoreLocator":{"type":"boolean","description":"When enabled, the SocialPost will be visible in StoreLocator"},"callToActions":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Post Call to Action Description (URL & Type)"},"children":[]}]}]}],"items":{"type":"object","properties":{"url":{"type":"string","description":"The url of the call to action."},"type":{"type":"string","description":"The type of the call to action.","enum":["CALL","LEARN_MORE","SIGN_UP","DIRECTIONS","WEBSITE","BOOK_TRAVEL","INSTALL_APP","LISTEN_MUSIC","NO_BUTTON","USE_APP","WATCH_MORE","WATCH_VIDEO","DOWNLOAD","BOOK","ORDER","SHOP"]},"directory":{"type":"string","description":"The directory of the call to action.","enum":["FACEBOOK","GOOGLE","APPLE_MAPS","LINKED_IN"]}},"description":"Social Post Template Call To Action Model"}},"asset":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"},"name":{"type":"string","description":"Name"},"description":{"type":"string","description":"Description"},"dateCreated":{"type":"string","description":"The date when the asset was created","format":"date-time"},"dateUpdated":{"type":"string","description":"The date when the asset was last updated","format":"date-time"},"status":{"type":"string","description":"Status of the asset","example":"VISIBLE","enum":["HIDDEN","VISIBLE","REMOVED"]},"type":{"type":"string","description":"Type of the asset","example":"AD_TEMPLATE","enum":["AD_TEMPLATE","SOCIAL_POST_TEMPLATE"]},"authorId":{"type":"integer","description":"The author of the asset","format":"int64"},"folderId":{"type":"integer","description":"The folder id where the asset is stored","format":"int64"},"locationIds":{"type":"array","description":"List of location Ids","items":{"type":"integer","format":"int64"}},"businessIds":{"type":"array","description":"List of business ids","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"List excluded location Ids","items":{"type":"integer","format":"int64"}},"labels":{"type":"array","description":"List of labels","items":{"type":"string"}}},"description":"Dam Asset Model"},"videos":{"type":"array","description":"List of videos (currently only supports one element)","items":{"type":"string"}},"directories":{"type":"array","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"ownerId":{"type":"integer","description":"The id of the user that owns the Social Post Template. (Only informational. If included in the request, it will be ignored.)","format":"int64"},"ownerName":{"type":"string","description":"The name of the user that owns the Social Post Template. (Only informational. If included in the request, it will be ignored.)"},"userId":{"type":"integer","description":"Id of the user that is doing the action","format":"int64"},"photos":{"type":"array","description":"The Social Post Template's photos. It should be a list containing BASE64 converted images or urls of photos from a previous Social Post. It is required if the template has no description.","items":{"type":"object","properties":{"photo":{"type":"object","description":"Placeholder to represent photo for a social post which can either be a base64 encoded string or a S3 link for image"},"description":{"type":"string","description":"Description for the social post photo"},"redirectUrl":{"type":"string","description":"The URL that a user is redirected to when clicking the photo"}},"description":"Photo Container Model"}}},"description":"Social Post Template Model"}},"components/schemas/SocialPostTemplateCallToAction":{"id":"components/schemas/SocialPostTemplateCallToAction","kind":"json-schema","title":"SocialPostTemplateCallToAction","data":{"type":"object","properties":{"url":{"type":"string","description":"The url of the call to action."},"type":{"type":"string","description":"The type of the call to action.","enum":["CALL","LEARN_MORE","SIGN_UP","DIRECTIONS","WEBSITE","BOOK_TRAVEL","INSTALL_APP","LISTEN_MUSIC","NO_BUTTON","USE_APP","WATCH_MORE","WATCH_VIDEO","DOWNLOAD","BOOK","ORDER","SHOP"]},"directory":{"type":"string","description":"The directory of the call to action.","enum":["FACEBOOK","GOOGLE","APPLE_MAPS","LINKED_IN"]}},"description":"Social Post Template Call To Action Model"}},"components/schemas/SocialPostTemplateResponseObject":{"id":"components/schemas/SocialPostTemplateResponseObject","kind":"json-schema","title":"SocialPostTemplateResponseObject","data":{"type":"object","properties":{"socialPostTemplate":{"required":["type","userId"],"type":"object","properties":{"title":{"type":"string","description":"The title of the Social Post Template."},"description":{"type":"string","description":"The description of the Social Post Template. It is required if the template has no photos."},"url":{"type":"string","description":"A link for the Social Post Template."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of the Social Post Template. POST, OFFER or QUESTION_AND_ANSWER, EVENT or ALERT."},"children":[]}]}]}],"enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"alertType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set to COVID_19 if this Social Post Template is a COVID-19 Google Alert Post"},"children":[]}]}]}],"enum":["COVID_19"]},"id":{"type":"integer","description":"Id","format":"int64"},"shared":{"type":"boolean","description":"Defines if the Social Post Template is shared or not."},"isStoreLocator":{"type":"boolean","description":"When enabled, the SocialPost will be visible in StoreLocator"},"callToActions":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Post Call to Action Description (URL & Type)"},"children":[]}]}]}],"items":{"type":"object","properties":{"url":{"type":"string","description":"The url of the call to action."},"type":{"type":"string","description":"The type of the call to action.","enum":["CALL","LEARN_MORE","SIGN_UP","DIRECTIONS","WEBSITE","BOOK_TRAVEL","INSTALL_APP","LISTEN_MUSIC","NO_BUTTON","USE_APP","WATCH_MORE","WATCH_VIDEO","DOWNLOAD","BOOK","ORDER","SHOP"]},"directory":{"type":"string","description":"The directory of the call to action.","enum":["FACEBOOK","GOOGLE","APPLE_MAPS","LINKED_IN"]}},"description":"Social Post Template Call To Action Model"}},"asset":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"},"name":{"type":"string","description":"Name"},"description":{"type":"string","description":"Description"},"dateCreated":{"type":"string","description":"The date when the asset was created","format":"date-time"},"dateUpdated":{"type":"string","description":"The date when the asset was last updated","format":"date-time"},"status":{"type":"string","description":"Status of the asset","example":"VISIBLE","enum":["HIDDEN","VISIBLE","REMOVED"]},"type":{"type":"string","description":"Type of the asset","example":"AD_TEMPLATE","enum":["AD_TEMPLATE","SOCIAL_POST_TEMPLATE"]},"authorId":{"type":"integer","description":"The author of the asset","format":"int64"},"folderId":{"type":"integer","description":"The folder id where the asset is stored","format":"int64"},"locationIds":{"type":"array","description":"List of location Ids","items":{"type":"integer","format":"int64"}},"businessIds":{"type":"array","description":"List of business ids","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"List excluded location Ids","items":{"type":"integer","format":"int64"}},"labels":{"type":"array","description":"List of labels","items":{"type":"string"}}},"description":"Dam Asset Model"},"videos":{"type":"array","description":"List of videos (currently only supports one element)","items":{"type":"string"}},"directories":{"type":"array","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"ownerId":{"type":"integer","description":"The id of the user that owns the Social Post Template. (Only informational. If included in the request, it will be ignored.)","format":"int64"},"ownerName":{"type":"string","description":"The name of the user that owns the Social Post Template. (Only informational. If included in the request, it will be ignored.)"},"userId":{"type":"integer","description":"Id of the user that is doing the action","format":"int64"},"photos":{"type":"array","description":"The Social Post Template's photos. It should be a list containing BASE64 converted images or urls of photos from a previous Social Post. It is required if the template has no description.","items":{"type":"object","properties":{"photo":{"type":"object","description":"Placeholder to represent photo for a social post which can either be a base64 encoded string or a S3 link for image"},"description":{"type":"string","description":"Description for the social post photo"},"redirectUrl":{"type":"string","description":"The URL that a user is redirected to when clicking the photo"}},"description":"Photo Container Model"}}},"description":"Social Post Template Model"}},"description":"The actual response object of the response"}},"components/schemas/SocialPostTemplateResponseWrapper":{"id":"components/schemas/SocialPostTemplateResponseWrapper","kind":"json-schema","title":"SocialPostTemplateResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"socialPostTemplate":{"required":["type","userId"],"type":"object","properties":{"title":{"type":"string","description":"The title of the Social Post Template."},"description":{"type":"string","description":"The description of the Social Post Template. It is required if the template has no photos."},"url":{"type":"string","description":"A link for the Social Post Template."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of the Social Post Template. POST, OFFER or QUESTION_AND_ANSWER, EVENT or ALERT."},"children":[]}]}]}],"enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"alertType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set to COVID_19 if this Social Post Template is a COVID-19 Google Alert Post"},"children":[]}]}]}],"enum":["COVID_19"]},"id":{"type":"integer","description":"Id","format":"int64"},"shared":{"type":"boolean","description":"Defines if the Social Post Template is shared or not."},"isStoreLocator":{"type":"boolean","description":"When enabled, the SocialPost will be visible in StoreLocator"},"callToActions":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Post Call to Action Description (URL & Type)"},"children":[]}]}]}],"items":{"type":"object","properties":{"url":{"type":"string","description":"The url of the call to action."},"type":{"type":"string","description":"The type of the call to action.","enum":["CALL","LEARN_MORE","SIGN_UP","DIRECTIONS","WEBSITE","BOOK_TRAVEL","INSTALL_APP","LISTEN_MUSIC","NO_BUTTON","USE_APP","WATCH_MORE","WATCH_VIDEO","DOWNLOAD","BOOK","ORDER","SHOP"]},"directory":{"type":"string","description":"The directory of the call to action.","enum":["FACEBOOK","GOOGLE","APPLE_MAPS","LINKED_IN"]}},"description":"Social Post Template Call To Action Model"}},"asset":{"type":"object","properties":{"id":{"type":"integer","description":"Id","format":"int64"},"name":{"type":"string","description":"Name"},"description":{"type":"string","description":"Description"},"dateCreated":{"type":"string","description":"The date when the asset was created","format":"date-time"},"dateUpdated":{"type":"string","description":"The date when the asset was last updated","format":"date-time"},"status":{"type":"string","description":"Status of the asset","example":"VISIBLE","enum":["HIDDEN","VISIBLE","REMOVED"]},"type":{"type":"string","description":"Type of the asset","example":"AD_TEMPLATE","enum":["AD_TEMPLATE","SOCIAL_POST_TEMPLATE"]},"authorId":{"type":"integer","description":"The author of the asset","format":"int64"},"folderId":{"type":"integer","description":"The folder id where the asset is stored","format":"int64"},"locationIds":{"type":"array","description":"List of location Ids","items":{"type":"integer","format":"int64"}},"businessIds":{"type":"array","description":"List of business ids","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"List excluded location Ids","items":{"type":"integer","format":"int64"}},"labels":{"type":"array","description":"List of labels","items":{"type":"string"}}},"description":"Dam Asset Model"},"videos":{"type":"array","description":"List of videos (currently only supports one element)","items":{"type":"string"}},"directories":{"type":"array","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"ownerId":{"type":"integer","description":"The id of the user that owns the Social Post Template. (Only informational. If included in the request, it will be ignored.)","format":"int64"},"ownerName":{"type":"string","description":"The name of the user that owns the Social Post Template. (Only informational. If included in the request, it will be ignored.)"},"userId":{"type":"integer","description":"Id of the user that is doing the action","format":"int64"},"photos":{"type":"array","description":"The Social Post Template's photos. It should be a list containing BASE64 converted images or urls of photos from a previous Social Post. It is required if the template has no description.","items":{"type":"object","properties":{"photo":{"type":"object","description":"Placeholder to represent photo for a social post which can either be a base64 encoded string or a S3 link for image"},"description":{"type":"string","description":"Description for the social post photo"},"redirectUrl":{"type":"string","description":"The URL that a user is redirected to when clicking the photo"}},"description":"Photo Container Model"}}},"description":"Social Post Template Model"}},"description":"The actual response object of the response"}}}},"components/schemas/SocialPostWarning":{"id":"components/schemas/SocialPostWarning","kind":"json-schema","title":"SocialPostWarning","data":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of the warning. For now, these are supported:"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Google only: MISSING_CONNECTION, MISSING_VERIFICATION, CAN_NOT_POST_ON_GOOGLE"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Facebook only: MISSING_CONNECTION"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Other directories and warnings for whole locations: NEEDS_REVIEW"},"children":[]}]}]}]},"locationIds":{"uniqueItems":true,"type":"array","description":"List of locationIds (out of the selected locations) with that warning","items":{"type":"integer","format":"int64"}}},"description":"Social Post Warning"}},"components/schemas/SocialPostWrapper":{"id":"components/schemas/SocialPostWrapper","kind":"json-schema","title":"SocialPostWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"socialPost":{"required":["directories","publicationDate","type"],"type":"object","properties":{"title":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The title of the Social Post. For type QUESTION_AND_ANSWER this is going to be the question."},"children":[]}]}]}]},"description":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The description of the Social Post. For type QUESTION_AND_ANSWER this is going to be the answer."},"children":[]}]}]}]},"url":{"type":"string","description":"A link for the Social Post. This is mandatory for a \"Special Offer\" and should point to a page concerning the offer."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of the Social Post. POST, OFFER, QUESTION_AND_ANSWER, EVENT or ALERT."},"children":[]}]}]}],"enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"alertType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A special type for Google ALERT posts. Possible values are COVID_19."},"children":[]}]}]}],"enum":["COVID_19"]},"id":{"type":"integer","description":"Id","format":"int64"},"campaignId":{"type":"integer","description":"The campaign ID this Social Post belongs to","format":"int64"},"campaign":{"type":"object","properties":{"id":{"type":"integer","description":"Campaign id","format":"int64"},"name":{"type":"string","description":"Campaign name"},"color":{"type":"string","description":"Campaign color in hex format"}},"description":"Social Post Campaign Model"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The current status of the Social Post (scheduled, active, inactive, deleted, not_published, published, impossible)"},"children":[]}]}]}],"enum":["SCHEDULED","APPROVAL_NEEDED","ACTIVE","INACTIVE","DELETED","IMPOSSIBLE","INCOMPLETE","ENDED","REJECTED"]},"dateStart":{"type":"string","description":"The starting date of EVENT and OFFER type Social Posts. It is used to indicate when an EVENT/OFFER will start. For API versions older than 20210804, it is used as publicationDate.","format":"date-time"},"dateEnd":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The ending date of the Social Post (type=OFFER). The post will be removed from the listings at that date. It also determines when a special offer should end."},"children":[]}]}]}],"format":"date-time"},"publicationDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date on which the Social Post will be published. It is used to schedule posts in the future. Format: YYYY-MM-dd'T'HH:mm:ssXXXXX  (Example: 2007-12-03T10:15:30+01:00)"},"children":[]}]}]}],"format":"date-time","example":"2024-06-25T11:01:00Z"},"isStoreLocator":{"type":"boolean","description":"When enabled, the SocialPost will be visible in StoreLocator."},"productName":{"type":"string","description":"The name of the product for a Product Social Post. A Social Post becomes a Product Social Post if that field is set."},"timeZone":{"type":"string","description":"The timezone in which the Social Post should be created","example":"Europe/Berlin"},"productPriceMin":{"type":"integer","description":"Lower price of a Product Social Post if the product has a price range, or the price for the product.","format":"int32"},"productPriceMax":{"type":"integer","description":"Upper price of the product for Product Social Post. If the price is just a single price and not a range, set only productPriceMin.","format":"int32"},"productCurrency":{"type":"string","description":"The currency of a Product Social Post. It is a 3-letters symbol (EUR, USD, ...).","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"labels":{"uniqueItems":true,"type":"array","description":"The list of location labels as entered when creating/updating the Social Post.","example":"['Campaign2018', 'EastCoast']","items":{"type":"string"}},"photos":{"type":"array","description":"The social post's photos","items":{"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string"},"redirectUrl":{"type":"string"}},"description":"Social Post Photo Model"}},"callToActions":{"type":"array","description":"Social Post Call to Action","items":{"type":"object","properties":{"url":{"type":"string"},"directory":{"type":"string"},"type":{"type":"string"}},"description":"Social Post Call To Action Model"}},"firstComment":{"type":"string","description":"The first comment to be posted after a post creation. Only available for INSTAGRAM"},"mentions":{"type":"array","description":"The mentions of the social post","items":{"type":"object","properties":{"id":{"type":"string","description":"Id"},"name":{"type":"string","description":"Name"},"link":{"type":"string","description":"Link"},"avatar":{"type":"string","description":"Avatar"}},"description":"Social Post Mentions"}},"statusPerDirectory":{"type":"object"},"publicationsCount":{"type":"integer","description":"Publications count","format":"int64"},"videos":{"type":"array","description":"The video of the social post (can only be one)","items":{"type":"string"}},"businessIds":{"type":"array","description":"The list of businesses IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationIds":{"type":"array","description":"The list of locations IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"listingPages":{"type":"array","description":"The list of listing page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"businessPages":{"type":"array","description":"The list of business page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationGroups":{"type":"array","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"List of locationIds that should be excluded from the request. Can be used in combination with businessId when some locations should not be considered.","items":{"type":"integer","format":"int64"}},"directories":{"type":"array","description":"The list of directories as entered when creating/updating the Social Post.","items":{"type":"object","properties":{"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The URL of the directory"}},"description":"Social Post Directory"}},"couponCode":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A couponCode for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"termsAndConditions":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Terms and Conditions for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"canEdit":{"type":"boolean"},"locationName":{"type":"string"},"businessName":{"type":"string"},"warnings":{"type":"array","items":{"type":"string"}},"insights":{"type":"array","items":{"type":"object","properties":{"metrics":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}},"description":"Social Post Insights Model"}},"owner":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"name":{"type":"string","description":"Firstname and lastname of the user."},"isApiAdmin":{"type":"boolean"}},"description":"Social Post Owner Model"}},"description":"A Social Post is a message for your customers that will be published on some of your listings. This can be a \"News\", a \"Special Offer\" or a \"Question and Answer\"."}},"description":"The actual response object of the response"}}}}}},"components/schemas/SocialPostsResponseObject":{"id":"components/schemas/SocialPostsResponseObject","kind":"json-schema","title":"SocialPostsResponseObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"count":{"type":"integer","description":"Count of social posts","format":"int32","example":5},"socialPosts":{"type":"array","items":{"required":["directories","publicationDate","type"],"type":"object","properties":{"title":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The title of the Social Post. For type QUESTION_AND_ANSWER this is going to be the question."},"children":[]}]}]}]},"description":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The description of the Social Post. For type QUESTION_AND_ANSWER this is going to be the answer."},"children":[]}]}]}]},"url":{"type":"string","description":"A link for the Social Post. This is mandatory for a \"Special Offer\" and should point to a page concerning the offer."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of the Social Post. POST, OFFER, QUESTION_AND_ANSWER, EVENT or ALERT."},"children":[]}]}]}],"enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"alertType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A special type for Google ALERT posts. Possible values are COVID_19."},"children":[]}]}]}],"enum":["COVID_19"]},"id":{"type":"integer","description":"Id","format":"int64"},"campaignId":{"type":"integer","description":"The campaign ID this Social Post belongs to","format":"int64"},"campaign":{"type":"object","properties":{"id":{"type":"integer","description":"Campaign id","format":"int64"},"name":{"type":"string","description":"Campaign name"},"color":{"type":"string","description":"Campaign color in hex format"}},"description":"Social Post Campaign Model"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The current status of the Social Post (scheduled, active, inactive, deleted, not_published, published, impossible)"},"children":[]}]}]}],"enum":["SCHEDULED","APPROVAL_NEEDED","ACTIVE","INACTIVE","DELETED","IMPOSSIBLE","INCOMPLETE","ENDED","REJECTED"]},"dateStart":{"type":"string","description":"The starting date of EVENT and OFFER type Social Posts. It is used to indicate when an EVENT/OFFER will start. For API versions older than 20210804, it is used as publicationDate.","format":"date-time"},"dateEnd":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The ending date of the Social Post (type=OFFER). The post will be removed from the listings at that date. It also determines when a special offer should end."},"children":[]}]}]}],"format":"date-time"},"publicationDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date on which the Social Post will be published. It is used to schedule posts in the future. Format: YYYY-MM-dd'T'HH:mm:ssXXXXX  (Example: 2007-12-03T10:15:30+01:00)"},"children":[]}]}]}],"format":"date-time","example":"2024-06-25T11:01:00Z"},"isStoreLocator":{"type":"boolean","description":"When enabled, the SocialPost will be visible in StoreLocator."},"productName":{"type":"string","description":"The name of the product for a Product Social Post. A Social Post becomes a Product Social Post if that field is set."},"timeZone":{"type":"string","description":"The timezone in which the Social Post should be created","example":"Europe/Berlin"},"productPriceMin":{"type":"integer","description":"Lower price of a Product Social Post if the product has a price range, or the price for the product.","format":"int32"},"productPriceMax":{"type":"integer","description":"Upper price of the product for Product Social Post. If the price is just a single price and not a range, set only productPriceMin.","format":"int32"},"productCurrency":{"type":"string","description":"The currency of a Product Social Post. It is a 3-letters symbol (EUR, USD, ...).","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"labels":{"uniqueItems":true,"type":"array","description":"The list of location labels as entered when creating/updating the Social Post.","example":"['Campaign2018', 'EastCoast']","items":{"type":"string"}},"photos":{"type":"array","description":"The social post's photos","items":{"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string"},"redirectUrl":{"type":"string"}},"description":"Social Post Photo Model"}},"callToActions":{"type":"array","description":"Social Post Call to Action","items":{"type":"object","properties":{"url":{"type":"string"},"directory":{"type":"string"},"type":{"type":"string"}},"description":"Social Post Call To Action Model"}},"firstComment":{"type":"string","description":"The first comment to be posted after a post creation. Only available for INSTAGRAM"},"mentions":{"type":"array","description":"The mentions of the social post","items":{"type":"object","properties":{"id":{"type":"string","description":"Id"},"name":{"type":"string","description":"Name"},"link":{"type":"string","description":"Link"},"avatar":{"type":"string","description":"Avatar"}},"description":"Social Post Mentions"}},"statusPerDirectory":{"type":"object"},"publicationsCount":{"type":"integer","description":"Publications count","format":"int64"},"videos":{"type":"array","description":"The video of the social post (can only be one)","items":{"type":"string"}},"businessIds":{"type":"array","description":"The list of businesses IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationIds":{"type":"array","description":"The list of locations IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"listingPages":{"type":"array","description":"The list of listing page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"businessPages":{"type":"array","description":"The list of business page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationGroups":{"type":"array","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"List of locationIds that should be excluded from the request. Can be used in combination with businessId when some locations should not be considered.","items":{"type":"integer","format":"int64"}},"directories":{"type":"array","description":"The list of directories as entered when creating/updating the Social Post.","items":{"type":"object","properties":{"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The URL of the directory"}},"description":"Social Post Directory"}},"couponCode":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A couponCode for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"termsAndConditions":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Terms and Conditions for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"canEdit":{"type":"boolean"},"locationName":{"type":"string"},"businessName":{"type":"string"},"warnings":{"type":"array","items":{"type":"string"}},"insights":{"type":"array","items":{"type":"object","properties":{"metrics":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}},"description":"Social Post Insights Model"}},"owner":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"name":{"type":"string","description":"Firstname and lastname of the user."},"isApiAdmin":{"type":"boolean"}},"description":"Social Post Owner Model"}},"description":"A Social Post is a message for your customers that will be published on some of your listings. This can be a \"News\", a \"Special Offer\" or a \"Question and Answer\"."}}},"description":"The actual response object of the response"}},"components/schemas/SocialPostsResponseWrapper":{"id":"components/schemas/SocialPostsResponseWrapper","kind":"json-schema","title":"SocialPostsResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"count":{"type":"integer","description":"Count of social posts","format":"int32","example":5},"socialPosts":{"type":"array","items":{"required":["directories","publicationDate","type"],"type":"object","properties":{"title":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The title of the Social Post. For type QUESTION_AND_ANSWER this is going to be the question."},"children":[]}]}]}]},"description":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The description of the Social Post. For type QUESTION_AND_ANSWER this is going to be the answer."},"children":[]}]}]}]},"url":{"type":"string","description":"A link for the Social Post. This is mandatory for a \"Special Offer\" and should point to a page concerning the offer."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The type of the Social Post. POST, OFFER, QUESTION_AND_ANSWER, EVENT or ALERT."},"children":[]}]}]}],"enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"alertType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A special type for Google ALERT posts. Possible values are COVID_19."},"children":[]}]}]}],"enum":["COVID_19"]},"id":{"type":"integer","description":"Id","format":"int64"},"campaignId":{"type":"integer","description":"The campaign ID this Social Post belongs to","format":"int64"},"campaign":{"type":"object","properties":{"id":{"type":"integer","description":"Campaign id","format":"int64"},"name":{"type":"string","description":"Campaign name"},"color":{"type":"string","description":"Campaign color in hex format"}},"description":"Social Post Campaign Model"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The current status of the Social Post (scheduled, active, inactive, deleted, not_published, published, impossible)"},"children":[]}]}]}],"enum":["SCHEDULED","APPROVAL_NEEDED","ACTIVE","INACTIVE","DELETED","IMPOSSIBLE","INCOMPLETE","ENDED","REJECTED"]},"dateStart":{"type":"string","description":"The starting date of EVENT and OFFER type Social Posts. It is used to indicate when an EVENT/OFFER will start. For API versions older than 20210804, it is used as publicationDate.","format":"date-time"},"dateEnd":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The ending date of the Social Post (type=OFFER). The post will be removed from the listings at that date. It also determines when a special offer should end."},"children":[]}]}]}],"format":"date-time"},"publicationDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The date on which the Social Post will be published. It is used to schedule posts in the future. Format: YYYY-MM-dd'T'HH:mm:ssXXXXX  (Example: 2007-12-03T10:15:30+01:00)"},"children":[]}]}]}],"format":"date-time","example":"2024-06-25T11:01:00Z"},"isStoreLocator":{"type":"boolean","description":"When enabled, the SocialPost will be visible in StoreLocator."},"productName":{"type":"string","description":"The name of the product for a Product Social Post. A Social Post becomes a Product Social Post if that field is set."},"timeZone":{"type":"string","description":"The timezone in which the Social Post should be created","example":"Europe/Berlin"},"productPriceMin":{"type":"integer","description":"Lower price of a Product Social Post if the product has a price range, or the price for the product.","format":"int32"},"productPriceMax":{"type":"integer","description":"Upper price of the product for Product Social Post. If the price is just a single price and not a range, set only productPriceMin.","format":"int32"},"productCurrency":{"type":"string","description":"The currency of a Product Social Post. It is a 3-letters symbol (EUR, USD, ...).","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"labels":{"uniqueItems":true,"type":"array","description":"The list of location labels as entered when creating/updating the Social Post.","example":"['Campaign2018', 'EastCoast']","items":{"type":"string"}},"photos":{"type":"array","description":"The social post's photos","items":{"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string"},"redirectUrl":{"type":"string"}},"description":"Social Post Photo Model"}},"callToActions":{"type":"array","description":"Social Post Call to Action","items":{"type":"object","properties":{"url":{"type":"string"},"directory":{"type":"string"},"type":{"type":"string"}},"description":"Social Post Call To Action Model"}},"firstComment":{"type":"string","description":"The first comment to be posted after a post creation. Only available for INSTAGRAM"},"mentions":{"type":"array","description":"The mentions of the social post","items":{"type":"object","properties":{"id":{"type":"string","description":"Id"},"name":{"type":"string","description":"Name"},"link":{"type":"string","description":"Link"},"avatar":{"type":"string","description":"Avatar"}},"description":"Social Post Mentions"}},"statusPerDirectory":{"type":"object"},"publicationsCount":{"type":"integer","description":"Publications count","format":"int64"},"videos":{"type":"array","description":"The video of the social post (can only be one)","items":{"type":"string"}},"businessIds":{"type":"array","description":"The list of businesses IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationIds":{"type":"array","description":"The list of locations IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"listingPages":{"type":"array","description":"The list of listing page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"businessPages":{"type":"array","description":"The list of business page IDs as entered when creating/updating the Social Post.","items":{"type":"integer","format":"int64"}},"locationGroups":{"type":"array","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"List of locationIds that should be excluded from the request. Can be used in combination with businessId when some locations should not be considered.","items":{"type":"integer","format":"int64"}},"directories":{"type":"array","description":"The list of directories as entered when creating/updating the Social Post.","items":{"type":"object","properties":{"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The URL of the directory"}},"description":"Social Post Directory"}},"couponCode":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A couponCode for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"termsAndConditions":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Terms and Conditions for redeeming a \"Special Offer\" (SocialPost.type=OFFER). Currently only supported for Google Posts."},"children":[]}]}]}]},"canEdit":{"type":"boolean"},"locationName":{"type":"string"},"businessName":{"type":"string"},"warnings":{"type":"array","items":{"type":"string"}},"insights":{"type":"array","items":{"type":"object","properties":{"metrics":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}},"description":"Social Post Insights Model"}},"owner":{"type":"object","properties":{"id":{"type":"integer","description":"User id","format":"int64"},"name":{"type":"string","description":"Firstname and lastname of the user."},"isApiAdmin":{"type":"boolean"}},"description":"Social Post Owner Model"}},"description":"A Social Post is a message for your customers that will be published on some of your listings. This can be a \"News\", a \"Special Offer\" or a \"Question and Answer\"."}}},"description":"The actual response object of the response"}}}},"components/schemas/SocialProfile":{"id":"components/schemas/SocialProfile","kind":"json-schema","title":"SocialProfile","data":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"components/schemas/SortableData":{"id":"components/schemas/SortableData","kind":"json-schema","title":"SortableData","data":{"type":"object","properties":{"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Number of managed online listings","format":"int32"},"visibilityIndex":{"type":"integer","description":"Latest Visibility Index","format":"int32"},"dataPoints":{"type":"integer","description":"Number of datapoints","format":"int32"},"businessId":{"type":"integer","description":"Uberall Identifier of the location's business","format":"int64"},"salesPartnerId":{"type":"integer","description":"Uberall identifier of the SalesPartner","format":"int64"},"profileCompleteness":{"type":"integer","description":"Output only. Number representing completeness of location data, up to 100","format":"int32"},"missingMandatoryFields":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Compile all the fields that are currently missing but mandatory for some directories. They have to be set in the Location object, so that the Listing can be created / updated on the respective platform. List of Strings, e.g. [NAME, ZIP, PHONE]"},"children":[]}]}]}],"example":"[NAME, ZIP, PHONE]","items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"directoriesMissingConnect":{"type":"array","description":"The list of DirectoryType missing connection","items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"listingsInSync":{"type":"integer","description":"number of listings still in sync","format":"int32"},"listingsBeingUpdated":{"type":"integer","description":"Output only. Number of listings still being updated","format":"int32"},"averageRating":{"type":"number","description":"Average rating, e.g.","format":"double"},"suggestionsForFieldsAvailable":{"type":"boolean","description":"Output Only. Boolean that indicates which locations have pending suggestions."}},"description":"Sortable data model"}},"components/schemas/SpecialOpeningHours":{"id":"components/schemas/SpecialOpeningHours","kind":"json-schema","title":"SpecialOpeningHours","data":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"components/schemas/Statistic":{"id":"components/schemas/Statistic","kind":"json-schema","title":"Statistic","data":{"type":"object","properties":{"totalListings":{"type":"integer","description":"Total Listings","format":"int32"},"countListingsInSync":{"type":"integer","description":"Count of Listings in sync","format":"int32"},"countListingsSubmitted":{"type":"integer","description":"Count of Listings where the latest information has been submitted successfully (however the publisher does not have an online verification)","format":"int32"},"countListingsBeingUpdated":{"type":"integer","description":"Count of Listings which are being updated","format":"int32"},"countListingsLinked":{"type":"integer","description":"Count of Listings which we have linked but do not update location data","format":"int32"},"countListingsActionRequired":{"type":"integer","description":"Count of Listings where action is required by the customer","format":"int32"},"countListingsScheduled":{"type":"integer","description":"Count of listings scheduled to go live once the location's opening date is reached. Not part of totalListings. Available from version 20260701.","format":"int32"}},"description":"Statistics model"}},"components/schemas/StoreFinderCategoriesDetails":{"id":"components/schemas/StoreFinderCategoriesDetails","kind":"json-schema","title":"StoreFinderCategoriesDetails","data":{"type":"object","properties":{"name":{"type":"string","description":"The category name"}}}},"components/schemas/StoreFinderContentCollectionsResponseObject":{"id":"components/schemas/StoreFinderContentCollectionsResponseObject","kind":"json-schema","title":"StoreFinderContentCollectionsResponseObject","data":{"type":"object","properties":{"results":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"The name of the product","example":"Strong Coffee"},"description":{"type":"string","description":"Description"},"identifier":{"type":"string","description":"Unique Identifier"},"listName":{"type":"string","description":"Name of the section this item belongs to","example":"Weekly menu"}}}}},"description":"The actual response object of the response"}},"components/schemas/StoreFinderContentCollectionsResponseWrapper":{"id":"components/schemas/StoreFinderContentCollectionsResponseWrapper","kind":"json-schema","title":"StoreFinderContentCollectionsResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"results":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"The name of the product","example":"Strong Coffee"},"description":{"type":"string","description":"Description"},"identifier":{"type":"string","description":"Unique Identifier"},"listName":{"type":"string","description":"Name of the section this item belongs to","example":"Weekly menu"}}}}},"description":"The actual response object of the response"}}}},"components/schemas/StoreFinderFilters":{"id":"components/schemas/StoreFinderFilters","kind":"json-schema","title":"StoreFinderFilters","data":{"type":"object","properties":{"filters":{"type":"object"}},"description":"Store Finder Filters Model"}},"components/schemas/StoreFinderFiltersWrapper":{"id":"components/schemas/StoreFinderFiltersWrapper","kind":"json-schema","title":"StoreFinderFiltersWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"filters":{"type":"object"}},"description":"Store Finder Filters Model"}}}},"components/schemas/StoreFinderLocationSearchResponseWrapper":{"id":"components/schemas/StoreFinderLocationSearchResponseWrapper","kind":"json-schema","title":"StoreFinderLocationSearchResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","format":"int32"},"max":{"type":"integer","format":"int32"},"count":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"addressExtra":{"type":"string","description":"Additional address information, e.g. building, floor, etc.","example":"building, floor, etc."},"averageRating":{"type":"number","description":"The average rating of all Google Reviews","format":"float"},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","items":{"type":"string"}},"businessId":{"type":"integer","description":"The id of the business associated with this location","format":"int64"},"businessName":{"type":"string","description":"Name of the business"},"businessIdentifier":{"type":"string","description":"The business identifier based on your internal identification system"},"callToActions":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A list of callToAction objects, each with a title and URL, formatted as "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"callToActions: [{ text: 'cta_text1', url: 'cta_url1' }, { text: 'cta_text2', url: 'cta_url2' }]"},"children":[]}]}]}]}],"example":"callToActions: [{ text: 'cta_text1', url: 'cta_url1' }, { text: 'cta_text2', url: 'cta_url2' }]","items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"categories":{"type":"array","description":"A list of category IDs describing the location","items":{"type":"object","properties":{"name":{"type":"string","description":"The category name"}}}},"cellphone":{"type":"string","description":"A contact mobile phone number"},"city":{"type":"string","description":"The city the location is residing in."},"country":{"type":"string","description":"The country the location is residing in.","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"customItems":{"type":"array","description":"Custom, rich content related specifically to this location (such as company values)","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"mandatory, the custom name, e.g. 'Strong Coffee'"},"description":{"type":"string"},"identifier":{"type":"string"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the custom item","format":"int64"},"price":{"type":"integer","description":"optional, the price of the custom, e.g. 1500 ( i.e. 15,00 EUR )","format":"int32"},"currency":{"type":"object","description":"optional, indicating the currency for price and priceMax in ISO-4217, e.g. EUR"},"category":{"type":"string","description":"optional, a category name, e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"optional, a video about the custom"},"unit":{"type":"string","description":"optional, indicating the unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"optional, a url related to the custom item"},"priceMax":{"type":"integer","description":"optional, indicating there is a price range, e.g. 2500 ( i.e. 25,00 EUR )","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the custom-item (use the Image object format)"}},"description":"Custom Item"}},"descriptionLong":{"type":"string","description":"A long description - up to 1000 characters"},"descriptionShort":{"type":"string","description":"A short description - up to 200 characters"},"email":{"type":"string","description":"A contact email for the location"},"events":{"type":"array","description":"Events offered by this location","items":{"required":["timeEnd","timeStart","title"],"type":"object","properties":{"title":{"type":"string","description":"The title of the event"},"description":{"type":"string","description":"The description of the event: e.g. \"Watch a lot of awesome movies.\""},"identifier":{"type":"string","description":"Unique Identifier for the Event"},"listName":{"type":"string","description":"Name of the Event"},"timeStart":{"type":"string","description":"The date the event starts","format":"date-time"},"timeEnd":{"type":"string","description":"The date the event ends","format":"date-time"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video to promote the event"},"url":{"type":"string","description":"The url of the page with more details about the event"}},"description":"Event"}},"fax":{"type":"string","description":"The location fax number"},"id":{"type":"integer","description":"The uberall unique id for the location.","format":"int64"},"identifier":{"type":"string","description":"The location identifier based on your internal identification system."},"imprint":{"type":"string","description":"The imprint of the location"},"keywords":{"type":"array","description":"Keywords describing the locations activity","items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","items":{"type":"string"}},"lat":{"type":"number","description":"The latitude coordinate of the location.","format":"double"},"lng":{"type":"number","description":"The longitude coordinate of the location.","format":"double"},"menus":{"type":"array","description":"Menu items offered by this location","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}},"name":{"type":"string","description":"The location's name."},"nextOpen":{"type":"object","properties":{"date":{"type":"string","description":"date when the location will be opened; for example \"2018-11-16\" (string) (this parameter is used only if closedNow true and neverOpens false)","format":"date","example":"2018-11-16"},"dayOfWeek":{"type":"string","description":"day of week when the location will be opened; format like OpeningHours: 1 for Monday, 2 for Tuesday, etc (this parameter is used only if closedNow true and neverOpens false)","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]},"hour":{"type":"integer","description":"defines at which time at the date \"date\" the location will be open; for example: \"13:00\" (this parameter is used only if closedNow true and neverOpens false)","format":"int32"},"closedNow":{"type":"boolean","description":"true if the location is closed now; otherwise false"},"neverOpens":{"type":"boolean","description":"true if the location will never open again; otherwise false (this parameter is used only if closedNow true)"}},"description":"Defines when the location will be next opened."},"openingHours":{"uniqueItems":true,"type":"array","description":"The location's opening hours.","items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"openingHoursNotes":{"type":"string","description":"Additional information about the location's opening hours."},"specialOpeningHours":{"uniqueItems":true,"type":"array","description":"The location's special opening hours","items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"openNow":{"type":"boolean","description":"Shows if the location is currently open."},"paymentOptions":{"uniqueItems":true,"type":"array","description":"The payment options accepted at the location (eg. cash, bank transfer, ...)","example":"cash, bank transfer, ...","items":{"type":"string"}},"people":{"type":"array","description":"People associated with this location","items":{"required":["name","title"],"type":"object","properties":{"title":{"type":"string","description":"The person's title: e.g. 'Store manager'"},"description":{"type":"string","description":"Description for the person: e.g. 'Responsible for the day-to-day operations of the store'"},"identifier":{"type":"string","description":"Unique Identifier for the Person"},"listName":{"type":"string","description":"Name of the section this person belongs to"},"id":{"type":"integer","description":"The uberall unique id for the person","format":"int64"},"name":{"type":"string","description":"The person's full name"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the person (use the Image object format)"},"url":{"type":"string","description":"A valid url of a page with more details about the person"}},"description":"Person"}},"faqs":{"type":"array","description":"FAQs associated with this location","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the faq item","format":"int64"},"question":{"type":"string","description":"The frequently asked question","example":"Do you have parking?"},"answer":{"type":"string","description":"Answer for the faq item","example":"Yes, free valet parking is available."},"identifier":{"type":"string","description":"Unique Identifier for the faq item"},"listName":{"type":"string","description":"Name of the section this faq item belongs to"}},"description":"Faq Item"}},"phone":{"type":"string","description":"The location's contact phone number."},"photos":{"uniqueItems":true,"type":"array","description":"The location's photos.","items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"products":{"type":"array","description":"Products offered by this location","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"The name of the product: e.g. Strong Coffee"},"description":{"type":"string","description":"Description of the product: e.g. 'The strongest coffee in the world'"},"identifier":{"type":"string","description":"Unique Identifier for the Product"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the product","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the product in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"object","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF"},"category":{"type":"string","description":"A category the product belongs to: e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video about the product"},"unit":{"type":"string","description":"A unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"A valid page url with more details about the product"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the product","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the product (use the Image object format)"}},"description":"Product Model"}},"province":{"type":"string","description":"The province the location is residing in."},"reviewCount":{"type":"integer","description":"How many Google Reviews this location has in total","format":"int32"},"reviews":{"type":"array","description":"A list of up to five Google Reviews","items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"services":{"type":"array","description":"The services offered by the location (eg. 'catering' for a restaurant)","example":"'catering' for a restaurant","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"socialPost":{"type":"object","description":"Social posts published for this location"},"streetAndNumber":{"type":"string","description":"The location's street address."},"taxNumber":{"type":"string","description":"The tax number of the location. CIF/NIF in Spain"},"timezone":{"type":"string","description":"The location's timezone"},"videos":{"uniqueItems":true,"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"zip":{"type":"string","description":"The location's ZIP code."},"website":{"type":"string","description":"A valid url for the location's website"},"googlePlaceId":{"type":"string","description":"A unique textual identifier to identify a place in the Google Places database and on Google Maps."},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"}},"description":"This is a response object that is being used in storefinder calls"}}},"description":"Response containing store finder location search data"}}}},"components/schemas/StoreFinderResponse":{"id":"components/schemas/StoreFinderResponse","kind":"json-schema","title":"StoreFinderResponse","data":{"type":"object","properties":{"addressExtra":{"type":"string","description":"Additional address information, e.g. building, floor, etc.","example":"building, floor, etc."},"averageRating":{"type":"number","description":"The average rating of all Google Reviews","format":"float"},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","items":{"type":"string"}},"businessId":{"type":"integer","description":"The id of the business associated with this location","format":"int64"},"businessName":{"type":"string","description":"Name of the business"},"businessIdentifier":{"type":"string","description":"The business identifier based on your internal identification system"},"callToActions":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A list of callToAction objects, each with a title and URL, formatted as "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"callToActions: [{ text: 'cta_text1', url: 'cta_url1' }, { text: 'cta_text2', url: 'cta_url2' }]"},"children":[]}]}]}]}],"example":"callToActions: [{ text: 'cta_text1', url: 'cta_url1' }, { text: 'cta_text2', url: 'cta_url2' }]","items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"categories":{"type":"array","description":"A list of category IDs describing the location","items":{"type":"object","properties":{"name":{"type":"string","description":"The category name"}}}},"cellphone":{"type":"string","description":"A contact mobile phone number"},"city":{"type":"string","description":"The city the location is residing in."},"country":{"type":"string","description":"The country the location is residing in.","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"customItems":{"type":"array","description":"Custom, rich content related specifically to this location (such as company values)","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"mandatory, the custom name, e.g. 'Strong Coffee'"},"description":{"type":"string"},"identifier":{"type":"string"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the custom item","format":"int64"},"price":{"type":"integer","description":"optional, the price of the custom, e.g. 1500 ( i.e. 15,00 EUR )","format":"int32"},"currency":{"type":"object","description":"optional, indicating the currency for price and priceMax in ISO-4217, e.g. EUR"},"category":{"type":"string","description":"optional, a category name, e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"optional, a video about the custom"},"unit":{"type":"string","description":"optional, indicating the unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"optional, a url related to the custom item"},"priceMax":{"type":"integer","description":"optional, indicating there is a price range, e.g. 2500 ( i.e. 25,00 EUR )","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the custom-item (use the Image object format)"}},"description":"Custom Item"}},"descriptionLong":{"type":"string","description":"A long description - up to 1000 characters"},"descriptionShort":{"type":"string","description":"A short description - up to 200 characters"},"email":{"type":"string","description":"A contact email for the location"},"events":{"type":"array","description":"Events offered by this location","items":{"required":["timeEnd","timeStart","title"],"type":"object","properties":{"title":{"type":"string","description":"The title of the event"},"description":{"type":"string","description":"The description of the event: e.g. \"Watch a lot of awesome movies.\""},"identifier":{"type":"string","description":"Unique Identifier for the Event"},"listName":{"type":"string","description":"Name of the Event"},"timeStart":{"type":"string","description":"The date the event starts","format":"date-time"},"timeEnd":{"type":"string","description":"The date the event ends","format":"date-time"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video to promote the event"},"url":{"type":"string","description":"The url of the page with more details about the event"}},"description":"Event"}},"fax":{"type":"string","description":"The location fax number"},"id":{"type":"integer","description":"The uberall unique id for the location.","format":"int64"},"identifier":{"type":"string","description":"The location identifier based on your internal identification system."},"imprint":{"type":"string","description":"The imprint of the location"},"keywords":{"type":"array","description":"Keywords describing the locations activity","items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","items":{"type":"string"}},"lat":{"type":"number","description":"The latitude coordinate of the location.","format":"double"},"lng":{"type":"number","description":"The longitude coordinate of the location.","format":"double"},"menus":{"type":"array","description":"Menu items offered by this location","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}},"name":{"type":"string","description":"The location's name."},"nextOpen":{"type":"object","properties":{"date":{"type":"string","description":"date when the location will be opened; for example \"2018-11-16\" (string) (this parameter is used only if closedNow true and neverOpens false)","format":"date","example":"2018-11-16"},"dayOfWeek":{"type":"string","description":"day of week when the location will be opened; format like OpeningHours: 1 for Monday, 2 for Tuesday, etc (this parameter is used only if closedNow true and neverOpens false)","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]},"hour":{"type":"integer","description":"defines at which time at the date \"date\" the location will be open; for example: \"13:00\" (this parameter is used only if closedNow true and neverOpens false)","format":"int32"},"closedNow":{"type":"boolean","description":"true if the location is closed now; otherwise false"},"neverOpens":{"type":"boolean","description":"true if the location will never open again; otherwise false (this parameter is used only if closedNow true)"}},"description":"Defines when the location will be next opened."},"openingHours":{"uniqueItems":true,"type":"array","description":"The location's opening hours.","items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"openingHoursNotes":{"type":"string","description":"Additional information about the location's opening hours."},"specialOpeningHours":{"uniqueItems":true,"type":"array","description":"The location's special opening hours","items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"openNow":{"type":"boolean","description":"Shows if the location is currently open."},"paymentOptions":{"uniqueItems":true,"type":"array","description":"The payment options accepted at the location (eg. cash, bank transfer, ...)","example":"cash, bank transfer, ...","items":{"type":"string"}},"people":{"type":"array","description":"People associated with this location","items":{"required":["name","title"],"type":"object","properties":{"title":{"type":"string","description":"The person's title: e.g. 'Store manager'"},"description":{"type":"string","description":"Description for the person: e.g. 'Responsible for the day-to-day operations of the store'"},"identifier":{"type":"string","description":"Unique Identifier for the Person"},"listName":{"type":"string","description":"Name of the section this person belongs to"},"id":{"type":"integer","description":"The uberall unique id for the person","format":"int64"},"name":{"type":"string","description":"The person's full name"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the person (use the Image object format)"},"url":{"type":"string","description":"A valid url of a page with more details about the person"}},"description":"Person"}},"faqs":{"type":"array","description":"FAQs associated with this location","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the faq item","format":"int64"},"question":{"type":"string","description":"The frequently asked question","example":"Do you have parking?"},"answer":{"type":"string","description":"Answer for the faq item","example":"Yes, free valet parking is available."},"identifier":{"type":"string","description":"Unique Identifier for the faq item"},"listName":{"type":"string","description":"Name of the section this faq item belongs to"}},"description":"Faq Item"}},"phone":{"type":"string","description":"The location's contact phone number."},"photos":{"uniqueItems":true,"type":"array","description":"The location's photos.","items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"products":{"type":"array","description":"Products offered by this location","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"The name of the product: e.g. Strong Coffee"},"description":{"type":"string","description":"Description of the product: e.g. 'The strongest coffee in the world'"},"identifier":{"type":"string","description":"Unique Identifier for the Product"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the product","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the product in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"object","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF"},"category":{"type":"string","description":"A category the product belongs to: e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video about the product"},"unit":{"type":"string","description":"A unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"A valid page url with more details about the product"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the product","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the product (use the Image object format)"}},"description":"Product Model"}},"province":{"type":"string","description":"The province the location is residing in."},"reviewCount":{"type":"integer","description":"How many Google Reviews this location has in total","format":"int32"},"reviews":{"type":"array","description":"A list of up to five Google Reviews","items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"services":{"type":"array","description":"The services offered by the location (eg. 'catering' for a restaurant)","example":"'catering' for a restaurant","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"socialPost":{"type":"object","description":"Social posts published for this location"},"streetAndNumber":{"type":"string","description":"The location's street address."},"taxNumber":{"type":"string","description":"The tax number of the location. CIF/NIF in Spain"},"timezone":{"type":"string","description":"The location's timezone"},"videos":{"uniqueItems":true,"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"zip":{"type":"string","description":"The location's ZIP code."},"website":{"type":"string","description":"A valid url for the location's website"},"googlePlaceId":{"type":"string","description":"A unique textual identifier to identify a place in the Google Places database and on Google Maps."},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"}},"description":"This is a response object that is being used in storefinder calls"}},"components/schemas/StoreFinderResponseListObject":{"id":"components/schemas/StoreFinderResponseListObject","kind":"json-schema","title":"StoreFinderResponseListObject","data":{"type":"object","properties":{"locations":{"type":"array","items":{"type":"object","properties":{"addressExtra":{"type":"string","description":"Additional address information, e.g. building, floor, etc.","example":"building, floor, etc."},"averageRating":{"type":"number","description":"The average rating of all Google Reviews","format":"float"},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","items":{"type":"string"}},"businessId":{"type":"integer","description":"The id of the business associated with this location","format":"int64"},"businessName":{"type":"string","description":"Name of the business"},"businessIdentifier":{"type":"string","description":"The business identifier based on your internal identification system"},"callToActions":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A list of callToAction objects, each with a title and URL, formatted as "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"callToActions: [{ text: 'cta_text1', url: 'cta_url1' }, { text: 'cta_text2', url: 'cta_url2' }]"},"children":[]}]}]}]}],"example":"callToActions: [{ text: 'cta_text1', url: 'cta_url1' }, { text: 'cta_text2', url: 'cta_url2' }]","items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"categories":{"type":"array","description":"A list of category IDs describing the location","items":{"type":"object","properties":{"name":{"type":"string","description":"The category name"}}}},"cellphone":{"type":"string","description":"A contact mobile phone number"},"city":{"type":"string","description":"The city the location is residing in."},"country":{"type":"string","description":"The country the location is residing in.","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"customItems":{"type":"array","description":"Custom, rich content related specifically to this location (such as company values)","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"mandatory, the custom name, e.g. 'Strong Coffee'"},"description":{"type":"string"},"identifier":{"type":"string"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the custom item","format":"int64"},"price":{"type":"integer","description":"optional, the price of the custom, e.g. 1500 ( i.e. 15,00 EUR )","format":"int32"},"currency":{"type":"object","description":"optional, indicating the currency for price and priceMax in ISO-4217, e.g. EUR"},"category":{"type":"string","description":"optional, a category name, e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"optional, a video about the custom"},"unit":{"type":"string","description":"optional, indicating the unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"optional, a url related to the custom item"},"priceMax":{"type":"integer","description":"optional, indicating there is a price range, e.g. 2500 ( i.e. 25,00 EUR )","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the custom-item (use the Image object format)"}},"description":"Custom Item"}},"descriptionLong":{"type":"string","description":"A long description - up to 1000 characters"},"descriptionShort":{"type":"string","description":"A short description - up to 200 characters"},"email":{"type":"string","description":"A contact email for the location"},"events":{"type":"array","description":"Events offered by this location","items":{"required":["timeEnd","timeStart","title"],"type":"object","properties":{"title":{"type":"string","description":"The title of the event"},"description":{"type":"string","description":"The description of the event: e.g. \"Watch a lot of awesome movies.\""},"identifier":{"type":"string","description":"Unique Identifier for the Event"},"listName":{"type":"string","description":"Name of the Event"},"timeStart":{"type":"string","description":"The date the event starts","format":"date-time"},"timeEnd":{"type":"string","description":"The date the event ends","format":"date-time"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video to promote the event"},"url":{"type":"string","description":"The url of the page with more details about the event"}},"description":"Event"}},"fax":{"type":"string","description":"The location fax number"},"id":{"type":"integer","description":"The uberall unique id for the location.","format":"int64"},"identifier":{"type":"string","description":"The location identifier based on your internal identification system."},"imprint":{"type":"string","description":"The imprint of the location"},"keywords":{"type":"array","description":"Keywords describing the locations activity","items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","items":{"type":"string"}},"lat":{"type":"number","description":"The latitude coordinate of the location.","format":"double"},"lng":{"type":"number","description":"The longitude coordinate of the location.","format":"double"},"menus":{"type":"array","description":"Menu items offered by this location","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}},"name":{"type":"string","description":"The location's name."},"nextOpen":{"type":"object","properties":{"date":{"type":"string","description":"date when the location will be opened; for example \"2018-11-16\" (string) (this parameter is used only if closedNow true and neverOpens false)","format":"date","example":"2018-11-16"},"dayOfWeek":{"type":"string","description":"day of week when the location will be opened; format like OpeningHours: 1 for Monday, 2 for Tuesday, etc (this parameter is used only if closedNow true and neverOpens false)","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]},"hour":{"type":"integer","description":"defines at which time at the date \"date\" the location will be open; for example: \"13:00\" (this parameter is used only if closedNow true and neverOpens false)","format":"int32"},"closedNow":{"type":"boolean","description":"true if the location is closed now; otherwise false"},"neverOpens":{"type":"boolean","description":"true if the location will never open again; otherwise false (this parameter is used only if closedNow true)"}},"description":"Defines when the location will be next opened."},"openingHours":{"uniqueItems":true,"type":"array","description":"The location's opening hours.","items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"openingHoursNotes":{"type":"string","description":"Additional information about the location's opening hours."},"specialOpeningHours":{"uniqueItems":true,"type":"array","description":"The location's special opening hours","items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"openNow":{"type":"boolean","description":"Shows if the location is currently open."},"paymentOptions":{"uniqueItems":true,"type":"array","description":"The payment options accepted at the location (eg. cash, bank transfer, ...)","example":"cash, bank transfer, ...","items":{"type":"string"}},"people":{"type":"array","description":"People associated with this location","items":{"required":["name","title"],"type":"object","properties":{"title":{"type":"string","description":"The person's title: e.g. 'Store manager'"},"description":{"type":"string","description":"Description for the person: e.g. 'Responsible for the day-to-day operations of the store'"},"identifier":{"type":"string","description":"Unique Identifier for the Person"},"listName":{"type":"string","description":"Name of the section this person belongs to"},"id":{"type":"integer","description":"The uberall unique id for the person","format":"int64"},"name":{"type":"string","description":"The person's full name"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the person (use the Image object format)"},"url":{"type":"string","description":"A valid url of a page with more details about the person"}},"description":"Person"}},"faqs":{"type":"array","description":"FAQs associated with this location","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the faq item","format":"int64"},"question":{"type":"string","description":"The frequently asked question","example":"Do you have parking?"},"answer":{"type":"string","description":"Answer for the faq item","example":"Yes, free valet parking is available."},"identifier":{"type":"string","description":"Unique Identifier for the faq item"},"listName":{"type":"string","description":"Name of the section this faq item belongs to"}},"description":"Faq Item"}},"phone":{"type":"string","description":"The location's contact phone number."},"photos":{"uniqueItems":true,"type":"array","description":"The location's photos.","items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"products":{"type":"array","description":"Products offered by this location","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"The name of the product: e.g. Strong Coffee"},"description":{"type":"string","description":"Description of the product: e.g. 'The strongest coffee in the world'"},"identifier":{"type":"string","description":"Unique Identifier for the Product"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the product","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the product in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"object","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF"},"category":{"type":"string","description":"A category the product belongs to: e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video about the product"},"unit":{"type":"string","description":"A unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"A valid page url with more details about the product"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the product","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the product (use the Image object format)"}},"description":"Product Model"}},"province":{"type":"string","description":"The province the location is residing in."},"reviewCount":{"type":"integer","description":"How many Google Reviews this location has in total","format":"int32"},"reviews":{"type":"array","description":"A list of up to five Google Reviews","items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"services":{"type":"array","description":"The services offered by the location (eg. 'catering' for a restaurant)","example":"'catering' for a restaurant","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"socialPost":{"type":"object","description":"Social posts published for this location"},"streetAndNumber":{"type":"string","description":"The location's street address."},"taxNumber":{"type":"string","description":"The tax number of the location. CIF/NIF in Spain"},"timezone":{"type":"string","description":"The location's timezone"},"videos":{"uniqueItems":true,"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"zip":{"type":"string","description":"The location's ZIP code."},"website":{"type":"string","description":"A valid url for the location's website"},"googlePlaceId":{"type":"string","description":"A unique textual identifier to identify a place in the Google Places database and on Google Maps."},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"}},"description":"This is a response object that is being used in storefinder calls"}}},"description":"The actual response object of the response"}},"components/schemas/StoreFinderResponseListWrapper":{"id":"components/schemas/StoreFinderResponseListWrapper","kind":"json-schema","title":"StoreFinderResponseListWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"locations":{"type":"array","items":{"type":"object","properties":{"addressExtra":{"type":"string","description":"Additional address information, e.g. building, floor, etc.","example":"building, floor, etc."},"averageRating":{"type":"number","description":"The average rating of all Google Reviews","format":"float"},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","items":{"type":"string"}},"businessId":{"type":"integer","description":"The id of the business associated with this location","format":"int64"},"businessName":{"type":"string","description":"Name of the business"},"businessIdentifier":{"type":"string","description":"The business identifier based on your internal identification system"},"callToActions":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A list of callToAction objects, each with a title and URL, formatted as "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"callToActions: [{ text: 'cta_text1', url: 'cta_url1' }, { text: 'cta_text2', url: 'cta_url2' }]"},"children":[]}]}]}]}],"example":"callToActions: [{ text: 'cta_text1', url: 'cta_url1' }, { text: 'cta_text2', url: 'cta_url2' }]","items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"categories":{"type":"array","description":"A list of category IDs describing the location","items":{"type":"object","properties":{"name":{"type":"string","description":"The category name"}}}},"cellphone":{"type":"string","description":"A contact mobile phone number"},"city":{"type":"string","description":"The city the location is residing in."},"country":{"type":"string","description":"The country the location is residing in.","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"customItems":{"type":"array","description":"Custom, rich content related specifically to this location (such as company values)","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"mandatory, the custom name, e.g. 'Strong Coffee'"},"description":{"type":"string"},"identifier":{"type":"string"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the custom item","format":"int64"},"price":{"type":"integer","description":"optional, the price of the custom, e.g. 1500 ( i.e. 15,00 EUR )","format":"int32"},"currency":{"type":"object","description":"optional, indicating the currency for price and priceMax in ISO-4217, e.g. EUR"},"category":{"type":"string","description":"optional, a category name, e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"optional, a video about the custom"},"unit":{"type":"string","description":"optional, indicating the unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"optional, a url related to the custom item"},"priceMax":{"type":"integer","description":"optional, indicating there is a price range, e.g. 2500 ( i.e. 25,00 EUR )","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the custom-item (use the Image object format)"}},"description":"Custom Item"}},"descriptionLong":{"type":"string","description":"A long description - up to 1000 characters"},"descriptionShort":{"type":"string","description":"A short description - up to 200 characters"},"email":{"type":"string","description":"A contact email for the location"},"events":{"type":"array","description":"Events offered by this location","items":{"required":["timeEnd","timeStart","title"],"type":"object","properties":{"title":{"type":"string","description":"The title of the event"},"description":{"type":"string","description":"The description of the event: e.g. \"Watch a lot of awesome movies.\""},"identifier":{"type":"string","description":"Unique Identifier for the Event"},"listName":{"type":"string","description":"Name of the Event"},"timeStart":{"type":"string","description":"The date the event starts","format":"date-time"},"timeEnd":{"type":"string","description":"The date the event ends","format":"date-time"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video to promote the event"},"url":{"type":"string","description":"The url of the page with more details about the event"}},"description":"Event"}},"fax":{"type":"string","description":"The location fax number"},"id":{"type":"integer","description":"The uberall unique id for the location.","format":"int64"},"identifier":{"type":"string","description":"The location identifier based on your internal identification system."},"imprint":{"type":"string","description":"The imprint of the location"},"keywords":{"type":"array","description":"Keywords describing the locations activity","items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","items":{"type":"string"}},"lat":{"type":"number","description":"The latitude coordinate of the location.","format":"double"},"lng":{"type":"number","description":"The longitude coordinate of the location.","format":"double"},"menus":{"type":"array","description":"Menu items offered by this location","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}},"name":{"type":"string","description":"The location's name."},"nextOpen":{"type":"object","properties":{"date":{"type":"string","description":"date when the location will be opened; for example \"2018-11-16\" (string) (this parameter is used only if closedNow true and neverOpens false)","format":"date","example":"2018-11-16"},"dayOfWeek":{"type":"string","description":"day of week when the location will be opened; format like OpeningHours: 1 for Monday, 2 for Tuesday, etc (this parameter is used only if closedNow true and neverOpens false)","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]},"hour":{"type":"integer","description":"defines at which time at the date \"date\" the location will be open; for example: \"13:00\" (this parameter is used only if closedNow true and neverOpens false)","format":"int32"},"closedNow":{"type":"boolean","description":"true if the location is closed now; otherwise false"},"neverOpens":{"type":"boolean","description":"true if the location will never open again; otherwise false (this parameter is used only if closedNow true)"}},"description":"Defines when the location will be next opened."},"openingHours":{"uniqueItems":true,"type":"array","description":"The location's opening hours.","items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"openingHoursNotes":{"type":"string","description":"Additional information about the location's opening hours."},"specialOpeningHours":{"uniqueItems":true,"type":"array","description":"The location's special opening hours","items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"openNow":{"type":"boolean","description":"Shows if the location is currently open."},"paymentOptions":{"uniqueItems":true,"type":"array","description":"The payment options accepted at the location (eg. cash, bank transfer, ...)","example":"cash, bank transfer, ...","items":{"type":"string"}},"people":{"type":"array","description":"People associated with this location","items":{"required":["name","title"],"type":"object","properties":{"title":{"type":"string","description":"The person's title: e.g. 'Store manager'"},"description":{"type":"string","description":"Description for the person: e.g. 'Responsible for the day-to-day operations of the store'"},"identifier":{"type":"string","description":"Unique Identifier for the Person"},"listName":{"type":"string","description":"Name of the section this person belongs to"},"id":{"type":"integer","description":"The uberall unique id for the person","format":"int64"},"name":{"type":"string","description":"The person's full name"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the person (use the Image object format)"},"url":{"type":"string","description":"A valid url of a page with more details about the person"}},"description":"Person"}},"faqs":{"type":"array","description":"FAQs associated with this location","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the faq item","format":"int64"},"question":{"type":"string","description":"The frequently asked question","example":"Do you have parking?"},"answer":{"type":"string","description":"Answer for the faq item","example":"Yes, free valet parking is available."},"identifier":{"type":"string","description":"Unique Identifier for the faq item"},"listName":{"type":"string","description":"Name of the section this faq item belongs to"}},"description":"Faq Item"}},"phone":{"type":"string","description":"The location's contact phone number."},"photos":{"uniqueItems":true,"type":"array","description":"The location's photos.","items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"products":{"type":"array","description":"Products offered by this location","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"The name of the product: e.g. Strong Coffee"},"description":{"type":"string","description":"Description of the product: e.g. 'The strongest coffee in the world'"},"identifier":{"type":"string","description":"Unique Identifier for the Product"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the product","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the product in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"object","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF"},"category":{"type":"string","description":"A category the product belongs to: e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video about the product"},"unit":{"type":"string","description":"A unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"A valid page url with more details about the product"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the product","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the product (use the Image object format)"}},"description":"Product Model"}},"province":{"type":"string","description":"The province the location is residing in."},"reviewCount":{"type":"integer","description":"How many Google Reviews this location has in total","format":"int32"},"reviews":{"type":"array","description":"A list of up to five Google Reviews","items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"services":{"type":"array","description":"The services offered by the location (eg. 'catering' for a restaurant)","example":"'catering' for a restaurant","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"socialPost":{"type":"object","description":"Social posts published for this location"},"streetAndNumber":{"type":"string","description":"The location's street address."},"taxNumber":{"type":"string","description":"The tax number of the location. CIF/NIF in Spain"},"timezone":{"type":"string","description":"The location's timezone"},"videos":{"uniqueItems":true,"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"zip":{"type":"string","description":"The location's ZIP code."},"website":{"type":"string","description":"A valid url for the location's website"},"googlePlaceId":{"type":"string","description":"A unique textual identifier to identify a place in the Google Places database and on Google Maps."},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"}},"description":"This is a response object that is being used in storefinder calls"}}},"description":"The actual response object of the response"}}}},"components/schemas/StoreFinderResponseWrapper":{"id":"components/schemas/StoreFinderResponseWrapper","kind":"json-schema","title":"StoreFinderResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"addressExtra":{"type":"string","description":"Additional address information, e.g. building, floor, etc.","example":"building, floor, etc."},"averageRating":{"type":"number","description":"The average rating of all Google Reviews","format":"float"},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","items":{"type":"string"}},"businessId":{"type":"integer","description":"The id of the business associated with this location","format":"int64"},"businessName":{"type":"string","description":"Name of the business"},"businessIdentifier":{"type":"string","description":"The business identifier based on your internal identification system"},"callToActions":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A list of callToAction objects, each with a title and URL, formatted as "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"callToActions: [{ text: 'cta_text1', url: 'cta_url1' }, { text: 'cta_text2', url: 'cta_url2' }]"},"children":[]}]}]}]}],"example":"callToActions: [{ text: 'cta_text1', url: 'cta_url1' }, { text: 'cta_text2', url: 'cta_url2' }]","items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"categories":{"type":"array","description":"A list of category IDs describing the location","items":{"type":"object","properties":{"name":{"type":"string","description":"The category name"}}}},"cellphone":{"type":"string","description":"A contact mobile phone number"},"city":{"type":"string","description":"The city the location is residing in."},"country":{"type":"string","description":"The country the location is residing in.","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"customItems":{"type":"array","description":"Custom, rich content related specifically to this location (such as company values)","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"mandatory, the custom name, e.g. 'Strong Coffee'"},"description":{"type":"string"},"identifier":{"type":"string"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the custom item","format":"int64"},"price":{"type":"integer","description":"optional, the price of the custom, e.g. 1500 ( i.e. 15,00 EUR )","format":"int32"},"currency":{"type":"object","description":"optional, indicating the currency for price and priceMax in ISO-4217, e.g. EUR"},"category":{"type":"string","description":"optional, a category name, e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"optional, a video about the custom"},"unit":{"type":"string","description":"optional, indicating the unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"optional, a url related to the custom item"},"priceMax":{"type":"integer","description":"optional, indicating there is a price range, e.g. 2500 ( i.e. 25,00 EUR )","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the custom-item (use the Image object format)"}},"description":"Custom Item"}},"descriptionLong":{"type":"string","description":"A long description - up to 1000 characters"},"descriptionShort":{"type":"string","description":"A short description - up to 200 characters"},"email":{"type":"string","description":"A contact email for the location"},"events":{"type":"array","description":"Events offered by this location","items":{"required":["timeEnd","timeStart","title"],"type":"object","properties":{"title":{"type":"string","description":"The title of the event"},"description":{"type":"string","description":"The description of the event: e.g. \"Watch a lot of awesome movies.\""},"identifier":{"type":"string","description":"Unique Identifier for the Event"},"listName":{"type":"string","description":"Name of the Event"},"timeStart":{"type":"string","description":"The date the event starts","format":"date-time"},"timeEnd":{"type":"string","description":"The date the event ends","format":"date-time"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video to promote the event"},"url":{"type":"string","description":"The url of the page with more details about the event"}},"description":"Event"}},"fax":{"type":"string","description":"The location fax number"},"id":{"type":"integer","description":"The uberall unique id for the location.","format":"int64"},"identifier":{"type":"string","description":"The location identifier based on your internal identification system."},"imprint":{"type":"string","description":"The imprint of the location"},"keywords":{"type":"array","description":"Keywords describing the locations activity","items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","items":{"type":"string"}},"lat":{"type":"number","description":"The latitude coordinate of the location.","format":"double"},"lng":{"type":"number","description":"The longitude coordinate of the location.","format":"double"},"menus":{"type":"array","description":"Menu items offered by this location","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}},"name":{"type":"string","description":"The location's name."},"nextOpen":{"type":"object","properties":{"date":{"type":"string","description":"date when the location will be opened; for example \"2018-11-16\" (string) (this parameter is used only if closedNow true and neverOpens false)","format":"date","example":"2018-11-16"},"dayOfWeek":{"type":"string","description":"day of week when the location will be opened; format like OpeningHours: 1 for Monday, 2 for Tuesday, etc (this parameter is used only if closedNow true and neverOpens false)","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]},"hour":{"type":"integer","description":"defines at which time at the date \"date\" the location will be open; for example: \"13:00\" (this parameter is used only if closedNow true and neverOpens false)","format":"int32"},"closedNow":{"type":"boolean","description":"true if the location is closed now; otherwise false"},"neverOpens":{"type":"boolean","description":"true if the location will never open again; otherwise false (this parameter is used only if closedNow true)"}},"description":"Defines when the location will be next opened."},"openingHours":{"uniqueItems":true,"type":"array","description":"The location's opening hours.","items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"openingHoursNotes":{"type":"string","description":"Additional information about the location's opening hours."},"specialOpeningHours":{"uniqueItems":true,"type":"array","description":"The location's special opening hours","items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"openNow":{"type":"boolean","description":"Shows if the location is currently open."},"paymentOptions":{"uniqueItems":true,"type":"array","description":"The payment options accepted at the location (eg. cash, bank transfer, ...)","example":"cash, bank transfer, ...","items":{"type":"string"}},"people":{"type":"array","description":"People associated with this location","items":{"required":["name","title"],"type":"object","properties":{"title":{"type":"string","description":"The person's title: e.g. 'Store manager'"},"description":{"type":"string","description":"Description for the person: e.g. 'Responsible for the day-to-day operations of the store'"},"identifier":{"type":"string","description":"Unique Identifier for the Person"},"listName":{"type":"string","description":"Name of the section this person belongs to"},"id":{"type":"integer","description":"The uberall unique id for the person","format":"int64"},"name":{"type":"string","description":"The person's full name"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the person (use the Image object format)"},"url":{"type":"string","description":"A valid url of a page with more details about the person"}},"description":"Person"}},"faqs":{"type":"array","description":"FAQs associated with this location","items":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the faq item","format":"int64"},"question":{"type":"string","description":"The frequently asked question","example":"Do you have parking?"},"answer":{"type":"string","description":"Answer for the faq item","example":"Yes, free valet parking is available."},"identifier":{"type":"string","description":"Unique Identifier for the faq item"},"listName":{"type":"string","description":"Name of the section this faq item belongs to"}},"description":"Faq Item"}},"phone":{"type":"string","description":"The location's contact phone number."},"photos":{"uniqueItems":true,"type":"array","description":"The location's photos.","items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"products":{"type":"array","description":"Products offered by this location","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"The name of the product: e.g. Strong Coffee"},"description":{"type":"string","description":"Description of the product: e.g. 'The strongest coffee in the world'"},"identifier":{"type":"string","description":"Unique Identifier for the Product"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the product","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the product in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"object","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF"},"category":{"type":"string","description":"A category the product belongs to: e.g. 'Coffee'","example":"Coffee"},"video":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"A video about the product"},"unit":{"type":"string","description":"A unit of measure, e.g. 'per kg'","example":"per kg"},"url":{"type":"string","description":"A valid page url with more details about the product"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the product","format":"int32"},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the product (use the Image object format)"}},"description":"Product Model"}},"province":{"type":"string","description":"The province the location is residing in."},"reviewCount":{"type":"integer","description":"How many Google Reviews this location has in total","format":"int32"},"reviews":{"type":"array","description":"A list of up to five Google Reviews","items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"services":{"type":"array","description":"The services offered by the location (eg. 'catering' for a restaurant)","example":"'catering' for a restaurant","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"socialPost":{"type":"object","description":"Social posts published for this location"},"streetAndNumber":{"type":"string","description":"The location's street address."},"taxNumber":{"type":"string","description":"The tax number of the location. CIF/NIF in Spain"},"timezone":{"type":"string","description":"The location's timezone"},"videos":{"uniqueItems":true,"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"zip":{"type":"string","description":"The location's ZIP code."},"website":{"type":"string","description":"A valid url for the location's website"},"googlePlaceId":{"type":"string","description":"A unique textual identifier to identify a place in the Google Places database and on Google Maps."},"street":{"type":"string","description":"The location's street address"},"streetNo":{"type":"string","description":"The location's street number"}},"description":"This is a response object that is being used in storefinder calls"}}}},"components/schemas/StoreFinderReview":{"id":"components/schemas/StoreFinderReview","kind":"json-schema","title":"StoreFinderReview","data":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"components/schemas/StringListSuccessResponseWrapper":{"id":"components/schemas/StringListSuccessResponseWrapper","kind":"json-schema","title":"StringListSuccessResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"array","description":"The actual response object of the response","items":{"type":"string","description":"The actual response object of the response"}}}}},"components/schemas/SubscribableEventTypesObject":{"id":"components/schemas/SubscribableEventTypesObject","kind":"json-schema","title":"SubscribableEventTypesObject","data":{"type":"object","properties":{"subscribableEventTypes":{"type":"array","items":{"type":"string"}}},"description":"The actual response object of the response"}},"components/schemas/SubscribableEventTypesWrapper":{"id":"components/schemas/SubscribableEventTypesWrapper","kind":"json-schema","title":"SubscribableEventTypesWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"subscribableEventTypes":{"type":"array","items":{"type":"string"}}},"description":"The actual response object of the response"}}}},"components/schemas/SuccessResponseObject":{"id":"components/schemas/SuccessResponseObject","kind":"json-schema","title":"SuccessResponseObject","data":{"type":"object","properties":{"success":{"type":"boolean","description":"Success","example":true}},"description":"The actual response object of the response"}},"components/schemas/SuccessResponseWrapper":{"id":"components/schemas/SuccessResponseWrapper","kind":"json-schema","title":"SuccessResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"success":{"type":"boolean","description":"Success","example":true}},"description":"The actual response object of the response"}}}},"components/schemas/Suggestion":{"id":"components/schemas/Suggestion","kind":"json-schema","title":"Suggestion","data":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}},"components/schemas/SuggestionListWrapper":{"id":"components/schemas/SuggestionListWrapper","kind":"json-schema","title":"SuggestionListWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"array","description":"The actual response object of the response","items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}}}}},"components/schemas/SuggestionResponse":{"id":"components/schemas/SuggestionResponse","kind":"json-schema","title":"SuggestionResponse","data":{"type":"object","properties":{"id":{"type":"integer","description":"Id of the location","format":"int64"},"name":{"type":"string","description":"Name of the location"},"streetAndNumber":{"type":"string","description":"Street and streetNumber of the location"},"zip":{"type":"string","description":"Zip of the location"},"city":{"type":"string","description":"City of the location"},"country":{"type":"string","description":"Country of the location","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"status":{"type":"string","description":"Status of the location","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"suggestionsForFields":{"type":"array","description":"Map containing fields and the suggested values from different directories.","items":{"type":"object","properties":{"fieldName":{"type":"string","description":"Name of the field for which the suggestion is provided"},"currentValue":{"type":"object","description":"Current value of the field, can be String, List, etc."},"suggestions":{"type":"array","description":"The suggestions for the field","items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}}}}}},"description":"Suggestion Response Model"}},"components/schemas/SuggestionResponseWrapper":{"id":"components/schemas/SuggestionResponseWrapper","kind":"json-schema","title":"SuggestionResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"id":{"type":"integer","description":"Id of the location","format":"int64"},"name":{"type":"string","description":"Name of the location"},"streetAndNumber":{"type":"string","description":"Street and streetNumber of the location"},"zip":{"type":"string","description":"Zip of the location"},"city":{"type":"string","description":"City of the location"},"country":{"type":"string","description":"Country of the location","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"status":{"type":"string","description":"Status of the location","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"suggestionsForFields":{"type":"array","description":"Map containing fields and the suggested values from different directories.","items":{"type":"object","properties":{"fieldName":{"type":"string","description":"Name of the field for which the suggestion is provided"},"currentValue":{"type":"object","description":"Current value of the field, can be String, List, etc."},"suggestions":{"type":"array","description":"The suggestions for the field","items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}}}}}},"description":"Suggestion Response Model"}}}},"components/schemas/SuggestionSearchResponseObject":{"id":"components/schemas/SuggestionSearchResponseObject","kind":"json-schema","title":"SuggestionSearchResponseObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"count":{"type":"integer","description":"Total count of results","format":"int32","example":100},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Id of the location","format":"int64"},"name":{"type":"string","description":"Name of the location"},"streetAndNumber":{"type":"string","description":"Street and streetNumber of the location"},"zip":{"type":"string","description":"Zip of the location"},"city":{"type":"string","description":"City of the location"},"country":{"type":"string","description":"Country of the location","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"status":{"type":"string","description":"Status of the location","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"suggestionsForFields":{"type":"array","description":"Map containing fields and the suggested values from different directories.","items":{"type":"object","properties":{"fieldName":{"type":"string","description":"Name of the field for which the suggestion is provided"},"currentValue":{"type":"object","description":"Current value of the field, can be String, List, etc."},"suggestions":{"type":"array","description":"The suggestions for the field","items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}}}}}},"description":"Suggestion Response Model"}}},"description":"Search response object containing pagination details and a list of suggestion responses"}},"components/schemas/SuggestionSearchResponseWrapper":{"id":"components/schemas/SuggestionSearchResponseWrapper","kind":"json-schema","title":"SuggestionSearchResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"Offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"Maximum number of results per page","format":"int32","example":10},"count":{"type":"integer","description":"Total count of results","format":"int32","example":100},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Id of the location","format":"int64"},"name":{"type":"string","description":"Name of the location"},"streetAndNumber":{"type":"string","description":"Street and streetNumber of the location"},"zip":{"type":"string","description":"Zip of the location"},"city":{"type":"string","description":"City of the location"},"country":{"type":"string","description":"Country of the location","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"status":{"type":"string","description":"Status of the location","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"suggestionsForFields":{"type":"array","description":"Map containing fields and the suggested values from different directories.","items":{"type":"object","properties":{"fieldName":{"type":"string","description":"Name of the field for which the suggestion is provided"},"currentValue":{"type":"object","description":"Current value of the field, can be String, List, etc."},"suggestions":{"type":"array","description":"The suggestions for the field","items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}}}}}},"description":"Suggestion Response Model"}}},"description":"Search response object containing pagination details and a list of suggestion responses"}}}},"components/schemas/SuggestionsForFieldsDetails":{"id":"components/schemas/SuggestionsForFieldsDetails","kind":"json-schema","title":"SuggestionsForFieldsDetails","data":{"type":"object","properties":{"fieldName":{"type":"string","description":"Name of the field for which the suggestion is provided"},"currentValue":{"type":"object","description":"Current value of the field, can be String, List, etc."},"suggestions":{"type":"array","description":"The suggestions for the field","items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}}}}},"components/schemas/UTM":{"id":"components/schemas/UTM","kind":"json-schema","title":"UTM","data":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"components/schemas/UnavailableDirectoriesResponse":{"id":"components/schemas/UnavailableDirectoriesResponse","kind":"json-schema","title":"UnavailableDirectoriesResponse","data":{"type":"object","properties":{"unavailableDirectories":{"type":"object","additionalProperties":{"type":"array","description":"Unavailable directories keyed by reason","items":{"type":"object","properties":{"type":{"type":"string","description":"The directory where this listing appears"},"typeName":{"type":"string","description":"Listing type / Publisher name"},"category":{"type":"string","description":"The category of the directory of this listing","example":"social, search"}},"description":"A directory that is currently unavailable for the location"}},"description":"Unavailable directories keyed by reason"}},"description":"Directories currently unavailable for the location, grouped by reason"}},"components/schemas/UnavailableDirectoriesResponseWrapper":{"id":"components/schemas/UnavailableDirectoriesResponseWrapper","kind":"json-schema","title":"UnavailableDirectoriesResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"unavailableDirectories":{"type":"object","additionalProperties":{"type":"array","description":"Unavailable directories keyed by reason","items":{"type":"object","properties":{"type":{"type":"string","description":"The directory where this listing appears"},"typeName":{"type":"string","description":"Listing type / Publisher name"},"category":{"type":"string","description":"The category of the directory of this listing","example":"social, search"}},"description":"A directory that is currently unavailable for the location"}},"description":"Unavailable directories keyed by reason"}},"description":"Directories currently unavailable for the location, grouped by reason"}}}},"components/schemas/UnavailableDirectory":{"id":"components/schemas/UnavailableDirectory","kind":"json-schema","title":"UnavailableDirectory","data":{"type":"object","properties":{"type":{"type":"string","description":"The directory where this listing appears"},"typeName":{"type":"string","description":"Listing type / Publisher name"},"category":{"type":"string","description":"The category of the directory of this listing","example":"social, search"}},"description":"A directory that is currently unavailable for the location"}},"components/schemas/UpdateAllSuggestionsStatusResponseObject":{"id":"components/schemas/UpdateAllSuggestionsStatusResponseObject","kind":"json-schema","title":"UpdateAllSuggestionsStatusResponseObject","data":{"type":"object","properties":{"updatedSuggestionsCount":{"type":"integer","description":"Total number of updated suggestions","format":"int32","example":10}},"description":"The actual response object of the response"}},"components/schemas/UpdateAllSuggestionsStatusResponseWrapper":{"id":"components/schemas/UpdateAllSuggestionsStatusResponseWrapper","kind":"json-schema","title":"UpdateAllSuggestionsStatusResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"updatedSuggestionsCount":{"type":"integer","description":"Total number of updated suggestions","format":"int32","example":10}},"description":"The actual response object of the response"}}}},"components/schemas/UpdateSalesPartnerRequestBody":{"id":"components/schemas/UpdateSalesPartnerRequestBody","kind":"json-schema","title":"UpdateSalesPartnerRequestBody","data":{"type":"object","properties":{"address":{"type":"string","description":"Full address string of the new child SalesPartner (Be aware: Can't be NULL or empty)"},"aggregateInvoicesToParent":{"type":"boolean","description":"Indicates if the invoice for this SalesPartner should be aggregated to the parent invoice"},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution Model"},"canSeePrices":{"type":"boolean","description":"Indicates if the child SalesPartner should be allowed to see price information for e.g. product plans"},"country":{"type":"string","description":"Country of the new child SalesPartner","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"emailAccounting":{"type":"string","description":"Accounting email of the new child SalesPartner"},"emailCustomerSupport":{"type":"string","description":"Customer support email of the new child SalesPartner"},"emailProjectLead":{"type":"string","description":"Project lead email of the new child SalesPartner"},"identifier":{"type":"string","description":"Identifier of the new child SalesPartner (e.g. your own customer ID for better reference)"},"minPasswordLength":{"type":"integer","description":"Minimum password length for all users of the new child SalesPartner","format":"int32"},"name":{"type":"string","description":"Name of child SalesPartner (Be aware: Can't be NULL or empty)"},"phone":{"type":"string","description":"Phone number of the new child SalesPartner"},"preferredLanguage":{"type":"object","description":"Preferred language of the new child SalesPartner, for invoice purpose (either 'de' oder 'en')"},"salesPartnerStatus":{"type":"string","description":"Sales Partner Status Enum","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"vatId":{"type":"string","description":"VAT (Value-Added Tax) ID number of the SalesPartner (e.g. for Germany: DE123456789)"}}}},"components/schemas/UpdateSuccessResponseObject":{"id":"components/schemas/UpdateSuccessResponseObject","kind":"json-schema","title":"UpdateSuccessResponseObject","data":{"type":"object","properties":{"updatedCount":{"type":"integer","description":"Total count of updated items","format":"int32","example":10},"failedCount":{"type":"integer","description":"Total count of failed items","format":"int32","example":2},"missingIdCount":{"type":"integer","description":"Total count of missing IDs","format":"int32","example":1},"updatedIds":{"type":"array","items":{"type":"integer","format":"int64"}},"failed":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}}},"description":"The actual response object of the response"}},"components/schemas/UpdateSuccessResponseWrapper":{"id":"components/schemas/UpdateSuccessResponseWrapper","kind":"json-schema","title":"UpdateSuccessResponseWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"updatedCount":{"type":"integer","description":"Total count of updated items","format":"int32","example":10},"failedCount":{"type":"integer","description":"Total count of failed items","format":"int32","example":2},"missingIdCount":{"type":"integer","description":"Total count of missing IDs","format":"int32","example":1},"updatedIds":{"type":"array","items":{"type":"integer","format":"int64"}},"failed":{"type":"array","items":{"type":"string"}},"warnings":{"type":"array","items":{"type":"string"}}},"description":"The actual response object of the response"}}}},"components/schemas/User":{"id":"components/schemas/User","kind":"json-schema","title":"User","data":{"required":["email","firstname","lastname","role"],"type":"object","properties":{"email":{"type":"string","description":"Email"},"password":{"type":"string","description":"The user's password. Only for POST requests. Don't use when creating a user with status INVITED!"},"id":{"type":"integer","description":"The uberall unique id for the user","format":"int64"},"salutation":{"type":"string","description":"One of MALE, FEMALE or OTHER"},"firstname":{"type":"string","description":"First Name"},"lastname":{"type":"string","description":"Last name"},"phone":{"type":"string","description":"The user's phone number"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the current user. One of CREATED, VERIFIED, UNVERIFIED, INVITED, INACTIVE, NO_LOGIN"},"children":[]}]}]}],"enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]},"role":{"type":"string","description":"User Role","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"salesPartner":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall sales partner id","format":"int64"},"aggregateInvoicesToParent":{"type":"boolean","description":"(only used for child SalesPartner) Indicates if the invoice for this SalesPartner should be aggregated to the parent invoice"},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution details of the SalesPartner"},"canSeePrices":{"type":"boolean","description":"Indicates if the SalesPartner should be allowed to see price information for e.g. product plans"},"emailCustomerSupport":{"type":"string","description":"Customer support email of the SalesPartner"},"emailProjectLead":{"type":"string","description":"Project lead email of the SalesPartner"},"forceSso":{"type":"boolean","description":"If set to true, all users of this SalesPartner will only be allowed to log in our app via the SSO flow. Users cannot be created or updated directly - only via SSO. If set to false and \"isSsoActive\" is set, users can either log in via normal login or SSO"},"identifier":{"type":"string","description":"Identifier for SalesPartner, must be unique for child SalesPartner within parent SalesPartner"},"minPasswordLength":{"type":"integer","description":"Minimum password length","format":"int32"},"name":{"type":"string","description":"The name"},"phone":{"type":"string","description":"The phone number"},"preferredLanguage":{"type":"string","description":"Preferred language of the SalesPartner, for invoice purpose (either 'de' or 'en')"},"pushUrl":{"type":"string","description":"URL where selected webhook events should be sent to"},"salesPartnerStatus":{"type":"string","description":"SalesPartner status of the SalesPartner (Be aware: Only sending 'INACTIVE' for child SalesPartner update is allowed)","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"subscribedWebhookEventTypes":{"uniqueItems":true,"type":"array","description":"List of all event types the SalesPartner want to receive push messages for via webhook functionality, for a list of all possible types use the GET /api/salespartners/subscribable-event-types endpoint","items":{"type":"string","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"whitelistedRedirectUrls":{"uniqueItems":true,"type":"array","description":"Domains that are allowed to be redirected to upon finalizing a directory connect flow","items":{"type":"string"}},"currency":{"type":"string","description":"The currency"},"entity":{"type":"string","description":"Uberall entity","enum":["UBERALL_BV","UBERALL_CANADA_INC","UBERALL_FR","UBERALL_GMBH","UBERALL_INC","UBERALL_MF","UBERALL_UK"]},"isSsoActive":{"type":"boolean","description":"If set to true this will activate the single sign-on flow for logging into our app. Note that all more details need to be set before it can be used."},"maxFreeLocations":{"type":"integer","description":"Max free locations","format":"int32"},"type":{"type":"string","description":"The type, e.g. STANDARD or CUSTOM"},"whitelabelInformations":{"uniqueItems":true,"type":"array","description":"List of the sales partner's white-label information","items":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"}},"onboardingStatus":{"type":"string","description":"The onboarding status of the SalesPartner","enum":["NOT_STARTED","IN_PROGRESS","FINISHED","ABORTED"]},"locationGroupIds":{"type":"array","items":{"type":"integer","format":"int64"}},"country":{"type":"string","description":"The country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"address":{"type":"string","description":"Full address field including street, zip and city."},"contactPerson":{"type":"integer","description":"The contact person","format":"int64"},"emailAccounting":{"type":"string","description":"Accounting email of the SalesPartner"},"vatId":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"price":{"type":"integer","format":"int64"},"priceMin":{"type":"integer","format":"int64"},"commission":{"type":"integer","format":"int64"}},"description":"The \"Sales Partner\" this user belongs to"},"preferredLanguage":{"type":"string","description":"Preferred language of a user. If not set, this will default to the language in context, e.g., location's for e-mails and browser language for our applications."},"identifier":{"type":"string","description":"The unique user identifier based on your internal identification system"},"features":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A list of features this user can work with. Values:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ADS_READ\nADS_WRITE\nADVANCED_ANALYTICS\nAI_SUGGESTED_REPLIES\nAI_BULK_REPLIES \nAPPLE_POSTING_WRITE\nAUTO_RESPONSE_WRITE\nBULK_UPDATES\nBUSINESS_LEVEL_CONNECT\nCAN_PAY_INVOICE\nCAN_SEE_HELP_SECTION\nCHAT_READ\nCHAT_WRITE\nCHATBOT_READ\nCHATBOT_WRITE\nDAM\nENTERPRISE_ONBOARDING\nFIRST_PARTY_REVIEW_APPROVAL\nFORMS\nINBOX_2_0_BETA_READ\nINBOX_2_0_BETA_WRITE\nINBOX_APPROVAL\nINBOX_READ\nINBOX_WRITE\nINSTAGRAM_POSTING_WRITE\nLISTINGS_PAGE_NEW\nLISTINGS\nLIVE_CHAT\nLOCATION_GROUP\nLOCATION_READ\nLOCATION_SCHEDULED_UPDATES\nLOCATION_STATUS_CHANGE\nLOCATION_WRITE\nPOSTING_APPROVAL\nPOSTING_READ\nPOSTING_WRITE\nPRICE_INFO\nRESPONSE_LIBRARY_READ\nRESPONSE_LIBRARY_WRITE\nREVIEW_GENERATION_CREATE\nREVIEW_GENERATION_SEND\nSINGLE_SIGN_ON\nSOCIAL_ADS\nSUPPRESSION\nTRACKING\nUPGRADE\nUSER_OTHERS_EDIT\nUSER_SELF_EDIT"},"children":[]}]}],"items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"emailSettings":{"uniqueItems":true,"type":"array","description":"A list of EmailSettings for this user. Only one EmailSettings object per EmailType possible.","items":{"type":"object","properties":{"frequency":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Frequency of the emailType. The available frequencies by email type are: DIGEST: WEEKLY, MONTHLY or NEVER; ACTIVATION: ALWAYS or NEVER; START_VERIFICATION_GOOGLE: ALWAYS or NEVER; FINISH_VERIFICATION_GOOGLE: ALWAYS or NEVER; UNREAD_REVIEW_NOTIFICATION: ALWAYS or NEVER; PENDING_APPROVAL_REPLY_NOTIFICATION: DAILY, ALWAYS or NEVER."},"children":[]}]}]}],"enum":["ALWAYS","DAILY","WEEKLY","MONTHLY","QUARTERLY","NEVER"]},"emailType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of email. Currently, the types of email supported are: DIGEST, ACTIVATION, START_VERIFICATION_GOOGLE, FINISH_VERIFICATION_GOOGLE, UNREAD_REVIEW_NOTIFICATION, PENDING_APPROVAL_REPLY_NOTIFICATION, SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION, NEW_CHATS_NOTIFICATION, NEW_CONTACT_FORM_NOTIFICATION"},"children":[]}]}]}],"enum":["DIGEST","UNREAD_REVIEW_NOTIFICATION","PENDING_APPROVAL_REPLY_NOTIFICATION","ACTIVATION","START_VERIFICATION_GOOGLE","FINISH_VERIFICATION_GOOGLE","NEW_CHATS_NOTIFICATION","NEW_CONTACT_FORM_NOTIFICATION","SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION","DASHBOARD_EXPORT","RENEWAL_FAIL","RENEWAL_SUCCESS","RESET_PASSWORD_SP","SALES_PARTNER_APPROVAL","USER_INVITATION","SALES_PARTNER_ENTERPRISE_ONBOARDING_COMPLETE","NEW_CHAT_NOTIFICATION_LOCATION","NEW_CHAT_NOTIFICATION_BUSINESS","NEW_CONTACT_FORM_NOTIFICATION_LOCATION","NEW_CONTACT_FORM_NOTIFICATION_BUSINESS","INVOICE_CREATED_RENEWAL","INTERNAL","TIMELY_TASK_NOTIFICATION_1","TIMELY_TASK_NOTIFICATION_2","TIMELY_TASK_NOTIFICATION_3","LOCATION_CLEANSING_FAILED_NOTIFICATION"]},"id":{"type":"integer","format":"int64"}},"description":"Email Settings Model"}},"featuresDetailed":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Map containing the feature names and corresponding feature-specific parameters. \"featuresDetailed\" is supported for the features LOCATION_WRITE and ADVANCED_ANALYTICS."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For LOCATION_WRITE a list of fields that this user can update is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For ADVANCED_ANALYTICS a list of dashboards the user has access to is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For example:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"featuresDetailed\": '{'\n'{'\n   \"featuresDetailed\":'{'\n      \"LOCATION_WRITE\":[\n         \"fax\",\n         \"openingHours\",\n         \"callTrackingNumbers\",\n         \"streetNo\",\n         \"openingHoursNotes\",\n         \"specialOpeningHours\",\n         \"street\",\n         \"languages\",\n         \"customFields\",\n         \"contentLists\",\n         \"photos\",\n         \"services\",\n         \"moreHours\",\n         \"descriptionLong\",\n         \"zip\",\n         \"lat\",\n         \"openingDate\",\n         \"email\",\n         \"addressDisplay\",\n         \"labels\",\n         \"taxNumber\",\n         \"city\",\n         \"cellphone\",\n         \"contentCollections\",\n         \"attributes\",\n         \"categories\",\n         \"imprint\",\n         \"phone\",\n         \"utms\",\n         \"addressExtra\",\n         \"keywords\",\n         \"legalIdent\",\n         \"lng\",\n         \"paymentOptions\",\n         \"descriptionShort\",\n         \"socialProfiles\",\n         \"identifier\",\n         \"website\",\n         \"country\",\n         \"province\",\n         \"name\",\n         \"videos\",\n         \"brands\",\n         \"serviceAreas\"\n      ],\n      \"ADVANCED_ANALYTICS\":[\n         \"overview\",\n         \"listings-google\",\n         \"customer-feedback\"\n      ]\n   '}'\n'}'\n"},"children":[]}]}]},"whitelabelInformation":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"},"roles":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The user's role. One of ADMIN, BUSINESS_MANAGER, MULTI_BUSINESS_MANAGER, LOCATION_MANAGER."},"children":[]}]}]}],"items":{"type":"string","description":"Different roles a user account can have in the system.","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]}},"locationGroupIds":{"type":"array","description":"A list of all location group IDs the user is assigned to.","items":{"type":"integer","format":"int64"}},"managedLocationsViaGroups":{"type":"array","description":"A list of all location IDs the user can manage because of assignment to certain group(s)","items":{"type":"integer","format":"int64"}},"dateCreated":{"type":"string","format":"date-time"},"managedBusinesses":{"type":"array","description":"A list of businesses managed by this user","items":{"type":"integer","format":"int64"}},"managedLocations":{"type":"array","description":"A list of locations managed by this user","items":{"type":"integer","format":"int64"}},"connectedAccounts":{"type":"array","items":{"type":"string"}},"paymentMethod":{"type":"array","items":{"type":"string"}},"showSpSwitch":{"type":"boolean"},"isParent":{"type":"boolean"},"canManageLocationGroups":{"type":"boolean"},"multiFactorAuthentications":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"email":{"type":"string","description":"Email"},"type":{"type":"string","description":"Multi factor authentication type","enum":["EMAIL"]},"id":{"type":"integer","format":"int64"}},"description":"Multi Factor Authentication Model"}},"managedLocationsIdentifiers":{"type":"array","items":{"type":"integer","format":"int64"}}},"description":"User Model"}},"components/schemas/UserDetails":{"id":"components/schemas/UserDetails","kind":"json-schema","title":"UserDetails","data":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the user","format":"int64","example":1},"email":{"type":"string","description":"Email of the user","example":"jan.didschuneit@uberall.com"},"firstName":{"type":"string","description":"First name of the user","example":"Jan"},"lastName":{"type":"string","description":"Last name of the user","example":"Didschuneit"},"role":{"type":"string","description":"Different roles a user account can have in the system.","example":"ADMIN","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"status":{"type":"string","description":"User Status Enum","example":"VERIFIED","enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]}}}},"components/schemas/UserLeftObject":{"id":"components/schemas/UserLeftObject","kind":"json-schema","title":"UserLeftObject","data":{"type":"object","properties":{"user":{"required":["email","firstname","lastname","role"],"type":"object","properties":{"email":{"type":"string","description":"Email"},"password":{"type":"string","description":"The user's password. Only for POST requests. Don't use when creating a user with status INVITED!"},"id":{"type":"integer","description":"The uberall unique id for the user","format":"int64"},"salutation":{"type":"string","description":"One of MALE, FEMALE or OTHER"},"firstname":{"type":"string","description":"First Name"},"lastname":{"type":"string","description":"Last name"},"phone":{"type":"string","description":"The user's phone number"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the current user. One of CREATED, VERIFIED, UNVERIFIED, INVITED, INACTIVE, NO_LOGIN"},"children":[]}]}]}],"enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]},"role":{"type":"string","description":"User Role","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"salesPartner":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall sales partner id","format":"int64"},"aggregateInvoicesToParent":{"type":"boolean","description":"(only used for child SalesPartner) Indicates if the invoice for this SalesPartner should be aggregated to the parent invoice"},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution details of the SalesPartner"},"canSeePrices":{"type":"boolean","description":"Indicates if the SalesPartner should be allowed to see price information for e.g. product plans"},"emailCustomerSupport":{"type":"string","description":"Customer support email of the SalesPartner"},"emailProjectLead":{"type":"string","description":"Project lead email of the SalesPartner"},"forceSso":{"type":"boolean","description":"If set to true, all users of this SalesPartner will only be allowed to log in our app via the SSO flow. Users cannot be created or updated directly - only via SSO. If set to false and \"isSsoActive\" is set, users can either log in via normal login or SSO"},"identifier":{"type":"string","description":"Identifier for SalesPartner, must be unique for child SalesPartner within parent SalesPartner"},"minPasswordLength":{"type":"integer","description":"Minimum password length","format":"int32"},"name":{"type":"string","description":"The name"},"phone":{"type":"string","description":"The phone number"},"preferredLanguage":{"type":"string","description":"Preferred language of the SalesPartner, for invoice purpose (either 'de' or 'en')"},"pushUrl":{"type":"string","description":"URL where selected webhook events should be sent to"},"salesPartnerStatus":{"type":"string","description":"SalesPartner status of the SalesPartner (Be aware: Only sending 'INACTIVE' for child SalesPartner update is allowed)","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"subscribedWebhookEventTypes":{"uniqueItems":true,"type":"array","description":"List of all event types the SalesPartner want to receive push messages for via webhook functionality, for a list of all possible types use the GET /api/salespartners/subscribable-event-types endpoint","items":{"type":"string","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"whitelistedRedirectUrls":{"uniqueItems":true,"type":"array","description":"Domains that are allowed to be redirected to upon finalizing a directory connect flow","items":{"type":"string"}},"currency":{"type":"string","description":"The currency"},"entity":{"type":"string","description":"Uberall entity","enum":["UBERALL_BV","UBERALL_CANADA_INC","UBERALL_FR","UBERALL_GMBH","UBERALL_INC","UBERALL_MF","UBERALL_UK"]},"isSsoActive":{"type":"boolean","description":"If set to true this will activate the single sign-on flow for logging into our app. Note that all more details need to be set before it can be used."},"maxFreeLocations":{"type":"integer","description":"Max free locations","format":"int32"},"type":{"type":"string","description":"The type, e.g. STANDARD or CUSTOM"},"whitelabelInformations":{"uniqueItems":true,"type":"array","description":"List of the sales partner's white-label information","items":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"}},"onboardingStatus":{"type":"string","description":"The onboarding status of the SalesPartner","enum":["NOT_STARTED","IN_PROGRESS","FINISHED","ABORTED"]},"locationGroupIds":{"type":"array","items":{"type":"integer","format":"int64"}},"country":{"type":"string","description":"The country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"address":{"type":"string","description":"Full address field including street, zip and city."},"contactPerson":{"type":"integer","description":"The contact person","format":"int64"},"emailAccounting":{"type":"string","description":"Accounting email of the SalesPartner"},"vatId":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"price":{"type":"integer","format":"int64"},"priceMin":{"type":"integer","format":"int64"},"commission":{"type":"integer","format":"int64"}},"description":"The \"Sales Partner\" this user belongs to"},"preferredLanguage":{"type":"string","description":"Preferred language of a user. If not set, this will default to the language in context, e.g., location's for e-mails and browser language for our applications."},"identifier":{"type":"string","description":"The unique user identifier based on your internal identification system"},"features":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A list of features this user can work with. Values:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ADS_READ\nADS_WRITE\nADVANCED_ANALYTICS\nAI_SUGGESTED_REPLIES\nAI_BULK_REPLIES \nAPPLE_POSTING_WRITE\nAUTO_RESPONSE_WRITE\nBULK_UPDATES\nBUSINESS_LEVEL_CONNECT\nCAN_PAY_INVOICE\nCAN_SEE_HELP_SECTION\nCHAT_READ\nCHAT_WRITE\nCHATBOT_READ\nCHATBOT_WRITE\nDAM\nENTERPRISE_ONBOARDING\nFIRST_PARTY_REVIEW_APPROVAL\nFORMS\nINBOX_2_0_BETA_READ\nINBOX_2_0_BETA_WRITE\nINBOX_APPROVAL\nINBOX_READ\nINBOX_WRITE\nINSTAGRAM_POSTING_WRITE\nLISTINGS_PAGE_NEW\nLISTINGS\nLIVE_CHAT\nLOCATION_GROUP\nLOCATION_READ\nLOCATION_SCHEDULED_UPDATES\nLOCATION_STATUS_CHANGE\nLOCATION_WRITE\nPOSTING_APPROVAL\nPOSTING_READ\nPOSTING_WRITE\nPRICE_INFO\nRESPONSE_LIBRARY_READ\nRESPONSE_LIBRARY_WRITE\nREVIEW_GENERATION_CREATE\nREVIEW_GENERATION_SEND\nSINGLE_SIGN_ON\nSOCIAL_ADS\nSUPPRESSION\nTRACKING\nUPGRADE\nUSER_OTHERS_EDIT\nUSER_SELF_EDIT"},"children":[]}]}],"items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"emailSettings":{"uniqueItems":true,"type":"array","description":"A list of EmailSettings for this user. Only one EmailSettings object per EmailType possible.","items":{"type":"object","properties":{"frequency":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Frequency of the emailType. The available frequencies by email type are: DIGEST: WEEKLY, MONTHLY or NEVER; ACTIVATION: ALWAYS or NEVER; START_VERIFICATION_GOOGLE: ALWAYS or NEVER; FINISH_VERIFICATION_GOOGLE: ALWAYS or NEVER; UNREAD_REVIEW_NOTIFICATION: ALWAYS or NEVER; PENDING_APPROVAL_REPLY_NOTIFICATION: DAILY, ALWAYS or NEVER."},"children":[]}]}]}],"enum":["ALWAYS","DAILY","WEEKLY","MONTHLY","QUARTERLY","NEVER"]},"emailType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of email. Currently, the types of email supported are: DIGEST, ACTIVATION, START_VERIFICATION_GOOGLE, FINISH_VERIFICATION_GOOGLE, UNREAD_REVIEW_NOTIFICATION, PENDING_APPROVAL_REPLY_NOTIFICATION, SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION, NEW_CHATS_NOTIFICATION, NEW_CONTACT_FORM_NOTIFICATION"},"children":[]}]}]}],"enum":["DIGEST","UNREAD_REVIEW_NOTIFICATION","PENDING_APPROVAL_REPLY_NOTIFICATION","ACTIVATION","START_VERIFICATION_GOOGLE","FINISH_VERIFICATION_GOOGLE","NEW_CHATS_NOTIFICATION","NEW_CONTACT_FORM_NOTIFICATION","SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION","DASHBOARD_EXPORT","RENEWAL_FAIL","RENEWAL_SUCCESS","RESET_PASSWORD_SP","SALES_PARTNER_APPROVAL","USER_INVITATION","SALES_PARTNER_ENTERPRISE_ONBOARDING_COMPLETE","NEW_CHAT_NOTIFICATION_LOCATION","NEW_CHAT_NOTIFICATION_BUSINESS","NEW_CONTACT_FORM_NOTIFICATION_LOCATION","NEW_CONTACT_FORM_NOTIFICATION_BUSINESS","INVOICE_CREATED_RENEWAL","INTERNAL","TIMELY_TASK_NOTIFICATION_1","TIMELY_TASK_NOTIFICATION_2","TIMELY_TASK_NOTIFICATION_3","LOCATION_CLEANSING_FAILED_NOTIFICATION"]},"id":{"type":"integer","format":"int64"}},"description":"Email Settings Model"}},"featuresDetailed":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Map containing the feature names and corresponding feature-specific parameters. \"featuresDetailed\" is supported for the features LOCATION_WRITE and ADVANCED_ANALYTICS."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For LOCATION_WRITE a list of fields that this user can update is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For ADVANCED_ANALYTICS a list of dashboards the user has access to is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For example:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"featuresDetailed\": '{'\n'{'\n   \"featuresDetailed\":'{'\n      \"LOCATION_WRITE\":[\n         \"fax\",\n         \"openingHours\",\n         \"callTrackingNumbers\",\n         \"streetNo\",\n         \"openingHoursNotes\",\n         \"specialOpeningHours\",\n         \"street\",\n         \"languages\",\n         \"customFields\",\n         \"contentLists\",\n         \"photos\",\n         \"services\",\n         \"moreHours\",\n         \"descriptionLong\",\n         \"zip\",\n         \"lat\",\n         \"openingDate\",\n         \"email\",\n         \"addressDisplay\",\n         \"labels\",\n         \"taxNumber\",\n         \"city\",\n         \"cellphone\",\n         \"contentCollections\",\n         \"attributes\",\n         \"categories\",\n         \"imprint\",\n         \"phone\",\n         \"utms\",\n         \"addressExtra\",\n         \"keywords\",\n         \"legalIdent\",\n         \"lng\",\n         \"paymentOptions\",\n         \"descriptionShort\",\n         \"socialProfiles\",\n         \"identifier\",\n         \"website\",\n         \"country\",\n         \"province\",\n         \"name\",\n         \"videos\",\n         \"brands\",\n         \"serviceAreas\"\n      ],\n      \"ADVANCED_ANALYTICS\":[\n         \"overview\",\n         \"listings-google\",\n         \"customer-feedback\"\n      ]\n   '}'\n'}'\n"},"children":[]}]}]},"whitelabelInformation":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"},"roles":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The user's role. One of ADMIN, BUSINESS_MANAGER, MULTI_BUSINESS_MANAGER, LOCATION_MANAGER."},"children":[]}]}]}],"items":{"type":"string","description":"Different roles a user account can have in the system.","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]}},"locationGroupIds":{"type":"array","description":"A list of all location group IDs the user is assigned to.","items":{"type":"integer","format":"int64"}},"managedLocationsViaGroups":{"type":"array","description":"A list of all location IDs the user can manage because of assignment to certain group(s)","items":{"type":"integer","format":"int64"}},"dateCreated":{"type":"string","format":"date-time"},"managedBusinesses":{"type":"array","description":"A list of businesses managed by this user","items":{"type":"integer","format":"int64"}},"managedLocations":{"type":"array","description":"A list of locations managed by this user","items":{"type":"integer","format":"int64"}},"connectedAccounts":{"type":"array","items":{"type":"string"}},"paymentMethod":{"type":"array","items":{"type":"string"}},"showSpSwitch":{"type":"boolean"},"isParent":{"type":"boolean"},"canManageLocationGroups":{"type":"boolean"},"multiFactorAuthentications":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"email":{"type":"string","description":"Email"},"type":{"type":"string","description":"Multi factor authentication type","enum":["EMAIL"]},"id":{"type":"integer","format":"int64"}},"description":"Multi Factor Authentication Model"}},"managedLocationsIdentifiers":{"type":"array","items":{"type":"integer","format":"int64"}}},"description":"User Model"},"usersLeft":{"type":"integer","description":"The number of users left","format":"int32","example":1}},"description":"The actual response object of the response"}},"components/schemas/UserLeftWrapper":{"id":"components/schemas/UserLeftWrapper","kind":"json-schema","title":"UserLeftWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"user":{"required":["email","firstname","lastname","role"],"type":"object","properties":{"email":{"type":"string","description":"Email"},"password":{"type":"string","description":"The user's password. Only for POST requests. Don't use when creating a user with status INVITED!"},"id":{"type":"integer","description":"The uberall unique id for the user","format":"int64"},"salutation":{"type":"string","description":"One of MALE, FEMALE or OTHER"},"firstname":{"type":"string","description":"First Name"},"lastname":{"type":"string","description":"Last name"},"phone":{"type":"string","description":"The user's phone number"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the current user. One of CREATED, VERIFIED, UNVERIFIED, INVITED, INACTIVE, NO_LOGIN"},"children":[]}]}]}],"enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]},"role":{"type":"string","description":"User Role","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"salesPartner":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall sales partner id","format":"int64"},"aggregateInvoicesToParent":{"type":"boolean","description":"(only used for child SalesPartner) Indicates if the invoice for this SalesPartner should be aggregated to the parent invoice"},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution details of the SalesPartner"},"canSeePrices":{"type":"boolean","description":"Indicates if the SalesPartner should be allowed to see price information for e.g. product plans"},"emailCustomerSupport":{"type":"string","description":"Customer support email of the SalesPartner"},"emailProjectLead":{"type":"string","description":"Project lead email of the SalesPartner"},"forceSso":{"type":"boolean","description":"If set to true, all users of this SalesPartner will only be allowed to log in our app via the SSO flow. Users cannot be created or updated directly - only via SSO. If set to false and \"isSsoActive\" is set, users can either log in via normal login or SSO"},"identifier":{"type":"string","description":"Identifier for SalesPartner, must be unique for child SalesPartner within parent SalesPartner"},"minPasswordLength":{"type":"integer","description":"Minimum password length","format":"int32"},"name":{"type":"string","description":"The name"},"phone":{"type":"string","description":"The phone number"},"preferredLanguage":{"type":"string","description":"Preferred language of the SalesPartner, for invoice purpose (either 'de' or 'en')"},"pushUrl":{"type":"string","description":"URL where selected webhook events should be sent to"},"salesPartnerStatus":{"type":"string","description":"SalesPartner status of the SalesPartner (Be aware: Only sending 'INACTIVE' for child SalesPartner update is allowed)","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"subscribedWebhookEventTypes":{"uniqueItems":true,"type":"array","description":"List of all event types the SalesPartner want to receive push messages for via webhook functionality, for a list of all possible types use the GET /api/salespartners/subscribable-event-types endpoint","items":{"type":"string","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"whitelistedRedirectUrls":{"uniqueItems":true,"type":"array","description":"Domains that are allowed to be redirected to upon finalizing a directory connect flow","items":{"type":"string"}},"currency":{"type":"string","description":"The currency"},"entity":{"type":"string","description":"Uberall entity","enum":["UBERALL_BV","UBERALL_CANADA_INC","UBERALL_FR","UBERALL_GMBH","UBERALL_INC","UBERALL_MF","UBERALL_UK"]},"isSsoActive":{"type":"boolean","description":"If set to true this will activate the single sign-on flow for logging into our app. Note that all more details need to be set before it can be used."},"maxFreeLocations":{"type":"integer","description":"Max free locations","format":"int32"},"type":{"type":"string","description":"The type, e.g. STANDARD or CUSTOM"},"whitelabelInformations":{"uniqueItems":true,"type":"array","description":"List of the sales partner's white-label information","items":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"}},"onboardingStatus":{"type":"string","description":"The onboarding status of the SalesPartner","enum":["NOT_STARTED","IN_PROGRESS","FINISHED","ABORTED"]},"locationGroupIds":{"type":"array","items":{"type":"integer","format":"int64"}},"country":{"type":"string","description":"The country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"address":{"type":"string","description":"Full address field including street, zip and city."},"contactPerson":{"type":"integer","description":"The contact person","format":"int64"},"emailAccounting":{"type":"string","description":"Accounting email of the SalesPartner"},"vatId":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"price":{"type":"integer","format":"int64"},"priceMin":{"type":"integer","format":"int64"},"commission":{"type":"integer","format":"int64"}},"description":"The \"Sales Partner\" this user belongs to"},"preferredLanguage":{"type":"string","description":"Preferred language of a user. If not set, this will default to the language in context, e.g., location's for e-mails and browser language for our applications."},"identifier":{"type":"string","description":"The unique user identifier based on your internal identification system"},"features":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A list of features this user can work with. Values:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ADS_READ\nADS_WRITE\nADVANCED_ANALYTICS\nAI_SUGGESTED_REPLIES\nAI_BULK_REPLIES \nAPPLE_POSTING_WRITE\nAUTO_RESPONSE_WRITE\nBULK_UPDATES\nBUSINESS_LEVEL_CONNECT\nCAN_PAY_INVOICE\nCAN_SEE_HELP_SECTION\nCHAT_READ\nCHAT_WRITE\nCHATBOT_READ\nCHATBOT_WRITE\nDAM\nENTERPRISE_ONBOARDING\nFIRST_PARTY_REVIEW_APPROVAL\nFORMS\nINBOX_2_0_BETA_READ\nINBOX_2_0_BETA_WRITE\nINBOX_APPROVAL\nINBOX_READ\nINBOX_WRITE\nINSTAGRAM_POSTING_WRITE\nLISTINGS_PAGE_NEW\nLISTINGS\nLIVE_CHAT\nLOCATION_GROUP\nLOCATION_READ\nLOCATION_SCHEDULED_UPDATES\nLOCATION_STATUS_CHANGE\nLOCATION_WRITE\nPOSTING_APPROVAL\nPOSTING_READ\nPOSTING_WRITE\nPRICE_INFO\nRESPONSE_LIBRARY_READ\nRESPONSE_LIBRARY_WRITE\nREVIEW_GENERATION_CREATE\nREVIEW_GENERATION_SEND\nSINGLE_SIGN_ON\nSOCIAL_ADS\nSUPPRESSION\nTRACKING\nUPGRADE\nUSER_OTHERS_EDIT\nUSER_SELF_EDIT"},"children":[]}]}],"items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"emailSettings":{"uniqueItems":true,"type":"array","description":"A list of EmailSettings for this user. Only one EmailSettings object per EmailType possible.","items":{"type":"object","properties":{"frequency":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Frequency of the emailType. The available frequencies by email type are: DIGEST: WEEKLY, MONTHLY or NEVER; ACTIVATION: ALWAYS or NEVER; START_VERIFICATION_GOOGLE: ALWAYS or NEVER; FINISH_VERIFICATION_GOOGLE: ALWAYS or NEVER; UNREAD_REVIEW_NOTIFICATION: ALWAYS or NEVER; PENDING_APPROVAL_REPLY_NOTIFICATION: DAILY, ALWAYS or NEVER."},"children":[]}]}]}],"enum":["ALWAYS","DAILY","WEEKLY","MONTHLY","QUARTERLY","NEVER"]},"emailType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of email. Currently, the types of email supported are: DIGEST, ACTIVATION, START_VERIFICATION_GOOGLE, FINISH_VERIFICATION_GOOGLE, UNREAD_REVIEW_NOTIFICATION, PENDING_APPROVAL_REPLY_NOTIFICATION, SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION, NEW_CHATS_NOTIFICATION, NEW_CONTACT_FORM_NOTIFICATION"},"children":[]}]}]}],"enum":["DIGEST","UNREAD_REVIEW_NOTIFICATION","PENDING_APPROVAL_REPLY_NOTIFICATION","ACTIVATION","START_VERIFICATION_GOOGLE","FINISH_VERIFICATION_GOOGLE","NEW_CHATS_NOTIFICATION","NEW_CONTACT_FORM_NOTIFICATION","SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION","DASHBOARD_EXPORT","RENEWAL_FAIL","RENEWAL_SUCCESS","RESET_PASSWORD_SP","SALES_PARTNER_APPROVAL","USER_INVITATION","SALES_PARTNER_ENTERPRISE_ONBOARDING_COMPLETE","NEW_CHAT_NOTIFICATION_LOCATION","NEW_CHAT_NOTIFICATION_BUSINESS","NEW_CONTACT_FORM_NOTIFICATION_LOCATION","NEW_CONTACT_FORM_NOTIFICATION_BUSINESS","INVOICE_CREATED_RENEWAL","INTERNAL","TIMELY_TASK_NOTIFICATION_1","TIMELY_TASK_NOTIFICATION_2","TIMELY_TASK_NOTIFICATION_3","LOCATION_CLEANSING_FAILED_NOTIFICATION"]},"id":{"type":"integer","format":"int64"}},"description":"Email Settings Model"}},"featuresDetailed":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Map containing the feature names and corresponding feature-specific parameters. \"featuresDetailed\" is supported for the features LOCATION_WRITE and ADVANCED_ANALYTICS."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For LOCATION_WRITE a list of fields that this user can update is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For ADVANCED_ANALYTICS a list of dashboards the user has access to is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For example:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"featuresDetailed\": '{'\n'{'\n   \"featuresDetailed\":'{'\n      \"LOCATION_WRITE\":[\n         \"fax\",\n         \"openingHours\",\n         \"callTrackingNumbers\",\n         \"streetNo\",\n         \"openingHoursNotes\",\n         \"specialOpeningHours\",\n         \"street\",\n         \"languages\",\n         \"customFields\",\n         \"contentLists\",\n         \"photos\",\n         \"services\",\n         \"moreHours\",\n         \"descriptionLong\",\n         \"zip\",\n         \"lat\",\n         \"openingDate\",\n         \"email\",\n         \"addressDisplay\",\n         \"labels\",\n         \"taxNumber\",\n         \"city\",\n         \"cellphone\",\n         \"contentCollections\",\n         \"attributes\",\n         \"categories\",\n         \"imprint\",\n         \"phone\",\n         \"utms\",\n         \"addressExtra\",\n         \"keywords\",\n         \"legalIdent\",\n         \"lng\",\n         \"paymentOptions\",\n         \"descriptionShort\",\n         \"socialProfiles\",\n         \"identifier\",\n         \"website\",\n         \"country\",\n         \"province\",\n         \"name\",\n         \"videos\",\n         \"brands\",\n         \"serviceAreas\"\n      ],\n      \"ADVANCED_ANALYTICS\":[\n         \"overview\",\n         \"listings-google\",\n         \"customer-feedback\"\n      ]\n   '}'\n'}'\n"},"children":[]}]}]},"whitelabelInformation":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"},"roles":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The user's role. One of ADMIN, BUSINESS_MANAGER, MULTI_BUSINESS_MANAGER, LOCATION_MANAGER."},"children":[]}]}]}],"items":{"type":"string","description":"Different roles a user account can have in the system.","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]}},"locationGroupIds":{"type":"array","description":"A list of all location group IDs the user is assigned to.","items":{"type":"integer","format":"int64"}},"managedLocationsViaGroups":{"type":"array","description":"A list of all location IDs the user can manage because of assignment to certain group(s)","items":{"type":"integer","format":"int64"}},"dateCreated":{"type":"string","format":"date-time"},"managedBusinesses":{"type":"array","description":"A list of businesses managed by this user","items":{"type":"integer","format":"int64"}},"managedLocations":{"type":"array","description":"A list of locations managed by this user","items":{"type":"integer","format":"int64"}},"connectedAccounts":{"type":"array","items":{"type":"string"}},"paymentMethod":{"type":"array","items":{"type":"string"}},"showSpSwitch":{"type":"boolean"},"isParent":{"type":"boolean"},"canManageLocationGroups":{"type":"boolean"},"multiFactorAuthentications":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"email":{"type":"string","description":"Email"},"type":{"type":"string","description":"Multi factor authentication type","enum":["EMAIL"]},"id":{"type":"integer","format":"int64"}},"description":"Multi Factor Authentication Model"}},"managedLocationsIdentifiers":{"type":"array","items":{"type":"integer","format":"int64"}}},"description":"User Model"},"usersLeft":{"type":"integer","description":"The number of users left","format":"int32","example":1}},"description":"The actual response object of the response"}}}},"components/schemas/UserObject":{"id":"components/schemas/UserObject","kind":"json-schema","title":"UserObject","data":{"type":"object","properties":{"user":{"required":["email","firstname","lastname","role"],"type":"object","properties":{"email":{"type":"string","description":"Email"},"password":{"type":"string","description":"The user's password. Only for POST requests. Don't use when creating a user with status INVITED!"},"id":{"type":"integer","description":"The uberall unique id for the user","format":"int64"},"salutation":{"type":"string","description":"One of MALE, FEMALE or OTHER"},"firstname":{"type":"string","description":"First Name"},"lastname":{"type":"string","description":"Last name"},"phone":{"type":"string","description":"The user's phone number"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the current user. One of CREATED, VERIFIED, UNVERIFIED, INVITED, INACTIVE, NO_LOGIN"},"children":[]}]}]}],"enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]},"role":{"type":"string","description":"User Role","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"salesPartner":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall sales partner id","format":"int64"},"aggregateInvoicesToParent":{"type":"boolean","description":"(only used for child SalesPartner) Indicates if the invoice for this SalesPartner should be aggregated to the parent invoice"},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution details of the SalesPartner"},"canSeePrices":{"type":"boolean","description":"Indicates if the SalesPartner should be allowed to see price information for e.g. product plans"},"emailCustomerSupport":{"type":"string","description":"Customer support email of the SalesPartner"},"emailProjectLead":{"type":"string","description":"Project lead email of the SalesPartner"},"forceSso":{"type":"boolean","description":"If set to true, all users of this SalesPartner will only be allowed to log in our app via the SSO flow. Users cannot be created or updated directly - only via SSO. If set to false and \"isSsoActive\" is set, users can either log in via normal login or SSO"},"identifier":{"type":"string","description":"Identifier for SalesPartner, must be unique for child SalesPartner within parent SalesPartner"},"minPasswordLength":{"type":"integer","description":"Minimum password length","format":"int32"},"name":{"type":"string","description":"The name"},"phone":{"type":"string","description":"The phone number"},"preferredLanguage":{"type":"string","description":"Preferred language of the SalesPartner, for invoice purpose (either 'de' or 'en')"},"pushUrl":{"type":"string","description":"URL where selected webhook events should be sent to"},"salesPartnerStatus":{"type":"string","description":"SalesPartner status of the SalesPartner (Be aware: Only sending 'INACTIVE' for child SalesPartner update is allowed)","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"subscribedWebhookEventTypes":{"uniqueItems":true,"type":"array","description":"List of all event types the SalesPartner want to receive push messages for via webhook functionality, for a list of all possible types use the GET /api/salespartners/subscribable-event-types endpoint","items":{"type":"string","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"whitelistedRedirectUrls":{"uniqueItems":true,"type":"array","description":"Domains that are allowed to be redirected to upon finalizing a directory connect flow","items":{"type":"string"}},"currency":{"type":"string","description":"The currency"},"entity":{"type":"string","description":"Uberall entity","enum":["UBERALL_BV","UBERALL_CANADA_INC","UBERALL_FR","UBERALL_GMBH","UBERALL_INC","UBERALL_MF","UBERALL_UK"]},"isSsoActive":{"type":"boolean","description":"If set to true this will activate the single sign-on flow for logging into our app. Note that all more details need to be set before it can be used."},"maxFreeLocations":{"type":"integer","description":"Max free locations","format":"int32"},"type":{"type":"string","description":"The type, e.g. STANDARD or CUSTOM"},"whitelabelInformations":{"uniqueItems":true,"type":"array","description":"List of the sales partner's white-label information","items":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"}},"onboardingStatus":{"type":"string","description":"The onboarding status of the SalesPartner","enum":["NOT_STARTED","IN_PROGRESS","FINISHED","ABORTED"]},"locationGroupIds":{"type":"array","items":{"type":"integer","format":"int64"}},"country":{"type":"string","description":"The country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"address":{"type":"string","description":"Full address field including street, zip and city."},"contactPerson":{"type":"integer","description":"The contact person","format":"int64"},"emailAccounting":{"type":"string","description":"Accounting email of the SalesPartner"},"vatId":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"price":{"type":"integer","format":"int64"},"priceMin":{"type":"integer","format":"int64"},"commission":{"type":"integer","format":"int64"}},"description":"The \"Sales Partner\" this user belongs to"},"preferredLanguage":{"type":"string","description":"Preferred language of a user. If not set, this will default to the language in context, e.g., location's for e-mails and browser language for our applications."},"identifier":{"type":"string","description":"The unique user identifier based on your internal identification system"},"features":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A list of features this user can work with. Values:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ADS_READ\nADS_WRITE\nADVANCED_ANALYTICS\nAI_SUGGESTED_REPLIES\nAI_BULK_REPLIES \nAPPLE_POSTING_WRITE\nAUTO_RESPONSE_WRITE\nBULK_UPDATES\nBUSINESS_LEVEL_CONNECT\nCAN_PAY_INVOICE\nCAN_SEE_HELP_SECTION\nCHAT_READ\nCHAT_WRITE\nCHATBOT_READ\nCHATBOT_WRITE\nDAM\nENTERPRISE_ONBOARDING\nFIRST_PARTY_REVIEW_APPROVAL\nFORMS\nINBOX_2_0_BETA_READ\nINBOX_2_0_BETA_WRITE\nINBOX_APPROVAL\nINBOX_READ\nINBOX_WRITE\nINSTAGRAM_POSTING_WRITE\nLISTINGS_PAGE_NEW\nLISTINGS\nLIVE_CHAT\nLOCATION_GROUP\nLOCATION_READ\nLOCATION_SCHEDULED_UPDATES\nLOCATION_STATUS_CHANGE\nLOCATION_WRITE\nPOSTING_APPROVAL\nPOSTING_READ\nPOSTING_WRITE\nPRICE_INFO\nRESPONSE_LIBRARY_READ\nRESPONSE_LIBRARY_WRITE\nREVIEW_GENERATION_CREATE\nREVIEW_GENERATION_SEND\nSINGLE_SIGN_ON\nSOCIAL_ADS\nSUPPRESSION\nTRACKING\nUPGRADE\nUSER_OTHERS_EDIT\nUSER_SELF_EDIT"},"children":[]}]}],"items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"emailSettings":{"uniqueItems":true,"type":"array","description":"A list of EmailSettings for this user. Only one EmailSettings object per EmailType possible.","items":{"type":"object","properties":{"frequency":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Frequency of the emailType. The available frequencies by email type are: DIGEST: WEEKLY, MONTHLY or NEVER; ACTIVATION: ALWAYS or NEVER; START_VERIFICATION_GOOGLE: ALWAYS or NEVER; FINISH_VERIFICATION_GOOGLE: ALWAYS or NEVER; UNREAD_REVIEW_NOTIFICATION: ALWAYS or NEVER; PENDING_APPROVAL_REPLY_NOTIFICATION: DAILY, ALWAYS or NEVER."},"children":[]}]}]}],"enum":["ALWAYS","DAILY","WEEKLY","MONTHLY","QUARTERLY","NEVER"]},"emailType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of email. Currently, the types of email supported are: DIGEST, ACTIVATION, START_VERIFICATION_GOOGLE, FINISH_VERIFICATION_GOOGLE, UNREAD_REVIEW_NOTIFICATION, PENDING_APPROVAL_REPLY_NOTIFICATION, SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION, NEW_CHATS_NOTIFICATION, NEW_CONTACT_FORM_NOTIFICATION"},"children":[]}]}]}],"enum":["DIGEST","UNREAD_REVIEW_NOTIFICATION","PENDING_APPROVAL_REPLY_NOTIFICATION","ACTIVATION","START_VERIFICATION_GOOGLE","FINISH_VERIFICATION_GOOGLE","NEW_CHATS_NOTIFICATION","NEW_CONTACT_FORM_NOTIFICATION","SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION","DASHBOARD_EXPORT","RENEWAL_FAIL","RENEWAL_SUCCESS","RESET_PASSWORD_SP","SALES_PARTNER_APPROVAL","USER_INVITATION","SALES_PARTNER_ENTERPRISE_ONBOARDING_COMPLETE","NEW_CHAT_NOTIFICATION_LOCATION","NEW_CHAT_NOTIFICATION_BUSINESS","NEW_CONTACT_FORM_NOTIFICATION_LOCATION","NEW_CONTACT_FORM_NOTIFICATION_BUSINESS","INVOICE_CREATED_RENEWAL","INTERNAL","TIMELY_TASK_NOTIFICATION_1","TIMELY_TASK_NOTIFICATION_2","TIMELY_TASK_NOTIFICATION_3","LOCATION_CLEANSING_FAILED_NOTIFICATION"]},"id":{"type":"integer","format":"int64"}},"description":"Email Settings Model"}},"featuresDetailed":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Map containing the feature names and corresponding feature-specific parameters. \"featuresDetailed\" is supported for the features LOCATION_WRITE and ADVANCED_ANALYTICS."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For LOCATION_WRITE a list of fields that this user can update is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For ADVANCED_ANALYTICS a list of dashboards the user has access to is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For example:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"featuresDetailed\": '{'\n'{'\n   \"featuresDetailed\":'{'\n      \"LOCATION_WRITE\":[\n         \"fax\",\n         \"openingHours\",\n         \"callTrackingNumbers\",\n         \"streetNo\",\n         \"openingHoursNotes\",\n         \"specialOpeningHours\",\n         \"street\",\n         \"languages\",\n         \"customFields\",\n         \"contentLists\",\n         \"photos\",\n         \"services\",\n         \"moreHours\",\n         \"descriptionLong\",\n         \"zip\",\n         \"lat\",\n         \"openingDate\",\n         \"email\",\n         \"addressDisplay\",\n         \"labels\",\n         \"taxNumber\",\n         \"city\",\n         \"cellphone\",\n         \"contentCollections\",\n         \"attributes\",\n         \"categories\",\n         \"imprint\",\n         \"phone\",\n         \"utms\",\n         \"addressExtra\",\n         \"keywords\",\n         \"legalIdent\",\n         \"lng\",\n         \"paymentOptions\",\n         \"descriptionShort\",\n         \"socialProfiles\",\n         \"identifier\",\n         \"website\",\n         \"country\",\n         \"province\",\n         \"name\",\n         \"videos\",\n         \"brands\",\n         \"serviceAreas\"\n      ],\n      \"ADVANCED_ANALYTICS\":[\n         \"overview\",\n         \"listings-google\",\n         \"customer-feedback\"\n      ]\n   '}'\n'}'\n"},"children":[]}]}]},"whitelabelInformation":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"},"roles":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The user's role. One of ADMIN, BUSINESS_MANAGER, MULTI_BUSINESS_MANAGER, LOCATION_MANAGER."},"children":[]}]}]}],"items":{"type":"string","description":"Different roles a user account can have in the system.","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]}},"locationGroupIds":{"type":"array","description":"A list of all location group IDs the user is assigned to.","items":{"type":"integer","format":"int64"}},"managedLocationsViaGroups":{"type":"array","description":"A list of all location IDs the user can manage because of assignment to certain group(s)","items":{"type":"integer","format":"int64"}},"dateCreated":{"type":"string","format":"date-time"},"managedBusinesses":{"type":"array","description":"A list of businesses managed by this user","items":{"type":"integer","format":"int64"}},"managedLocations":{"type":"array","description":"A list of locations managed by this user","items":{"type":"integer","format":"int64"}},"connectedAccounts":{"type":"array","items":{"type":"string"}},"paymentMethod":{"type":"array","items":{"type":"string"}},"showSpSwitch":{"type":"boolean"},"isParent":{"type":"boolean"},"canManageLocationGroups":{"type":"boolean"},"multiFactorAuthentications":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"email":{"type":"string","description":"Email"},"type":{"type":"string","description":"Multi factor authentication type","enum":["EMAIL"]},"id":{"type":"integer","format":"int64"}},"description":"Multi Factor Authentication Model"}},"managedLocationsIdentifiers":{"type":"array","items":{"type":"integer","format":"int64"}}},"description":"User Model"}},"description":"The actual response object of the response"}},"components/schemas/UserSearchObject":{"id":"components/schemas/UserSearchObject","kind":"json-schema","title":"UserSearchObject","data":{"type":"object","properties":{"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"count":{"type":"integer","description":"The total count of users","format":"int32","example":100},"users":{"type":"array","items":{"required":["email","firstname","lastname","role"],"type":"object","properties":{"email":{"type":"string","description":"Email"},"password":{"type":"string","description":"The user's password. Only for POST requests. Don't use when creating a user with status INVITED!"},"id":{"type":"integer","description":"The uberall unique id for the user","format":"int64"},"salutation":{"type":"string","description":"One of MALE, FEMALE or OTHER"},"firstname":{"type":"string","description":"First Name"},"lastname":{"type":"string","description":"Last name"},"phone":{"type":"string","description":"The user's phone number"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the current user. One of CREATED, VERIFIED, UNVERIFIED, INVITED, INACTIVE, NO_LOGIN"},"children":[]}]}]}],"enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]},"role":{"type":"string","description":"User Role","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"salesPartner":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall sales partner id","format":"int64"},"aggregateInvoicesToParent":{"type":"boolean","description":"(only used for child SalesPartner) Indicates if the invoice for this SalesPartner should be aggregated to the parent invoice"},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution details of the SalesPartner"},"canSeePrices":{"type":"boolean","description":"Indicates if the SalesPartner should be allowed to see price information for e.g. product plans"},"emailCustomerSupport":{"type":"string","description":"Customer support email of the SalesPartner"},"emailProjectLead":{"type":"string","description":"Project lead email of the SalesPartner"},"forceSso":{"type":"boolean","description":"If set to true, all users of this SalesPartner will only be allowed to log in our app via the SSO flow. Users cannot be created or updated directly - only via SSO. If set to false and \"isSsoActive\" is set, users can either log in via normal login or SSO"},"identifier":{"type":"string","description":"Identifier for SalesPartner, must be unique for child SalesPartner within parent SalesPartner"},"minPasswordLength":{"type":"integer","description":"Minimum password length","format":"int32"},"name":{"type":"string","description":"The name"},"phone":{"type":"string","description":"The phone number"},"preferredLanguage":{"type":"string","description":"Preferred language of the SalesPartner, for invoice purpose (either 'de' or 'en')"},"pushUrl":{"type":"string","description":"URL where selected webhook events should be sent to"},"salesPartnerStatus":{"type":"string","description":"SalesPartner status of the SalesPartner (Be aware: Only sending 'INACTIVE' for child SalesPartner update is allowed)","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"subscribedWebhookEventTypes":{"uniqueItems":true,"type":"array","description":"List of all event types the SalesPartner want to receive push messages for via webhook functionality, for a list of all possible types use the GET /api/salespartners/subscribable-event-types endpoint","items":{"type":"string","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"whitelistedRedirectUrls":{"uniqueItems":true,"type":"array","description":"Domains that are allowed to be redirected to upon finalizing a directory connect flow","items":{"type":"string"}},"currency":{"type":"string","description":"The currency"},"entity":{"type":"string","description":"Uberall entity","enum":["UBERALL_BV","UBERALL_CANADA_INC","UBERALL_FR","UBERALL_GMBH","UBERALL_INC","UBERALL_MF","UBERALL_UK"]},"isSsoActive":{"type":"boolean","description":"If set to true this will activate the single sign-on flow for logging into our app. Note that all more details need to be set before it can be used."},"maxFreeLocations":{"type":"integer","description":"Max free locations","format":"int32"},"type":{"type":"string","description":"The type, e.g. STANDARD or CUSTOM"},"whitelabelInformations":{"uniqueItems":true,"type":"array","description":"List of the sales partner's white-label information","items":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"}},"onboardingStatus":{"type":"string","description":"The onboarding status of the SalesPartner","enum":["NOT_STARTED","IN_PROGRESS","FINISHED","ABORTED"]},"locationGroupIds":{"type":"array","items":{"type":"integer","format":"int64"}},"country":{"type":"string","description":"The country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"address":{"type":"string","description":"Full address field including street, zip and city."},"contactPerson":{"type":"integer","description":"The contact person","format":"int64"},"emailAccounting":{"type":"string","description":"Accounting email of the SalesPartner"},"vatId":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"price":{"type":"integer","format":"int64"},"priceMin":{"type":"integer","format":"int64"},"commission":{"type":"integer","format":"int64"}},"description":"The \"Sales Partner\" this user belongs to"},"preferredLanguage":{"type":"string","description":"Preferred language of a user. If not set, this will default to the language in context, e.g., location's for e-mails and browser language for our applications."},"identifier":{"type":"string","description":"The unique user identifier based on your internal identification system"},"features":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A list of features this user can work with. Values:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ADS_READ\nADS_WRITE\nADVANCED_ANALYTICS\nAI_SUGGESTED_REPLIES\nAI_BULK_REPLIES \nAPPLE_POSTING_WRITE\nAUTO_RESPONSE_WRITE\nBULK_UPDATES\nBUSINESS_LEVEL_CONNECT\nCAN_PAY_INVOICE\nCAN_SEE_HELP_SECTION\nCHAT_READ\nCHAT_WRITE\nCHATBOT_READ\nCHATBOT_WRITE\nDAM\nENTERPRISE_ONBOARDING\nFIRST_PARTY_REVIEW_APPROVAL\nFORMS\nINBOX_2_0_BETA_READ\nINBOX_2_0_BETA_WRITE\nINBOX_APPROVAL\nINBOX_READ\nINBOX_WRITE\nINSTAGRAM_POSTING_WRITE\nLISTINGS_PAGE_NEW\nLISTINGS\nLIVE_CHAT\nLOCATION_GROUP\nLOCATION_READ\nLOCATION_SCHEDULED_UPDATES\nLOCATION_STATUS_CHANGE\nLOCATION_WRITE\nPOSTING_APPROVAL\nPOSTING_READ\nPOSTING_WRITE\nPRICE_INFO\nRESPONSE_LIBRARY_READ\nRESPONSE_LIBRARY_WRITE\nREVIEW_GENERATION_CREATE\nREVIEW_GENERATION_SEND\nSINGLE_SIGN_ON\nSOCIAL_ADS\nSUPPRESSION\nTRACKING\nUPGRADE\nUSER_OTHERS_EDIT\nUSER_SELF_EDIT"},"children":[]}]}],"items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"emailSettings":{"uniqueItems":true,"type":"array","description":"A list of EmailSettings for this user. Only one EmailSettings object per EmailType possible.","items":{"type":"object","properties":{"frequency":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Frequency of the emailType. The available frequencies by email type are: DIGEST: WEEKLY, MONTHLY or NEVER; ACTIVATION: ALWAYS or NEVER; START_VERIFICATION_GOOGLE: ALWAYS or NEVER; FINISH_VERIFICATION_GOOGLE: ALWAYS or NEVER; UNREAD_REVIEW_NOTIFICATION: ALWAYS or NEVER; PENDING_APPROVAL_REPLY_NOTIFICATION: DAILY, ALWAYS or NEVER."},"children":[]}]}]}],"enum":["ALWAYS","DAILY","WEEKLY","MONTHLY","QUARTERLY","NEVER"]},"emailType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of email. Currently, the types of email supported are: DIGEST, ACTIVATION, START_VERIFICATION_GOOGLE, FINISH_VERIFICATION_GOOGLE, UNREAD_REVIEW_NOTIFICATION, PENDING_APPROVAL_REPLY_NOTIFICATION, SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION, NEW_CHATS_NOTIFICATION, NEW_CONTACT_FORM_NOTIFICATION"},"children":[]}]}]}],"enum":["DIGEST","UNREAD_REVIEW_NOTIFICATION","PENDING_APPROVAL_REPLY_NOTIFICATION","ACTIVATION","START_VERIFICATION_GOOGLE","FINISH_VERIFICATION_GOOGLE","NEW_CHATS_NOTIFICATION","NEW_CONTACT_FORM_NOTIFICATION","SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION","DASHBOARD_EXPORT","RENEWAL_FAIL","RENEWAL_SUCCESS","RESET_PASSWORD_SP","SALES_PARTNER_APPROVAL","USER_INVITATION","SALES_PARTNER_ENTERPRISE_ONBOARDING_COMPLETE","NEW_CHAT_NOTIFICATION_LOCATION","NEW_CHAT_NOTIFICATION_BUSINESS","NEW_CONTACT_FORM_NOTIFICATION_LOCATION","NEW_CONTACT_FORM_NOTIFICATION_BUSINESS","INVOICE_CREATED_RENEWAL","INTERNAL","TIMELY_TASK_NOTIFICATION_1","TIMELY_TASK_NOTIFICATION_2","TIMELY_TASK_NOTIFICATION_3","LOCATION_CLEANSING_FAILED_NOTIFICATION"]},"id":{"type":"integer","format":"int64"}},"description":"Email Settings Model"}},"featuresDetailed":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Map containing the feature names and corresponding feature-specific parameters. \"featuresDetailed\" is supported for the features LOCATION_WRITE and ADVANCED_ANALYTICS."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For LOCATION_WRITE a list of fields that this user can update is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For ADVANCED_ANALYTICS a list of dashboards the user has access to is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For example:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"featuresDetailed\": '{'\n'{'\n   \"featuresDetailed\":'{'\n      \"LOCATION_WRITE\":[\n         \"fax\",\n         \"openingHours\",\n         \"callTrackingNumbers\",\n         \"streetNo\",\n         \"openingHoursNotes\",\n         \"specialOpeningHours\",\n         \"street\",\n         \"languages\",\n         \"customFields\",\n         \"contentLists\",\n         \"photos\",\n         \"services\",\n         \"moreHours\",\n         \"descriptionLong\",\n         \"zip\",\n         \"lat\",\n         \"openingDate\",\n         \"email\",\n         \"addressDisplay\",\n         \"labels\",\n         \"taxNumber\",\n         \"city\",\n         \"cellphone\",\n         \"contentCollections\",\n         \"attributes\",\n         \"categories\",\n         \"imprint\",\n         \"phone\",\n         \"utms\",\n         \"addressExtra\",\n         \"keywords\",\n         \"legalIdent\",\n         \"lng\",\n         \"paymentOptions\",\n         \"descriptionShort\",\n         \"socialProfiles\",\n         \"identifier\",\n         \"website\",\n         \"country\",\n         \"province\",\n         \"name\",\n         \"videos\",\n         \"brands\",\n         \"serviceAreas\"\n      ],\n      \"ADVANCED_ANALYTICS\":[\n         \"overview\",\n         \"listings-google\",\n         \"customer-feedback\"\n      ]\n   '}'\n'}'\n"},"children":[]}]}]},"whitelabelInformation":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"},"roles":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The user's role. One of ADMIN, BUSINESS_MANAGER, MULTI_BUSINESS_MANAGER, LOCATION_MANAGER."},"children":[]}]}]}],"items":{"type":"string","description":"Different roles a user account can have in the system.","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]}},"locationGroupIds":{"type":"array","description":"A list of all location group IDs the user is assigned to.","items":{"type":"integer","format":"int64"}},"managedLocationsViaGroups":{"type":"array","description":"A list of all location IDs the user can manage because of assignment to certain group(s)","items":{"type":"integer","format":"int64"}},"dateCreated":{"type":"string","format":"date-time"},"managedBusinesses":{"type":"array","description":"A list of businesses managed by this user","items":{"type":"integer","format":"int64"}},"managedLocations":{"type":"array","description":"A list of locations managed by this user","items":{"type":"integer","format":"int64"}},"connectedAccounts":{"type":"array","items":{"type":"string"}},"paymentMethod":{"type":"array","items":{"type":"string"}},"showSpSwitch":{"type":"boolean"},"isParent":{"type":"boolean"},"canManageLocationGroups":{"type":"boolean"},"multiFactorAuthentications":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"email":{"type":"string","description":"Email"},"type":{"type":"string","description":"Multi factor authentication type","enum":["EMAIL"]},"id":{"type":"integer","format":"int64"}},"description":"Multi Factor Authentication Model"}},"managedLocationsIdentifiers":{"type":"array","items":{"type":"integer","format":"int64"}}},"description":"User Model"}}},"description":"The actual response object of the response"}},"components/schemas/UserSearchWrapper":{"id":"components/schemas/UserSearchWrapper","kind":"json-schema","title":"UserSearchWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"offset":{"type":"integer","description":"The offset for pagination","format":"int32","example":0},"max":{"type":"integer","description":"The maximum number of results to return","format":"int32","example":10},"count":{"type":"integer","description":"The total count of users","format":"int32","example":100},"users":{"type":"array","items":{"required":["email","firstname","lastname","role"],"type":"object","properties":{"email":{"type":"string","description":"Email"},"password":{"type":"string","description":"The user's password. Only for POST requests. Don't use when creating a user with status INVITED!"},"id":{"type":"integer","description":"The uberall unique id for the user","format":"int64"},"salutation":{"type":"string","description":"One of MALE, FEMALE or OTHER"},"firstname":{"type":"string","description":"First Name"},"lastname":{"type":"string","description":"Last name"},"phone":{"type":"string","description":"The user's phone number"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the current user. One of CREATED, VERIFIED, UNVERIFIED, INVITED, INACTIVE, NO_LOGIN"},"children":[]}]}]}],"enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]},"role":{"type":"string","description":"User Role","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"salesPartner":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall sales partner id","format":"int64"},"aggregateInvoicesToParent":{"type":"boolean","description":"(only used for child SalesPartner) Indicates if the invoice for this SalesPartner should be aggregated to the parent invoice"},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution details of the SalesPartner"},"canSeePrices":{"type":"boolean","description":"Indicates if the SalesPartner should be allowed to see price information for e.g. product plans"},"emailCustomerSupport":{"type":"string","description":"Customer support email of the SalesPartner"},"emailProjectLead":{"type":"string","description":"Project lead email of the SalesPartner"},"forceSso":{"type":"boolean","description":"If set to true, all users of this SalesPartner will only be allowed to log in our app via the SSO flow. Users cannot be created or updated directly - only via SSO. If set to false and \"isSsoActive\" is set, users can either log in via normal login or SSO"},"identifier":{"type":"string","description":"Identifier for SalesPartner, must be unique for child SalesPartner within parent SalesPartner"},"minPasswordLength":{"type":"integer","description":"Minimum password length","format":"int32"},"name":{"type":"string","description":"The name"},"phone":{"type":"string","description":"The phone number"},"preferredLanguage":{"type":"string","description":"Preferred language of the SalesPartner, for invoice purpose (either 'de' or 'en')"},"pushUrl":{"type":"string","description":"URL where selected webhook events should be sent to"},"salesPartnerStatus":{"type":"string","description":"SalesPartner status of the SalesPartner (Be aware: Only sending 'INACTIVE' for child SalesPartner update is allowed)","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"subscribedWebhookEventTypes":{"uniqueItems":true,"type":"array","description":"List of all event types the SalesPartner want to receive push messages for via webhook functionality, for a list of all possible types use the GET /api/salespartners/subscribable-event-types endpoint","items":{"type":"string","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"whitelistedRedirectUrls":{"uniqueItems":true,"type":"array","description":"Domains that are allowed to be redirected to upon finalizing a directory connect flow","items":{"type":"string"}},"currency":{"type":"string","description":"The currency"},"entity":{"type":"string","description":"Uberall entity","enum":["UBERALL_BV","UBERALL_CANADA_INC","UBERALL_FR","UBERALL_GMBH","UBERALL_INC","UBERALL_MF","UBERALL_UK"]},"isSsoActive":{"type":"boolean","description":"If set to true this will activate the single sign-on flow for logging into our app. Note that all more details need to be set before it can be used."},"maxFreeLocations":{"type":"integer","description":"Max free locations","format":"int32"},"type":{"type":"string","description":"The type, e.g. STANDARD or CUSTOM"},"whitelabelInformations":{"uniqueItems":true,"type":"array","description":"List of the sales partner's white-label information","items":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"}},"onboardingStatus":{"type":"string","description":"The onboarding status of the SalesPartner","enum":["NOT_STARTED","IN_PROGRESS","FINISHED","ABORTED"]},"locationGroupIds":{"type":"array","items":{"type":"integer","format":"int64"}},"country":{"type":"string","description":"The country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"address":{"type":"string","description":"Full address field including street, zip and city."},"contactPerson":{"type":"integer","description":"The contact person","format":"int64"},"emailAccounting":{"type":"string","description":"Accounting email of the SalesPartner"},"vatId":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"price":{"type":"integer","format":"int64"},"priceMin":{"type":"integer","format":"int64"},"commission":{"type":"integer","format":"int64"}},"description":"The \"Sales Partner\" this user belongs to"},"preferredLanguage":{"type":"string","description":"Preferred language of a user. If not set, this will default to the language in context, e.g., location's for e-mails and browser language for our applications."},"identifier":{"type":"string","description":"The unique user identifier based on your internal identification system"},"features":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A list of features this user can work with. Values:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ADS_READ\nADS_WRITE\nADVANCED_ANALYTICS\nAI_SUGGESTED_REPLIES\nAI_BULK_REPLIES \nAPPLE_POSTING_WRITE\nAUTO_RESPONSE_WRITE\nBULK_UPDATES\nBUSINESS_LEVEL_CONNECT\nCAN_PAY_INVOICE\nCAN_SEE_HELP_SECTION\nCHAT_READ\nCHAT_WRITE\nCHATBOT_READ\nCHATBOT_WRITE\nDAM\nENTERPRISE_ONBOARDING\nFIRST_PARTY_REVIEW_APPROVAL\nFORMS\nINBOX_2_0_BETA_READ\nINBOX_2_0_BETA_WRITE\nINBOX_APPROVAL\nINBOX_READ\nINBOX_WRITE\nINSTAGRAM_POSTING_WRITE\nLISTINGS_PAGE_NEW\nLISTINGS\nLIVE_CHAT\nLOCATION_GROUP\nLOCATION_READ\nLOCATION_SCHEDULED_UPDATES\nLOCATION_STATUS_CHANGE\nLOCATION_WRITE\nPOSTING_APPROVAL\nPOSTING_READ\nPOSTING_WRITE\nPRICE_INFO\nRESPONSE_LIBRARY_READ\nRESPONSE_LIBRARY_WRITE\nREVIEW_GENERATION_CREATE\nREVIEW_GENERATION_SEND\nSINGLE_SIGN_ON\nSOCIAL_ADS\nSUPPRESSION\nTRACKING\nUPGRADE\nUSER_OTHERS_EDIT\nUSER_SELF_EDIT"},"children":[]}]}],"items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"emailSettings":{"uniqueItems":true,"type":"array","description":"A list of EmailSettings for this user. Only one EmailSettings object per EmailType possible.","items":{"type":"object","properties":{"frequency":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Frequency of the emailType. The available frequencies by email type are: DIGEST: WEEKLY, MONTHLY or NEVER; ACTIVATION: ALWAYS or NEVER; START_VERIFICATION_GOOGLE: ALWAYS or NEVER; FINISH_VERIFICATION_GOOGLE: ALWAYS or NEVER; UNREAD_REVIEW_NOTIFICATION: ALWAYS or NEVER; PENDING_APPROVAL_REPLY_NOTIFICATION: DAILY, ALWAYS or NEVER."},"children":[]}]}]}],"enum":["ALWAYS","DAILY","WEEKLY","MONTHLY","QUARTERLY","NEVER"]},"emailType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of email. Currently, the types of email supported are: DIGEST, ACTIVATION, START_VERIFICATION_GOOGLE, FINISH_VERIFICATION_GOOGLE, UNREAD_REVIEW_NOTIFICATION, PENDING_APPROVAL_REPLY_NOTIFICATION, SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION, NEW_CHATS_NOTIFICATION, NEW_CONTACT_FORM_NOTIFICATION"},"children":[]}]}]}],"enum":["DIGEST","UNREAD_REVIEW_NOTIFICATION","PENDING_APPROVAL_REPLY_NOTIFICATION","ACTIVATION","START_VERIFICATION_GOOGLE","FINISH_VERIFICATION_GOOGLE","NEW_CHATS_NOTIFICATION","NEW_CONTACT_FORM_NOTIFICATION","SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION","DASHBOARD_EXPORT","RENEWAL_FAIL","RENEWAL_SUCCESS","RESET_PASSWORD_SP","SALES_PARTNER_APPROVAL","USER_INVITATION","SALES_PARTNER_ENTERPRISE_ONBOARDING_COMPLETE","NEW_CHAT_NOTIFICATION_LOCATION","NEW_CHAT_NOTIFICATION_BUSINESS","NEW_CONTACT_FORM_NOTIFICATION_LOCATION","NEW_CONTACT_FORM_NOTIFICATION_BUSINESS","INVOICE_CREATED_RENEWAL","INTERNAL","TIMELY_TASK_NOTIFICATION_1","TIMELY_TASK_NOTIFICATION_2","TIMELY_TASK_NOTIFICATION_3","LOCATION_CLEANSING_FAILED_NOTIFICATION"]},"id":{"type":"integer","format":"int64"}},"description":"Email Settings Model"}},"featuresDetailed":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Map containing the feature names and corresponding feature-specific parameters. \"featuresDetailed\" is supported for the features LOCATION_WRITE and ADVANCED_ANALYTICS."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For LOCATION_WRITE a list of fields that this user can update is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For ADVANCED_ANALYTICS a list of dashboards the user has access to is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For example:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"featuresDetailed\": '{'\n'{'\n   \"featuresDetailed\":'{'\n      \"LOCATION_WRITE\":[\n         \"fax\",\n         \"openingHours\",\n         \"callTrackingNumbers\",\n         \"streetNo\",\n         \"openingHoursNotes\",\n         \"specialOpeningHours\",\n         \"street\",\n         \"languages\",\n         \"customFields\",\n         \"contentLists\",\n         \"photos\",\n         \"services\",\n         \"moreHours\",\n         \"descriptionLong\",\n         \"zip\",\n         \"lat\",\n         \"openingDate\",\n         \"email\",\n         \"addressDisplay\",\n         \"labels\",\n         \"taxNumber\",\n         \"city\",\n         \"cellphone\",\n         \"contentCollections\",\n         \"attributes\",\n         \"categories\",\n         \"imprint\",\n         \"phone\",\n         \"utms\",\n         \"addressExtra\",\n         \"keywords\",\n         \"legalIdent\",\n         \"lng\",\n         \"paymentOptions\",\n         \"descriptionShort\",\n         \"socialProfiles\",\n         \"identifier\",\n         \"website\",\n         \"country\",\n         \"province\",\n         \"name\",\n         \"videos\",\n         \"brands\",\n         \"serviceAreas\"\n      ],\n      \"ADVANCED_ANALYTICS\":[\n         \"overview\",\n         \"listings-google\",\n         \"customer-feedback\"\n      ]\n   '}'\n'}'\n"},"children":[]}]}]},"whitelabelInformation":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"},"roles":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The user's role. One of ADMIN, BUSINESS_MANAGER, MULTI_BUSINESS_MANAGER, LOCATION_MANAGER."},"children":[]}]}]}],"items":{"type":"string","description":"Different roles a user account can have in the system.","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]}},"locationGroupIds":{"type":"array","description":"A list of all location group IDs the user is assigned to.","items":{"type":"integer","format":"int64"}},"managedLocationsViaGroups":{"type":"array","description":"A list of all location IDs the user can manage because of assignment to certain group(s)","items":{"type":"integer","format":"int64"}},"dateCreated":{"type":"string","format":"date-time"},"managedBusinesses":{"type":"array","description":"A list of businesses managed by this user","items":{"type":"integer","format":"int64"}},"managedLocations":{"type":"array","description":"A list of locations managed by this user","items":{"type":"integer","format":"int64"}},"connectedAccounts":{"type":"array","items":{"type":"string"}},"paymentMethod":{"type":"array","items":{"type":"string"}},"showSpSwitch":{"type":"boolean"},"isParent":{"type":"boolean"},"canManageLocationGroups":{"type":"boolean"},"multiFactorAuthentications":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"email":{"type":"string","description":"Email"},"type":{"type":"string","description":"Multi factor authentication type","enum":["EMAIL"]},"id":{"type":"integer","format":"int64"}},"description":"Multi Factor Authentication Model"}},"managedLocationsIdentifiers":{"type":"array","items":{"type":"integer","format":"int64"}}},"description":"User Model"}}},"description":"The actual response object of the response"}}}},"components/schemas/UserWrapper":{"id":"components/schemas/UserWrapper","kind":"json-schema","title":"UserWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"user":{"required":["email","firstname","lastname","role"],"type":"object","properties":{"email":{"type":"string","description":"Email"},"password":{"type":"string","description":"The user's password. Only for POST requests. Don't use when creating a user with status INVITED!"},"id":{"type":"integer","description":"The uberall unique id for the user","format":"int64"},"salutation":{"type":"string","description":"One of MALE, FEMALE or OTHER"},"firstname":{"type":"string","description":"First Name"},"lastname":{"type":"string","description":"Last name"},"phone":{"type":"string","description":"The user's phone number"},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the current user. One of CREATED, VERIFIED, UNVERIFIED, INVITED, INACTIVE, NO_LOGIN"},"children":[]}]}]}],"enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]},"role":{"type":"string","description":"User Role","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"salesPartner":{"type":"object","properties":{"id":{"type":"integer","description":"The uberall sales partner id","format":"int64"},"aggregateInvoicesToParent":{"type":"boolean","description":"(only used for child SalesPartner) Indicates if the invoice for this SalesPartner should be aggregated to the parent invoice"},"attribution":{"required":["name","url"],"type":"object","properties":{"name":{"type":"string","description":"Name of the attribution"},"url":{"type":"string","description":"URL the attribution should point to"},"id":{"type":"integer","format":"int64"},"logo":{"required":["url"],"type":"object","properties":{"url":{"type":"string","description":"Url pointing to the attribution logo"},"type":{"type":"string","description":"Type","example":"LOGO"},"description":{"type":"string","description":"Description of the logo"}},"description":"Logo details model"}},"description":"Attribution details of the SalesPartner"},"canSeePrices":{"type":"boolean","description":"Indicates if the SalesPartner should be allowed to see price information for e.g. product plans"},"emailCustomerSupport":{"type":"string","description":"Customer support email of the SalesPartner"},"emailProjectLead":{"type":"string","description":"Project lead email of the SalesPartner"},"forceSso":{"type":"boolean","description":"If set to true, all users of this SalesPartner will only be allowed to log in our app via the SSO flow. Users cannot be created or updated directly - only via SSO. If set to false and \"isSsoActive\" is set, users can either log in via normal login or SSO"},"identifier":{"type":"string","description":"Identifier for SalesPartner, must be unique for child SalesPartner within parent SalesPartner"},"minPasswordLength":{"type":"integer","description":"Minimum password length","format":"int32"},"name":{"type":"string","description":"The name"},"phone":{"type":"string","description":"The phone number"},"preferredLanguage":{"type":"string","description":"Preferred language of the SalesPartner, for invoice purpose (either 'de' or 'en')"},"pushUrl":{"type":"string","description":"URL where selected webhook events should be sent to"},"salesPartnerStatus":{"type":"string","description":"SalesPartner status of the SalesPartner (Be aware: Only sending 'INACTIVE' for child SalesPartner update is allowed)","enum":["CREATED","APPROVED","DECLINED","DELETED","INACTIVE"]},"subscribedWebhookEventTypes":{"uniqueItems":true,"type":"array","description":"List of all event types the SalesPartner want to receive push messages for via webhook functionality, for a list of all possible types use the GET /api/salespartners/subscribable-event-types endpoint","items":{"type":"string","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"whitelistedRedirectUrls":{"uniqueItems":true,"type":"array","description":"Domains that are allowed to be redirected to upon finalizing a directory connect flow","items":{"type":"string"}},"currency":{"type":"string","description":"The currency"},"entity":{"type":"string","description":"Uberall entity","enum":["UBERALL_BV","UBERALL_CANADA_INC","UBERALL_FR","UBERALL_GMBH","UBERALL_INC","UBERALL_MF","UBERALL_UK"]},"isSsoActive":{"type":"boolean","description":"If set to true this will activate the single sign-on flow for logging into our app. Note that all more details need to be set before it can be used."},"maxFreeLocations":{"type":"integer","description":"Max free locations","format":"int32"},"type":{"type":"string","description":"The type, e.g. STANDARD or CUSTOM"},"whitelabelInformations":{"uniqueItems":true,"type":"array","description":"List of the sales partner's white-label information","items":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"}},"onboardingStatus":{"type":"string","description":"The onboarding status of the SalesPartner","enum":["NOT_STARTED","IN_PROGRESS","FINISHED","ABORTED"]},"locationGroupIds":{"type":"array","items":{"type":"integer","format":"int64"}},"country":{"type":"string","description":"The country","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"address":{"type":"string","description":"Full address field including street, zip and city."},"contactPerson":{"type":"integer","description":"The contact person","format":"int64"},"emailAccounting":{"type":"string","description":"Accounting email of the SalesPartner"},"vatId":{"type":"string"},"parentId":{"type":"integer","format":"int64"},"price":{"type":"integer","format":"int64"},"priceMin":{"type":"integer","format":"int64"},"commission":{"type":"integer","format":"int64"}},"description":"The \"Sales Partner\" this user belongs to"},"preferredLanguage":{"type":"string","description":"Preferred language of a user. If not set, this will default to the language in context, e.g., location's for e-mails and browser language for our applications."},"identifier":{"type":"string","description":"The unique user identifier based on your internal identification system"},"features":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A list of features this user can work with. Values:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ADS_READ\nADS_WRITE\nADVANCED_ANALYTICS\nAI_SUGGESTED_REPLIES\nAI_BULK_REPLIES \nAPPLE_POSTING_WRITE\nAUTO_RESPONSE_WRITE\nBULK_UPDATES\nBUSINESS_LEVEL_CONNECT\nCAN_PAY_INVOICE\nCAN_SEE_HELP_SECTION\nCHAT_READ\nCHAT_WRITE\nCHATBOT_READ\nCHATBOT_WRITE\nDAM\nENTERPRISE_ONBOARDING\nFIRST_PARTY_REVIEW_APPROVAL\nFORMS\nINBOX_2_0_BETA_READ\nINBOX_2_0_BETA_WRITE\nINBOX_APPROVAL\nINBOX_READ\nINBOX_WRITE\nINSTAGRAM_POSTING_WRITE\nLISTINGS_PAGE_NEW\nLISTINGS\nLIVE_CHAT\nLOCATION_GROUP\nLOCATION_READ\nLOCATION_SCHEDULED_UPDATES\nLOCATION_STATUS_CHANGE\nLOCATION_WRITE\nPOSTING_APPROVAL\nPOSTING_READ\nPOSTING_WRITE\nPRICE_INFO\nRESPONSE_LIBRARY_READ\nRESPONSE_LIBRARY_WRITE\nREVIEW_GENERATION_CREATE\nREVIEW_GENERATION_SEND\nSINGLE_SIGN_ON\nSOCIAL_ADS\nSUPPRESSION\nTRACKING\nUPGRADE\nUSER_OTHERS_EDIT\nUSER_SELF_EDIT"},"children":[]}]}],"items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"emailSettings":{"uniqueItems":true,"type":"array","description":"A list of EmailSettings for this user. Only one EmailSettings object per EmailType possible.","items":{"type":"object","properties":{"frequency":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Frequency of the emailType. The available frequencies by email type are: DIGEST: WEEKLY, MONTHLY or NEVER; ACTIVATION: ALWAYS or NEVER; START_VERIFICATION_GOOGLE: ALWAYS or NEVER; FINISH_VERIFICATION_GOOGLE: ALWAYS or NEVER; UNREAD_REVIEW_NOTIFICATION: ALWAYS or NEVER; PENDING_APPROVAL_REPLY_NOTIFICATION: DAILY, ALWAYS or NEVER."},"children":[]}]}]}],"enum":["ALWAYS","DAILY","WEEKLY","MONTHLY","QUARTERLY","NEVER"]},"emailType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of email. Currently, the types of email supported are: DIGEST, ACTIVATION, START_VERIFICATION_GOOGLE, FINISH_VERIFICATION_GOOGLE, UNREAD_REVIEW_NOTIFICATION, PENDING_APPROVAL_REPLY_NOTIFICATION, SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION, NEW_CHATS_NOTIFICATION, NEW_CONTACT_FORM_NOTIFICATION"},"children":[]}]}]}],"enum":["DIGEST","UNREAD_REVIEW_NOTIFICATION","PENDING_APPROVAL_REPLY_NOTIFICATION","ACTIVATION","START_VERIFICATION_GOOGLE","FINISH_VERIFICATION_GOOGLE","NEW_CHATS_NOTIFICATION","NEW_CONTACT_FORM_NOTIFICATION","SOCIAL_POST_PENDING_APPROVAL_NOTIFICATION","DASHBOARD_EXPORT","RENEWAL_FAIL","RENEWAL_SUCCESS","RESET_PASSWORD_SP","SALES_PARTNER_APPROVAL","USER_INVITATION","SALES_PARTNER_ENTERPRISE_ONBOARDING_COMPLETE","NEW_CHAT_NOTIFICATION_LOCATION","NEW_CHAT_NOTIFICATION_BUSINESS","NEW_CONTACT_FORM_NOTIFICATION_LOCATION","NEW_CONTACT_FORM_NOTIFICATION_BUSINESS","INVOICE_CREATED_RENEWAL","INTERNAL","TIMELY_TASK_NOTIFICATION_1","TIMELY_TASK_NOTIFICATION_2","TIMELY_TASK_NOTIFICATION_3","LOCATION_CLEANSING_FAILED_NOTIFICATION"]},"id":{"type":"integer","format":"int64"}},"description":"Email Settings Model"}},"featuresDetailed":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Map containing the feature names and corresponding feature-specific parameters. \"featuresDetailed\" is supported for the features LOCATION_WRITE and ADVANCED_ANALYTICS."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For LOCATION_WRITE a list of fields that this user can update is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For ADVANCED_ANALYTICS a list of dashboards the user has access to is expected."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For example:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"featuresDetailed\": '{'\n'{'\n   \"featuresDetailed\":'{'\n      \"LOCATION_WRITE\":[\n         \"fax\",\n         \"openingHours\",\n         \"callTrackingNumbers\",\n         \"streetNo\",\n         \"openingHoursNotes\",\n         \"specialOpeningHours\",\n         \"street\",\n         \"languages\",\n         \"customFields\",\n         \"contentLists\",\n         \"photos\",\n         \"services\",\n         \"moreHours\",\n         \"descriptionLong\",\n         \"zip\",\n         \"lat\",\n         \"openingDate\",\n         \"email\",\n         \"addressDisplay\",\n         \"labels\",\n         \"taxNumber\",\n         \"city\",\n         \"cellphone\",\n         \"contentCollections\",\n         \"attributes\",\n         \"categories\",\n         \"imprint\",\n         \"phone\",\n         \"utms\",\n         \"addressExtra\",\n         \"keywords\",\n         \"legalIdent\",\n         \"lng\",\n         \"paymentOptions\",\n         \"descriptionShort\",\n         \"socialProfiles\",\n         \"identifier\",\n         \"website\",\n         \"country\",\n         \"province\",\n         \"name\",\n         \"videos\",\n         \"brands\",\n         \"serviceAreas\"\n      ],\n      \"ADVANCED_ANALYTICS\":[\n         \"overview\",\n         \"listings-google\",\n         \"customer-feedback\"\n      ]\n   '}'\n'}'\n"},"children":[]}]}]},"whitelabelInformation":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"},"roles":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The user's role. One of ADMIN, BUSINESS_MANAGER, MULTI_BUSINESS_MANAGER, LOCATION_MANAGER."},"children":[]}]}]}],"items":{"type":"string","description":"Different roles a user account can have in the system.","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]}},"locationGroupIds":{"type":"array","description":"A list of all location group IDs the user is assigned to.","items":{"type":"integer","format":"int64"}},"managedLocationsViaGroups":{"type":"array","description":"A list of all location IDs the user can manage because of assignment to certain group(s)","items":{"type":"integer","format":"int64"}},"dateCreated":{"type":"string","format":"date-time"},"managedBusinesses":{"type":"array","description":"A list of businesses managed by this user","items":{"type":"integer","format":"int64"}},"managedLocations":{"type":"array","description":"A list of locations managed by this user","items":{"type":"integer","format":"int64"}},"connectedAccounts":{"type":"array","items":{"type":"string"}},"paymentMethod":{"type":"array","items":{"type":"string"}},"showSpSwitch":{"type":"boolean"},"isParent":{"type":"boolean"},"canManageLocationGroups":{"type":"boolean"},"multiFactorAuthentications":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"email":{"type":"string","description":"Email"},"type":{"type":"string","description":"Multi factor authentication type","enum":["EMAIL"]},"id":{"type":"integer","format":"int64"}},"description":"Multi Factor Authentication Model"}},"managedLocationsIdentifiers":{"type":"array","items":{"type":"integer","format":"int64"}}},"description":"User Model"}},"description":"The actual response object of the response"}}}},"components/schemas/ValueMetadataItem":{"id":"components/schemas/ValueMetadataItem","kind":"json-schema","title":"ValueMetadataItem","data":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"components/schemas/Video":{"id":"components/schemas/Video","kind":"json-schema","title":"Video","data":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"components/schemas/VisibilityIndex":{"id":"components/schemas/VisibilityIndex","kind":"json-schema","title":"VisibilityIndex","data":{"type":"object","properties":{"score":{"type":"integer","description":"A score between 0 and 100 for the Visibility Index","format":"int32"},"maxPoints":{"type":"integer","description":"The total number of available points","format":"int32"},"pointsReached":{"type":"integer","description":"The actual number of points reached","format":"int32"},"summary":{"type":"object","description":"Detailed info about each directory"},"reasons":{"type":"array","description":"Reasons explaining the current Visibility Index","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The logging event type. One of LISTING_UPDATE, LISTING_SYNC_CHECK, LISTING_DATAPOINT_CHECK, LISTING_PUBLISHER_UPDATE, LISTING_BLACKLIST, LISTING_REVIEWED, LISTING_STATUS_CHANGE, LISTING_MANUAL, LISTING_SUPPRESS, LISTING_DELETE, LISTING_CANCEL, LISTING_FACEBOOK_PAGE_INVALIDATE, LISTING_FLAGGED, LISTING_LINK_CHANGE, LISTING_REMOVAL_SUPPRESS, LISTING_SUPPRESS_NOT_ALLOWED, LISTING_UPDATE_SPECIAL_OFFER, LISTING_REMOVAL_STATUS_CHECK, LOCATION_BILLING, LOCATION_SYNC_STARTED, LOCATION_PROFILE_CHANGED, LOCATION_SUBSCRIPTION_CHANGED, LOCATION_LISTING_ADDED, LOCATION_VISIBILITY_INDEX_CHANGED, LOCATION_STATUS_CHANGED, LOCATION_PRODUCT_PLAN_CHANGED, LOCATION_NORMALIZATION_STATUS_CHANGED, LOCATION_CREATED, LOCATION_DUPLICATE_LISTING_DETECTION, LOCATION_DUPLICATE_LISTING_CHECK, LOCATION_CHECKOUT, LOCATION_CHECKOUT_FREE, LOCATION_CHECKOUT_UPGRADE, LOCATION_CHECKOUT_SALESPARTNER, USER_PASSWORD_RESET, SALES_PARTNER_SIGNUP, SALES_PARTNER_APPROVAL, SALES_PARTNER_PASSWORD_RESET, SEARCH_DATA_RECHECK_LINK_SHARED, BUSINESS_COMMENT, BUSINESS_INVOICE_CREATED, BUSINESS_INVOICE_RENEWAL_SUCCESS, BUSINESS_INVOICE_RENEWAL_FAIL, BUSINESS_INVOICE_CREATED_FIRST_BASIC, BUSINESS_INVOICE_CREATED_FIRST_PREMIUM, BUSINESS_INVOICE_CREATED_UPGRADE_BASIC, BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM, BUSINESS_INVOICE_CREATED_ANOTHER_BASIC, BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM, BUSINESS_INVOICE_CREATED_RENEWAL, BUSINESS_DIRECTORY_ACCOUNT, BUSINESS_CSV_EXPORT, BUSINESS_UPDATE_PRICE, ADMIN_LOGIN_ALERT"},"children":[]}]}]}]},"source":{"type":"integer","description":"The id of the object the logging event is about","format":"int64"},"dateCreated":{"type":"integer","description":"The date the logging event was created","format":"int64"},"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"payload":{"type":"object","properties":{"status":{"type":"string","description":"The status","enum":["FAILURE","SUCCESS","UNDEFINED"]},"actor":{"type":"string","description":"The actor who initiated the event","enum":["ADMIN","USER","SYNC_CHECKER","DATA_POINT_CHECKER","UPDATER","JOB"]},"server":{"type":"string","description":"The server"},"data":{"type":"object","properties":{"userEmail":{"type":"string"},"updatedHistory":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"string"}},"newPaymentOptions":{"type":"array","items":{"type":"string"}},"newAttributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"photos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"utms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"newName":{"type":"string"},"newPhotos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"paymentOptions":{"type":"array","items":{"type":"string"}},"newWebsite":{"type":"string"},"name":{"type":"string"},"newUtms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"openingHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"newCallTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"newLanguages":{"type":"array","items":{"type":"string"}},"newOpeningHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"callTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"streetType":{"type":"string"},"street":{"type":"string"},"newStreet":{"type":"string"},"newLat":{"type":"integer","format":"int64"},"newLng":{"type":"integer","format":"int64"},"lat":{"type":"integer","format":"int64"},"lng":{"type":"integer","format":"int64"}}}},"description":"The data associated with the event"}},"description":"A JSON containing detailed information about the logging event"},"uuid":{"type":"string","description":"The uuid"},"id":{"type":"integer","description":"The uberall unique id for the logging event","format":"int64"}},"description":"LoggingEvent Model"}},"dateCreated":{"type":"string","description":"The date the Visibility Index was created","format":"date-time"},"forDay":{"type":"string","description":"The date the Visibility Index reflects","format":"date-time"},"timestamp":{"type":"integer","format":"int64"},"result":{"type":"string","description":"An overview of in sync/not in sync directories"}},"description":"VisibilityIndex Model"}},"components/schemas/VisibilityIndexObject":{"id":"components/schemas/VisibilityIndexObject","kind":"json-schema","title":"VisibilityIndexObject","data":{"type":"object","properties":{"visibilityIndex":{"type":"object","properties":{"score":{"type":"integer","description":"A score between 0 and 100 for the Visibility Index","format":"int32"},"maxPoints":{"type":"integer","description":"The total number of available points","format":"int32"},"pointsReached":{"type":"integer","description":"The actual number of points reached","format":"int32"},"summary":{"type":"object","description":"Detailed info about each directory"},"reasons":{"type":"array","description":"Reasons explaining the current Visibility Index","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The logging event type. One of LISTING_UPDATE, LISTING_SYNC_CHECK, LISTING_DATAPOINT_CHECK, LISTING_PUBLISHER_UPDATE, LISTING_BLACKLIST, LISTING_REVIEWED, LISTING_STATUS_CHANGE, LISTING_MANUAL, LISTING_SUPPRESS, LISTING_DELETE, LISTING_CANCEL, LISTING_FACEBOOK_PAGE_INVALIDATE, LISTING_FLAGGED, LISTING_LINK_CHANGE, LISTING_REMOVAL_SUPPRESS, LISTING_SUPPRESS_NOT_ALLOWED, LISTING_UPDATE_SPECIAL_OFFER, LISTING_REMOVAL_STATUS_CHECK, LOCATION_BILLING, LOCATION_SYNC_STARTED, LOCATION_PROFILE_CHANGED, LOCATION_SUBSCRIPTION_CHANGED, LOCATION_LISTING_ADDED, LOCATION_VISIBILITY_INDEX_CHANGED, LOCATION_STATUS_CHANGED, LOCATION_PRODUCT_PLAN_CHANGED, LOCATION_NORMALIZATION_STATUS_CHANGED, LOCATION_CREATED, LOCATION_DUPLICATE_LISTING_DETECTION, LOCATION_DUPLICATE_LISTING_CHECK, LOCATION_CHECKOUT, LOCATION_CHECKOUT_FREE, LOCATION_CHECKOUT_UPGRADE, LOCATION_CHECKOUT_SALESPARTNER, USER_PASSWORD_RESET, SALES_PARTNER_SIGNUP, SALES_PARTNER_APPROVAL, SALES_PARTNER_PASSWORD_RESET, SEARCH_DATA_RECHECK_LINK_SHARED, BUSINESS_COMMENT, BUSINESS_INVOICE_CREATED, BUSINESS_INVOICE_RENEWAL_SUCCESS, BUSINESS_INVOICE_RENEWAL_FAIL, BUSINESS_INVOICE_CREATED_FIRST_BASIC, BUSINESS_INVOICE_CREATED_FIRST_PREMIUM, BUSINESS_INVOICE_CREATED_UPGRADE_BASIC, BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM, BUSINESS_INVOICE_CREATED_ANOTHER_BASIC, BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM, BUSINESS_INVOICE_CREATED_RENEWAL, BUSINESS_DIRECTORY_ACCOUNT, BUSINESS_CSV_EXPORT, BUSINESS_UPDATE_PRICE, ADMIN_LOGIN_ALERT"},"children":[]}]}]}]},"source":{"type":"integer","description":"The id of the object the logging event is about","format":"int64"},"dateCreated":{"type":"integer","description":"The date the logging event was created","format":"int64"},"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"payload":{"type":"object","properties":{"status":{"type":"string","description":"The status","enum":["FAILURE","SUCCESS","UNDEFINED"]},"actor":{"type":"string","description":"The actor who initiated the event","enum":["ADMIN","USER","SYNC_CHECKER","DATA_POINT_CHECKER","UPDATER","JOB"]},"server":{"type":"string","description":"The server"},"data":{"type":"object","properties":{"userEmail":{"type":"string"},"updatedHistory":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"string"}},"newPaymentOptions":{"type":"array","items":{"type":"string"}},"newAttributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"photos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"utms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"newName":{"type":"string"},"newPhotos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"paymentOptions":{"type":"array","items":{"type":"string"}},"newWebsite":{"type":"string"},"name":{"type":"string"},"newUtms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"openingHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"newCallTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"newLanguages":{"type":"array","items":{"type":"string"}},"newOpeningHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"callTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"streetType":{"type":"string"},"street":{"type":"string"},"newStreet":{"type":"string"},"newLat":{"type":"integer","format":"int64"},"newLng":{"type":"integer","format":"int64"},"lat":{"type":"integer","format":"int64"},"lng":{"type":"integer","format":"int64"}}}},"description":"The data associated with the event"}},"description":"A JSON containing detailed information about the logging event"},"uuid":{"type":"string","description":"The uuid"},"id":{"type":"integer","description":"The uberall unique id for the logging event","format":"int64"}},"description":"LoggingEvent Model"}},"dateCreated":{"type":"string","description":"The date the Visibility Index was created","format":"date-time"},"forDay":{"type":"string","description":"The date the Visibility Index reflects","format":"date-time"},"timestamp":{"type":"integer","format":"int64"},"result":{"type":"string","description":"An overview of in sync/not in sync directories"}},"description":"VisibilityIndex Model"}},"description":"The actual response object of the response"}},"components/schemas/VisibilityIndexWrapper":{"id":"components/schemas/VisibilityIndexWrapper","kind":"json-schema","title":"VisibilityIndexWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"visibilityIndex":{"type":"object","properties":{"score":{"type":"integer","description":"A score between 0 and 100 for the Visibility Index","format":"int32"},"maxPoints":{"type":"integer","description":"The total number of available points","format":"int32"},"pointsReached":{"type":"integer","description":"The actual number of points reached","format":"int32"},"summary":{"type":"object","description":"Detailed info about each directory"},"reasons":{"type":"array","description":"Reasons explaining the current Visibility Index","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The logging event type. One of LISTING_UPDATE, LISTING_SYNC_CHECK, LISTING_DATAPOINT_CHECK, LISTING_PUBLISHER_UPDATE, LISTING_BLACKLIST, LISTING_REVIEWED, LISTING_STATUS_CHANGE, LISTING_MANUAL, LISTING_SUPPRESS, LISTING_DELETE, LISTING_CANCEL, LISTING_FACEBOOK_PAGE_INVALIDATE, LISTING_FLAGGED, LISTING_LINK_CHANGE, LISTING_REMOVAL_SUPPRESS, LISTING_SUPPRESS_NOT_ALLOWED, LISTING_UPDATE_SPECIAL_OFFER, LISTING_REMOVAL_STATUS_CHECK, LOCATION_BILLING, LOCATION_SYNC_STARTED, LOCATION_PROFILE_CHANGED, LOCATION_SUBSCRIPTION_CHANGED, LOCATION_LISTING_ADDED, LOCATION_VISIBILITY_INDEX_CHANGED, LOCATION_STATUS_CHANGED, LOCATION_PRODUCT_PLAN_CHANGED, LOCATION_NORMALIZATION_STATUS_CHANGED, LOCATION_CREATED, LOCATION_DUPLICATE_LISTING_DETECTION, LOCATION_DUPLICATE_LISTING_CHECK, LOCATION_CHECKOUT, LOCATION_CHECKOUT_FREE, LOCATION_CHECKOUT_UPGRADE, LOCATION_CHECKOUT_SALESPARTNER, USER_PASSWORD_RESET, SALES_PARTNER_SIGNUP, SALES_PARTNER_APPROVAL, SALES_PARTNER_PASSWORD_RESET, SEARCH_DATA_RECHECK_LINK_SHARED, BUSINESS_COMMENT, BUSINESS_INVOICE_CREATED, BUSINESS_INVOICE_RENEWAL_SUCCESS, BUSINESS_INVOICE_RENEWAL_FAIL, BUSINESS_INVOICE_CREATED_FIRST_BASIC, BUSINESS_INVOICE_CREATED_FIRST_PREMIUM, BUSINESS_INVOICE_CREATED_UPGRADE_BASIC, BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM, BUSINESS_INVOICE_CREATED_ANOTHER_BASIC, BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM, BUSINESS_INVOICE_CREATED_RENEWAL, BUSINESS_DIRECTORY_ACCOUNT, BUSINESS_CSV_EXPORT, BUSINESS_UPDATE_PRICE, ADMIN_LOGIN_ALERT"},"children":[]}]}]}]},"source":{"type":"integer","description":"The id of the object the logging event is about","format":"int64"},"dateCreated":{"type":"integer","description":"The date the logging event was created","format":"int64"},"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"payload":{"type":"object","properties":{"status":{"type":"string","description":"The status","enum":["FAILURE","SUCCESS","UNDEFINED"]},"actor":{"type":"string","description":"The actor who initiated the event","enum":["ADMIN","USER","SYNC_CHECKER","DATA_POINT_CHECKER","UPDATER","JOB"]},"server":{"type":"string","description":"The server"},"data":{"type":"object","properties":{"userEmail":{"type":"string"},"updatedHistory":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"string"}},"newPaymentOptions":{"type":"array","items":{"type":"string"}},"newAttributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"photos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"utms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"newName":{"type":"string"},"newPhotos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"paymentOptions":{"type":"array","items":{"type":"string"}},"newWebsite":{"type":"string"},"name":{"type":"string"},"newUtms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"openingHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"newCallTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"newLanguages":{"type":"array","items":{"type":"string"}},"newOpeningHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"callTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"streetType":{"type":"string"},"street":{"type":"string"},"newStreet":{"type":"string"},"newLat":{"type":"integer","format":"int64"},"newLng":{"type":"integer","format":"int64"},"lat":{"type":"integer","format":"int64"},"lng":{"type":"integer","format":"int64"}}}},"description":"The data associated with the event"}},"description":"A JSON containing detailed information about the logging event"},"uuid":{"type":"string","description":"The uuid"},"id":{"type":"integer","description":"The uberall unique id for the logging event","format":"int64"}},"description":"LoggingEvent Model"}},"dateCreated":{"type":"string","description":"The date the Visibility Index was created","format":"date-time"},"forDay":{"type":"string","description":"The date the Visibility Index reflects","format":"date-time"},"timestamp":{"type":"integer","format":"int64"},"result":{"type":"string","description":"An overview of in sync/not in sync directories"}},"description":"VisibilityIndex Model"}},"description":"The actual response object of the response"}}}},"components/schemas/VisibilityIndexesObject":{"id":"components/schemas/VisibilityIndexesObject","kind":"json-schema","title":"VisibilityIndexesObject","data":{"type":"object","properties":{"indexes":{"type":"array","items":{"type":"object","properties":{"score":{"type":"integer","description":"A score between 0 and 100 for the Visibility Index","format":"int32"},"maxPoints":{"type":"integer","description":"The total number of available points","format":"int32"},"pointsReached":{"type":"integer","description":"The actual number of points reached","format":"int32"},"summary":{"type":"object","description":"Detailed info about each directory"},"reasons":{"type":"array","description":"Reasons explaining the current Visibility Index","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The logging event type. One of LISTING_UPDATE, LISTING_SYNC_CHECK, LISTING_DATAPOINT_CHECK, LISTING_PUBLISHER_UPDATE, LISTING_BLACKLIST, LISTING_REVIEWED, LISTING_STATUS_CHANGE, LISTING_MANUAL, LISTING_SUPPRESS, LISTING_DELETE, LISTING_CANCEL, LISTING_FACEBOOK_PAGE_INVALIDATE, LISTING_FLAGGED, LISTING_LINK_CHANGE, LISTING_REMOVAL_SUPPRESS, LISTING_SUPPRESS_NOT_ALLOWED, LISTING_UPDATE_SPECIAL_OFFER, LISTING_REMOVAL_STATUS_CHECK, LOCATION_BILLING, LOCATION_SYNC_STARTED, LOCATION_PROFILE_CHANGED, LOCATION_SUBSCRIPTION_CHANGED, LOCATION_LISTING_ADDED, LOCATION_VISIBILITY_INDEX_CHANGED, LOCATION_STATUS_CHANGED, LOCATION_PRODUCT_PLAN_CHANGED, LOCATION_NORMALIZATION_STATUS_CHANGED, LOCATION_CREATED, LOCATION_DUPLICATE_LISTING_DETECTION, LOCATION_DUPLICATE_LISTING_CHECK, LOCATION_CHECKOUT, LOCATION_CHECKOUT_FREE, LOCATION_CHECKOUT_UPGRADE, LOCATION_CHECKOUT_SALESPARTNER, USER_PASSWORD_RESET, SALES_PARTNER_SIGNUP, SALES_PARTNER_APPROVAL, SALES_PARTNER_PASSWORD_RESET, SEARCH_DATA_RECHECK_LINK_SHARED, BUSINESS_COMMENT, BUSINESS_INVOICE_CREATED, BUSINESS_INVOICE_RENEWAL_SUCCESS, BUSINESS_INVOICE_RENEWAL_FAIL, BUSINESS_INVOICE_CREATED_FIRST_BASIC, BUSINESS_INVOICE_CREATED_FIRST_PREMIUM, BUSINESS_INVOICE_CREATED_UPGRADE_BASIC, BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM, BUSINESS_INVOICE_CREATED_ANOTHER_BASIC, BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM, BUSINESS_INVOICE_CREATED_RENEWAL, BUSINESS_DIRECTORY_ACCOUNT, BUSINESS_CSV_EXPORT, BUSINESS_UPDATE_PRICE, ADMIN_LOGIN_ALERT"},"children":[]}]}]}]},"source":{"type":"integer","description":"The id of the object the logging event is about","format":"int64"},"dateCreated":{"type":"integer","description":"The date the logging event was created","format":"int64"},"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"payload":{"type":"object","properties":{"status":{"type":"string","description":"The status","enum":["FAILURE","SUCCESS","UNDEFINED"]},"actor":{"type":"string","description":"The actor who initiated the event","enum":["ADMIN","USER","SYNC_CHECKER","DATA_POINT_CHECKER","UPDATER","JOB"]},"server":{"type":"string","description":"The server"},"data":{"type":"object","properties":{"userEmail":{"type":"string"},"updatedHistory":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"string"}},"newPaymentOptions":{"type":"array","items":{"type":"string"}},"newAttributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"photos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"utms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"newName":{"type":"string"},"newPhotos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"paymentOptions":{"type":"array","items":{"type":"string"}},"newWebsite":{"type":"string"},"name":{"type":"string"},"newUtms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"openingHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"newCallTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"newLanguages":{"type":"array","items":{"type":"string"}},"newOpeningHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"callTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"streetType":{"type":"string"},"street":{"type":"string"},"newStreet":{"type":"string"},"newLat":{"type":"integer","format":"int64"},"newLng":{"type":"integer","format":"int64"},"lat":{"type":"integer","format":"int64"},"lng":{"type":"integer","format":"int64"}}}},"description":"The data associated with the event"}},"description":"A JSON containing detailed information about the logging event"},"uuid":{"type":"string","description":"The uuid"},"id":{"type":"integer","description":"The uberall unique id for the logging event","format":"int64"}},"description":"LoggingEvent Model"}},"dateCreated":{"type":"string","description":"The date the Visibility Index was created","format":"date-time"},"forDay":{"type":"string","description":"The date the Visibility Index reflects","format":"date-time"},"timestamp":{"type":"integer","format":"int64"},"result":{"type":"string","description":"An overview of in sync/not in sync directories"}},"description":"VisibilityIndex Model"}}},"description":"The actual response object of the response"}},"components/schemas/VisibilityIndexesWrapper":{"id":"components/schemas/VisibilityIndexesWrapper","kind":"json-schema","title":"VisibilityIndexesWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"indexes":{"type":"array","items":{"type":"object","properties":{"score":{"type":"integer","description":"A score between 0 and 100 for the Visibility Index","format":"int32"},"maxPoints":{"type":"integer","description":"The total number of available points","format":"int32"},"pointsReached":{"type":"integer","description":"The actual number of points reached","format":"int32"},"summary":{"type":"object","description":"Detailed info about each directory"},"reasons":{"type":"array","description":"Reasons explaining the current Visibility Index","items":{"type":"object","properties":{"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The logging event type. One of LISTING_UPDATE, LISTING_SYNC_CHECK, LISTING_DATAPOINT_CHECK, LISTING_PUBLISHER_UPDATE, LISTING_BLACKLIST, LISTING_REVIEWED, LISTING_STATUS_CHANGE, LISTING_MANUAL, LISTING_SUPPRESS, LISTING_DELETE, LISTING_CANCEL, LISTING_FACEBOOK_PAGE_INVALIDATE, LISTING_FLAGGED, LISTING_LINK_CHANGE, LISTING_REMOVAL_SUPPRESS, LISTING_SUPPRESS_NOT_ALLOWED, LISTING_UPDATE_SPECIAL_OFFER, LISTING_REMOVAL_STATUS_CHECK, LOCATION_BILLING, LOCATION_SYNC_STARTED, LOCATION_PROFILE_CHANGED, LOCATION_SUBSCRIPTION_CHANGED, LOCATION_LISTING_ADDED, LOCATION_VISIBILITY_INDEX_CHANGED, LOCATION_STATUS_CHANGED, LOCATION_PRODUCT_PLAN_CHANGED, LOCATION_NORMALIZATION_STATUS_CHANGED, LOCATION_CREATED, LOCATION_DUPLICATE_LISTING_DETECTION, LOCATION_DUPLICATE_LISTING_CHECK, LOCATION_CHECKOUT, LOCATION_CHECKOUT_FREE, LOCATION_CHECKOUT_UPGRADE, LOCATION_CHECKOUT_SALESPARTNER, USER_PASSWORD_RESET, SALES_PARTNER_SIGNUP, SALES_PARTNER_APPROVAL, SALES_PARTNER_PASSWORD_RESET, SEARCH_DATA_RECHECK_LINK_SHARED, BUSINESS_COMMENT, BUSINESS_INVOICE_CREATED, BUSINESS_INVOICE_RENEWAL_SUCCESS, BUSINESS_INVOICE_RENEWAL_FAIL, BUSINESS_INVOICE_CREATED_FIRST_BASIC, BUSINESS_INVOICE_CREATED_FIRST_PREMIUM, BUSINESS_INVOICE_CREATED_UPGRADE_BASIC, BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM, BUSINESS_INVOICE_CREATED_ANOTHER_BASIC, BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM, BUSINESS_INVOICE_CREATED_RENEWAL, BUSINESS_DIRECTORY_ACCOUNT, BUSINESS_CSV_EXPORT, BUSINESS_UPDATE_PRICE, ADMIN_LOGIN_ALERT"},"children":[]}]}]}]},"source":{"type":"integer","description":"The id of the object the logging event is about","format":"int64"},"dateCreated":{"type":"integer","description":"The date the logging event was created","format":"int64"},"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"payload":{"type":"object","properties":{"status":{"type":"string","description":"The status","enum":["FAILURE","SUCCESS","UNDEFINED"]},"actor":{"type":"string","description":"The actor who initiated the event","enum":["ADMIN","USER","SYNC_CHECKER","DATA_POINT_CHECKER","UPDATER","JOB"]},"server":{"type":"string","description":"The server"},"data":{"type":"object","properties":{"userEmail":{"type":"string"},"updatedHistory":{"type":"object","properties":{"languages":{"type":"array","items":{"type":"string"}},"newPaymentOptions":{"type":"array","items":{"type":"string"}},"newAttributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"photos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"utms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"newName":{"type":"string"},"newPhotos":{"type":"array","items":{"type":"object","properties":{"repoKey":{"type":"string"},"bucket":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"dateCreated":{"type":"string","format":"date-time"},"squaredLogo":{"type":"boolean"},"logo":{"type":"boolean"},"main":{"type":"boolean"},"id":{"type":"integer","format":"int64"},"type":{"type":"string","enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"landscape":{"type":"boolean"},"locationId":{"type":"integer","format":"int64"},"publicUrl":{"type":"string"},"url":{"type":"string"},"thumbnailUrl":{"type":"string"}}}},"paymentOptions":{"type":"array","items":{"type":"string"}},"newWebsite":{"type":"string"},"name":{"type":"string"},"newUtms":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"openingHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"attributes":{"type":"array","items":{"type":"object","properties":{"attributeId":{"type":"integer","format":"int64"},"locationId":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"value":{"type":"string"}}}},"newCallTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"newLanguages":{"type":"array","items":{"type":"string"}},"newOpeningHours":{"type":"array","items":{"type":"object","properties":{"closed":{"type":"boolean"},"location":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"from":{"type":"integer","format":"int64"},"id":{"type":"integer","format":"int64"},"to":{"type":"integer","format":"int64"},"day":{"type":"string","enum":["MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY","SUNDAY"]}}}},"callTrackingNumbers":{"type":"array","items":{"type":"integer","format":"int64"}},"streetType":{"type":"string"},"street":{"type":"string"},"newStreet":{"type":"string"},"newLat":{"type":"integer","format":"int64"},"newLng":{"type":"integer","format":"int64"},"lat":{"type":"integer","format":"int64"},"lng":{"type":"integer","format":"int64"}}}},"description":"The data associated with the event"}},"description":"A JSON containing detailed information about the logging event"},"uuid":{"type":"string","description":"The uuid"},"id":{"type":"integer","description":"The uberall unique id for the logging event","format":"int64"}},"description":"LoggingEvent Model"}},"dateCreated":{"type":"string","description":"The date the Visibility Index was created","format":"date-time"},"forDay":{"type":"string","description":"The date the Visibility Index reflects","format":"date-time"},"timestamp":{"type":"integer","format":"int64"},"result":{"type":"string","description":"An overview of in sync/not in sync directories"}},"description":"VisibilityIndex Model"}}},"description":"The actual response object of the response"}}}},"components/schemas/Webhook":{"id":"components/schemas/Webhook","kind":"json-schema","title":"Webhook","data":{"type":"object","properties":{"id":{"type":"integer","description":"The unique identifier of the Webhook","format":"int64"},"dateCreated":{"type":"string","description":"Date of the creation","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of last update","format":"date-time"},"pushUrl":{"type":"string","description":"URL where selected webhook event should be sent to"},"type":{"type":"string","description":"Event type the SalesPartner wants to receive push messages for via webhook functionality. For a list of all possible types use the GET /api/sales-partners/subscribable-event-types.","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"description":"Webhook Model"}},"components/schemas/WebhookCommand":{"id":"components/schemas/WebhookCommand","kind":"json-schema","title":"WebhookCommand","data":{"required":["pushUrl","type"],"type":"object","properties":{"pushUrl":{"type":"string","description":"URL to receive webhooks"},"type":{"type":"string","description":"Logging event type to subscribe to","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"description":"Webhook Command Model"}},"components/schemas/WebhookListWrapper":{"id":"components/schemas/WebhookListWrapper","kind":"json-schema","title":"WebhookListWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"array","description":"The actual response object of the response","items":{"type":"object","properties":{"id":{"type":"integer","description":"The unique identifier of the Webhook","format":"int64"},"dateCreated":{"type":"string","description":"Date of the creation","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of last update","format":"date-time"},"pushUrl":{"type":"string","description":"URL where selected webhook event should be sent to"},"type":{"type":"string","description":"Event type the SalesPartner wants to receive push messages for via webhook functionality. For a list of all possible types use the GET /api/sales-partners/subscribable-event-types.","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"description":"Webhook Model"}}}}},"components/schemas/WebhookWrapper":{"id":"components/schemas/WebhookWrapper","kind":"json-schema","title":"WebhookWrapper","data":{"required":["response","status"],"type":"object","properties":{"status":{"type":"string","enum":["SUCCESS","PENDING","QUOTA_LIMIT_EXCEED","NOT_AUTHORIZED","FORBIDDEN","BAD_ACCESS_TOKEN","BAD_PRIVATE_KEY","BAD_PUBLIC_KEY","MISSING_PARAMETER","INVALID_PARAMETER","WRONG_PARAMETER_TYPE","CONFLICT","RESOURCE_LOCKED","SERVER_ERROR","ERROR","NOT_FOUND","BAD_REQUEST","USER_ERROR","PARTIAL_ERROR","SERVICE_TEMPORARILY_UNAVAILABLE"]},"message":{"type":"string","description":"(optional) Holds further information about the response"},"warnings":{"type":"array","description":"(optional) Holds further warnings","items":{"type":"string","description":"(optional) Holds further warnings"}},"response":{"type":"object","properties":{"id":{"type":"integer","description":"The unique identifier of the Webhook","format":"int64"},"dateCreated":{"type":"string","description":"Date of the creation","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of last update","format":"date-time"},"pushUrl":{"type":"string","description":"URL where selected webhook event should be sent to"},"type":{"type":"string","description":"Event type the SalesPartner wants to receive push messages for via webhook functionality. For a list of all possible types use the GET /api/sales-partners/subscribable-event-types.","enum":["ADMIN_ALERT","AGENT_INIT","AGENT_PERSIST","AGENT_REPLAY","BRAND_DATA_POINT_REPLIED","BRAND_DATA_POINT_REPLIED_PENDING_APPROVAL","BRAND_DATA_POINT_REPLY_APPROVE","BRAND_DATA_POINT_REPLY_REJECT","BUSINESS_CHAIN_UPDATE","BUSINESS_CHANGED_SALES_PARTNER","BUSINESS_COMMENT","BUSINESS_CREATED","BUSINESS_CSV_EXPORT","BUSINESS_DIRECTORY_ACCOUNT","BUSINESS_DIRECTORY_CONNECT","BUSINESS_DUPLICATE_CHECK","BUSINESS_FACEBOOK_PAGE_INVALIDATE","BUSINESS_INVOICE_CHANGED","BUSINESS_INVOICE_CREATED","BUSINESS_INVOICE_CREATED_ANOTHER_BASIC","BUSINESS_INVOICE_CREATED_ANOTHER_PREMIUM","BUSINESS_INVOICE_CREATED_FIRST_BASIC","BUSINESS_INVOICE_CREATED_FIRST_PREMIUM","BUSINESS_INVOICE_CREATED_RENEWAL","BUSINESS_INVOICE_CREATED_UPGRADE_BASIC","BUSINESS_INVOICE_CREATED_UPGRADE_PREMIUM","BUSINESS_INVOICE_RENEWAL_FAIL","BUSINESS_INVOICE_RENEWAL_SUCCESS","BUSINESS_LOCATION_DATA_PULL","BUSINESS_MIGRATE_LOCATION","BUSINESS_NEW_CHATS","BUSINESS_NEW_CONTACT_FORM","BUSINESS_OLO_IMPORT","BUSINESS_OLO_SETTINGS_CREATED","BUSINESS_OLO_SETTINGS_DELETED","BUSINESS_OLO_SETTINGS_UPDATED","BUSINESS_PAGE_INVALIDATE","BUSINESS_PAY_INVOICE","BUSINESS_PRODUCT_PLAN_CHANGED","BUSINESS_STATUS_CHANGED","BUSINESS_TEMPLATE_UPDATE","BUSINESS_UPDATE_PAGE_SOCIAL_POST","BUSINESS_UPDATE_PRICE","DATA_POINT_AUTOMATED_REPLY","DATA_POINT_REPLIED","DATA_POINT_REPLIED_PENDING_APPROVAL","DATA_POINT_REPLY_APPROVE","DATA_POINT_REPLY_REJECT","DATA_POINT_SERVICE_NOW_SUBMITTED","DIRECTORY_BUSINESS_PAGE_DATA_POINT_CHECK","DIRECTORY_BUSINESS_PAGE_DATA_POINT_INVALID","DIRECTORY_USER_ACCOUNT_DIRECTORY_CONNECT","LISTING_AUTOVALIDATION_FAILED","LISTING_BLACKLIST","LISTING_CANCEL","LISTING_DATAPOINT_CHECK","LISTING_DATAPOINT_INVALID","LISTING_DELETE","LISTING_DIRECTORY_CONNECT","LISTING_DIRECTORY_DUPLICATE_REMOVED","LISTING_FACEBOOK_PAGE_INVALIDATE","LISTING_FEED_CREATE","LISTING_FEED_DUPLICATE_REMOVED","LISTING_FEED_IN_SYNC_FIELDS","LISTING_FLAGGED","LISTING_GOOGLE_PAGE_CREATE","LISTING_GOOGLE_PAGE_INVALIDATE","LISTING_GOOGLE_PAGE_UPDATE","LISTING_INITIATE_OWNERSHIP_TRANSFER","LISTING_INVITATION_SENT","LISTING_LINK_CHANGE","LISTING_MANUAL","LISTING_NEEDS_REVIEW_DELETED","LISTING_PAGE_INVALIDATE","LISTING_PUBLISHER_UPDATE","LISTING_REMOVAL_STATUS_CHECK","LISTING_REMOVAL_SUPPRESS","LISTING_REVIEWED","LISTING_STATUS_CHANGE","LISTING_SUGGESTION","LISTING_SUPPRESS","LISTING_SUPPRESS_NOT_ALLOWED","LISTING_SYNC_CHECK","LISTING_UPDATE","LISTING_UPDATE_PAGE_SOCIAL_POST","LISTING_UPDATE_SOCIAL_POST","LISTING_WAITING_DIRECTORY_ACTION","LOCATION_BILLING","LOCATION_BUSINESS_CHANGED","LOCATION_CHECKOUT","LOCATION_CHECKOUT_FREE","LOCATION_CHECKOUT_SALESPARTNER","LOCATION_CHECKOUT_UPGRADE","LOCATION_CLEANSING","LOCATION_CONTRACT_UPDATED","LOCATION_CREATED","LOCATION_DUPLICATE_LISTING_CHECK","LOCATION_DUPLICATE_LISTING_DETECTION","LOCATION_FEED_CLOSED","LOCATION_FEED_PROFILE_CHANGED","LOCATION_GEOCODING_MANUAL","LOCATION_GOOGLE_RANK_CHECK","LOCATION_GROUP_CREATED","LOCATION_GROUP_DELETED","LOCATION_GROUP_UPDATED","LOCATION_INVOICE_CHANGED","LOCATION_LISTING_ADDED","LOCATION_NEEDS_REVIEW_DELETED","LOCATION_NEW_CHATS","LOCATION_NEW_CONTACT_FORM","LOCATION_NORMALIZATION_STATUS_CHANGED","LOCATION_OLO_IMPORT","LOCATION_PARTIAL_UPDATE","LOCATION_PAY_INVOICE","LOCATION_PROFILE_CHANGED","LOCATION_PROFILE_SUGGESTION_DECLINE","LOCATION_STATUS_CHANGED","LOCATION_SUBSCRIPTION_CHANGED","LOCATION_SUGGESTION_CREATED","LOCATION_SUGGESTION_UPDATED","LOCATION_SYNC_CHECK","LOCATION_SYNC_STARTED","LOCATION_VISIBILITY_INDEX_CHANGED","PEON_MANUAL_ENQUEUE","PRODUCT_PLAN_CREATED","PRODUCT_PLAN_DELETED","PRODUCT_PLAN_UPDATED","SALES_PARTNER_APPROVAL","SALES_PARTNER_CHILDREN_UPDATED","SALES_PARTNER_CREATED","SALES_PARTNER_DIRECTORY_BRAND","SALES_PARTNER_DIRECTORY_CONNECT","SALES_PARTNER_ENTERPRISE_ONBOARDING","SALES_PARTNER_INVOICE_CHANGED","SALES_PARTNER_INVOICE_PAYMENT_INFORMATION_CHANGED","SALES_PARTNER_ONE_AND_ONE_AUTHENTICATION","SALES_PARTNER_ONE_AND_ONE_CONTRACT_INFORMATION","SALES_PARTNER_PASSWORD_RESET","SALES_PARTNER_PAYMENT_METHOD_RESET","SALES_PARTNER_PAY_INVOICE","SALES_PARTNER_REPRESENTATIVE_UPDATE","SALES_PARTNER_SIGNUP","SALES_PARTNER_STATUS_CHANGED","SALES_PARTNER_TYPE_CHANGED","SALES_PARTNER_UPDATED","SALES_REPRESENTATIVE_UPDATE","SEARCH_DATA_RECHECK_LINK_SHARED","USER_ACTIVATION_EMAIL_SENT","USER_DASHBOARD_EXPORT_COMPLETE","USER_DIGEST_EMAIL_SENT","USER_FINISH_VERIFICATION_GOOGLE_EMAIL_SENT","USER_INVITATION","USER_INVITATION_EMAIL_SENT","USER_INVOICE_INVITATION","USER_MODIFY_EMAIL_SETTING","USER_NOTIFICATION_EMAIL_SENT","USER_PASSWORD_RESET","USER_PENDING_APPROVAL_REPLY_NOTIFICATION_EMAIL_SENT","USER_READ_DATA_POINT","USER_START_VERIFICATION_GOOGLE_EMAIL_SENT","USER_STATUS_CHANGED","USER_TIER1_EMAIL_DELIVERY","USER_TIER2_EMAIL_DELIVERY","USER_TIER3_EMAIL_DELIVERY","USER_TIER1_EMAIL_SENT","USER_TIER2_EMAIL_SENT","USER_TIER3_EMAIL_SENT","USER_UNREAD_DATA_POINT","USER_UNREAD_REVIEW_NOTIFICATION_EMAIL_SENT","USER_UPDATED","USER_SOCIAL_POST_PENDING_APPROVAL_EMAIL_SENT","WIDGET_CONFIG_CREATED","WIDGET_CONFIG_DELETED","WIDGET_CONFIG_PUBLISHED","SOCIAL_POST_PENDING_APPROVAL"]}},"description":"Webhook Model"}}}},"components/schemas/WhitelabelInformation":{"id":"components/schemas/WhitelabelInformation","kind":"json-schema","title":"WhitelabelInformation","data":{"type":"object","properties":{"id":{"type":"integer","description":"id","format":"int64"},"name":{"type":"string","description":"Name of white-label information"},"identifier":{"type":"string","description":"Url path of the white-label information"}},"description":"Whitelabel Information Model"}},"components/schemas/needsReview":{"id":"components/schemas/needsReview","kind":"json-schema","title":"needsReview","data":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"components/schemas/Address":{"id":"components/schemas/Address","kind":"json-schema","title":"Address","data":{"required":["streetAndNo"],"type":"object","properties":{"streetAndNo":{"type":"string","description":"street and street number of the location"},"addressExtra":{"type":"string","description":"address extra of the location","nullable":true},"zip":{"type":"string","description":"zip code of the location","nullable":true},"city":{"type":"string","description":"city of the location","nullable":true},"country":{"type":"string","description":"country in two letter code","nullable":true},"province":{"type":"string","description":"province of the location"},"lat":{"type":"number","description":"latitude","format":"double"},"lng":{"type":"number","description":"longitude","format":"double"}},"description":"Location address"}},"components/schemas/FieldStatus":{"id":"components/schemas/FieldStatus","kind":"json-schema","title":"FieldStatus","data":{"type":"string","description":"Status of fields on online directories, whether the values found there match our reference","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE","TO_BE_CHECKED","TECHNICAL_PROBLEMS"]}},"components/schemas/ListingsDetails":{"id":"components/schemas/ListingsDetails","kind":"json-schema","title":"ListingsDetails","data":{"type":"object","properties":{"listingsData":{"type":"array","description":"","items":{"required":["address","addressStatus","nameStatus","openingHoursStatus","phoneStatus","photosStatus","websiteStatus"],"type":"object","properties":{"listingUrl":{"type":"string","description":"url of online listing"},"syncStatus":{"type":"string","description":"","enum":["IN_SYNC","NOT_IN_SYNC","NOT_FOUND","TECHNICAL_PROBLEMS","NOT_SUPPORTED","NO_ONLINE_LISTING","UNKNOWN"]},"directoryType":{"type":"string","description":"directory of the online listing"},"name":{"type":"string","description":"Name of online listing","nullable":true},"nameStatus":{"type":"string","description":"","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE","TO_BE_CHECKED","TECHNICAL_PROBLEMS"]},"phone":{"type":"string","description":"Phone number of online listing","nullable":true},"phoneStatus":{"type":"string","description":"","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE","TO_BE_CHECKED","TECHNICAL_PROBLEMS"]},"website":{"type":"string","description":"Website of online listing","nullable":true},"websiteStatus":{"type":"string","description":"","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE","TO_BE_CHECKED","TECHNICAL_PROBLEMS"]},"address":{"required":["streetAndNo"],"type":"object","properties":{"streetAndNo":{"type":"string","description":"street and street number of the location"},"addressExtra":{"type":"string","description":"address extra of the location","nullable":true},"zip":{"type":"string","description":"zip code of the location","nullable":true},"city":{"type":"string","description":"city of the location","nullable":true},"country":{"type":"string","description":"country in two letter code","nullable":true},"province":{"type":"string","description":"province of the location"},"lat":{"type":"number","description":"latitude","format":"double"},"lng":{"type":"number","description":"longitude","format":"double"}},"description":""},"addressStatus":{"type":"string","description":"","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE","TO_BE_CHECKED","TECHNICAL_PROBLEMS"]},"openingHoursStatus":{"type":"string","description":"","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE","TO_BE_CHECKED","TECHNICAL_PROBLEMS"]},"photosStatus":{"type":"string","description":"","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE","TO_BE_CHECKED","TECHNICAL_PROBLEMS"]},"rating":{"type":"number","description":"Rating of online listing","format":"double","nullable":true},"ratingIndustry":{"type":"number","description":"Rating of online listing","format":"double","nullable":true},"numberOfRatings":{"type":"integer","description":"Number of ratings of online listing","format":"int32","nullable":true},"numberOfRatingsIndustry":{"type":"integer","description":"Number of ratings of online listing","format":"int32","nullable":true}},"description":"Details about one online listing"}},"listingsDetailsStatus":{"type":"object","description":""}},"description":"Details about the online listings"}},"components/schemas/LocationAccuracy":{"id":"components/schemas/LocationAccuracy","kind":"json-schema","title":"LocationAccuracy","data":{"type":"object","properties":{"website":{"type":"object","additionalProperties":true,"description":"count and list of directories where website is missing and present"},"phone":{"type":"object","additionalProperties":true,"description":"count and list of directories where phone is missing and present"},"openingHours":{"type":"object","additionalProperties":true,"description":"count and list of directories where opening hours are missing and present"},"photos":{"type":"object","additionalProperties":true,"description":"count and list of directories where photos are missing and present"},"address":{"type":"object","additionalProperties":true,"description":"count and list of directories where address is missing, matching or present"},"name":{"type":"object","additionalProperties":true,"description":"count and list of directories where name is missing, matching or present"},"missingListings":{"type":"object","additionalProperties":true,"description":"statistics of listings we could not find"},"inaccurateListings":{"type":"object","additionalProperties":true,"description":"statistics of listings where data is inaccurate"},"correctListings":{"type":"object","additionalProperties":true,"description":"statistics of listings where data is matching"},"googleRating":{"type":"number","description":"rating taken from google","format":"double"},"locationAccuracyStatus":{"type":"string","description":"","enum":["IN_PROGRESS","FINISHED","FAILED"]}},"description":"Status of fields in the online listings"}},"components/schemas/NearMeCheckStatus":{"id":"components/schemas/NearMeCheckStatus","kind":"json-schema","title":"NearMeCheckStatus","data":{"type":"string","description":"Status of Near-Me-Check Job","enum":["IN_PROGRESS","FINISHED","FAILED"]}},"components/schemas/ReportCommand":{"id":"components/schemas/ReportCommand","kind":"json-schema","title":"ReportCommand","data":{"required":["categoryId","country","name","streetAndNo"],"type":"object","properties":{"categoryId":{"type":"string","description":"id of the Uberall category"},"country":{"type":"string","description":"country in two letter code"},"name":{"type":"string","description":"name of the location"},"streetAndNo":{"type":"string","description":"street and street number of the location"},"zip":{"type":"string","description":"zip code of the location","nullable":true},"city":{"type":"string","description":"city of the location","nullable":true},"lat":{"type":"number","description":"latitude","format":"double","nullable":true},"lng":{"type":"number","description":"longitude","format":"double","nullable":true},"province":{"type":"string","description":"province of the location","nullable":true}},"description":"Command used to validate the input"}},"components/schemas/ReportResponse":{"id":"components/schemas/ReportResponse","kind":"json-schema","title":"ReportResponse","data":{"type":"object","properties":{"id":{"type":"integer","description":"id, used in GET requests","format":"int64"},"address":{"required":["streetAndNo"],"type":"object","properties":{"streetAndNo":{"type":"string","description":"street and street number of the location"},"addressExtra":{"type":"string","description":"address extra of the location","nullable":true},"zip":{"type":"string","description":"zip code of the location","nullable":true},"city":{"type":"string","description":"city of the location","nullable":true},"country":{"type":"string","description":"country in two letter code","nullable":true},"province":{"type":"string","description":"province of the location"},"lat":{"type":"number","description":"latitude","format":"double"},"lng":{"type":"number","description":"longitude","format":"double"}},"description":""},"categoryId":{"type":"integer","description":"Uberall category id","format":"int64"},"token":{"type":"string","description":"randomly created token, used in GET requests"},"alreadyManagedId":{"type":"integer","description":"id of already managed Uberall location","format":"int64"},"name":{"type":"string","description":"location name"},"website":{"type":"string","description":"location website"},"phone":{"type":"string","description":"location phone"},"dateCreated":{"pattern":"MM/dd/yyyy HH:mm:ss","type":"string","description":"date created","format":"date-time"},"locationAccuracy":{"type":"object","properties":{"website":{"type":"object","additionalProperties":true,"description":"count and list of directories where website is missing and present"},"phone":{"type":"object","additionalProperties":true,"description":"count and list of directories where phone is missing and present"},"openingHours":{"type":"object","additionalProperties":true,"description":"count and list of directories where opening hours are missing and present"},"photos":{"type":"object","additionalProperties":true,"description":"count and list of directories where photos are missing and present"},"address":{"type":"object","additionalProperties":true,"description":"count and list of directories where address is missing, matching or present"},"name":{"type":"object","additionalProperties":true,"description":"count and list of directories where name is missing, matching or present"},"missingListings":{"type":"object","additionalProperties":true,"description":"statistics of listings we could not find"},"inaccurateListings":{"type":"object","additionalProperties":true,"description":"statistics of listings where data is inaccurate"},"correctListings":{"type":"object","additionalProperties":true,"description":"statistics of listings where data is matching"},"googleRating":{"type":"number","description":"rating taken from google","format":"double"},"locationAccuracyStatus":{"type":"string","description":"","enum":["IN_PROGRESS","FINISHED","FAILED"]}},"description":""},"listingsDetails":{"type":"object","properties":{"listingsData":{"type":"array","description":"","items":{"required":["address","addressStatus","nameStatus","openingHoursStatus","phoneStatus","photosStatus","websiteStatus"],"type":"object","properties":{"listingUrl":{"type":"string","description":"url of online listing"},"syncStatus":{"type":"string","description":"","enum":["IN_SYNC","NOT_IN_SYNC","NOT_FOUND","TECHNICAL_PROBLEMS","NOT_SUPPORTED","NO_ONLINE_LISTING","UNKNOWN"]},"directoryType":{"type":"string","description":"directory of the online listing"},"name":{"type":"string","description":"Name of online listing","nullable":true},"nameStatus":{"type":"string","description":"","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE","TO_BE_CHECKED","TECHNICAL_PROBLEMS"]},"phone":{"type":"string","description":"Phone number of online listing","nullable":true},"phoneStatus":{"type":"string","description":"","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE","TO_BE_CHECKED","TECHNICAL_PROBLEMS"]},"website":{"type":"string","description":"Website of online listing","nullable":true},"websiteStatus":{"type":"string","description":"","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE","TO_BE_CHECKED","TECHNICAL_PROBLEMS"]},"address":{"required":["streetAndNo"],"type":"object","properties":{"streetAndNo":{"type":"string","description":"street and street number of the location"},"addressExtra":{"type":"string","description":"address extra of the location","nullable":true},"zip":{"type":"string","description":"zip code of the location","nullable":true},"city":{"type":"string","description":"city of the location","nullable":true},"country":{"type":"string","description":"country in two letter code","nullable":true},"province":{"type":"string","description":"province of the location"},"lat":{"type":"number","description":"latitude","format":"double"},"lng":{"type":"number","description":"longitude","format":"double"}},"description":""},"addressStatus":{"type":"string","description":"","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE","TO_BE_CHECKED","TECHNICAL_PROBLEMS"]},"openingHoursStatus":{"type":"string","description":"","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE","TO_BE_CHECKED","TECHNICAL_PROBLEMS"]},"photosStatus":{"type":"string","description":"","enum":["MATCH","MISMATCH","PRESENT","MISSING","NOT_APPLICABLE","TO_BE_CHECKED","TECHNICAL_PROBLEMS"]},"rating":{"type":"number","description":"Rating of online listing","format":"double","nullable":true},"ratingIndustry":{"type":"number","description":"Rating of online listing","format":"double","nullable":true},"numberOfRatings":{"type":"integer","description":"Number of ratings of online listing","format":"int32","nullable":true},"numberOfRatingsIndustry":{"type":"integer","description":"Number of ratings of online listing","format":"int32","nullable":true}},"description":"Details about one online listing"}},"listingsDetailsStatus":{"type":"object","description":""}},"description":""},"benchmarkGeography":{"type":"string","description":"the chosen geography for benchmark (ex. zip, city, province)"},"benchmarkCategory":{"type":"integer","description":"the chosen category for benchmark","format":"int64"},"uncheckedDirectories":{"type":"array","description":"list of unchecked directories","items":{"type":"string","description":""}}},"description":"Representation of the report"}},"components/schemas/SyncStatus":{"id":"components/schemas/SyncStatus","kind":"json-schema","title":"SyncStatus","data":{"type":"string","description":"status of online listing with reference to our data","enum":["IN_SYNC","NOT_IN_SYNC","NOT_FOUND","TECHNICAL_PROBLEMS","NOT_SUPPORTED","NO_ONLINE_LISTING","UNKNOWN"]}},"components/schemas/GenerateContentRequest":{"id":"components/schemas/GenerateContentRequest","kind":"json-schema","title":"GenerateContentRequest","data":{"required":["businessIds","businessPageIds","directories","labels","listingPageIds","locationGroupIds","locationIds","prompt"],"type":"object","properties":{"prompt":{"type":"string","description":"Prompt for the AI to generate content"},"campaignId":{"type":"integer","description":"Campaign ID to which the content will be generated","format":"int64"},"businessIds":{"type":"array","description":"List of business IDs to filter the previous social post content","items":{"type":"integer","description":"List of business IDs to filter the previous social post content","format":"int64"}},"locationIds":{"type":"array","description":"List of location IDs to filter the previous social post content","items":{"type":"integer","description":"List of location IDs to filter the previous social post content","format":"int64"}},"listingPageIds":{"type":"array","description":"List of listing page IDs to filter the previous social post content","items":{"type":"integer","description":"List of listing page IDs to filter the previous social post content","format":"int64"}},"businessPageIds":{"type":"array","description":"List of business page IDs to filter the previous social post content","items":{"type":"integer","description":"List of business page IDs to filter the previous social post content","format":"int64"}},"labels":{"type":"array","description":"List of labels to filter the previous social post content","items":{"type":"string","description":"List of labels to filter the previous social post content"}},"locationGroupIds":{"type":"array","description":"List of location group IDs to filter the previous social post content","items":{"type":"integer","description":"List of location group IDs to filter the previous social post content","format":"int64"}},"directories":{"type":"array","description":"List of directories to filter the previous social post content","items":{"type":"string","description":"List of directories to filter the previous social post content"}},"type":{"type":"string","description":"Type of Social Post to filter the previous social post content"},"descriptionMaxLength":{"type":"integer","description":"Description max length","format":"int32"},"titleMaxLength":{"type":"integer","description":"Title max length","format":"int32"}},"description":"Request body containing content generation details"}},"components/schemas/GenerateContentResponse":{"id":"components/schemas/GenerateContentResponse","kind":"json-schema","title":"GenerateContentResponse","data":{"required":["description","language","prompt","title"],"type":"object","properties":{"prompt":{"type":"string","description":"Prompt used in the requests"},"description":{"type":"string","description":"Social Post description generated by the AI"},"title":{"type":"string","description":"Social Post title generated by the AI"},"language":{"type":"string","description":"Language detected in the generated content"}},"description":"Response body containing the generated content"}},"components/schemas/AssetResponse":{"id":"components/schemas/AssetResponse","kind":"json-schema","title":"AssetResponse","data":{"required":["authorId","businessIds","dateCreated","dateUpdated","excludedLocationIds","id","locationGroupIds","locationIds","name","startDate","status","templateId","type"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"dateCreated":{"type":"string","format":"date-time"},"dateUpdated":{"type":"string","format":"date-time"},"type":{"type":"string","enum":["SOCIAL_POST_TEMPLATE"]},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string","enum":["HIDDEN","VISIBLE"]},"authorId":{"type":"integer","format":"int64"},"folderId":{"type":"integer","format":"int64","nullable":true},"templateId":{"type":"integer","format":"int64"},"locationIds":{"type":"array","items":{"type":"integer","format":"int64"}},"businessIds":{"type":"array","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","items":{"type":"integer","format":"int64"}},"locationGroupIds":{"type":"array","items":{"type":"integer","format":"int64"}}}}},"components/schemas/Author":{"id":"components/schemas/Author","kind":"json-schema","title":"Author","data":{"required":["firstname","id","lastname"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"firstname":{"type":"string"},"lastname":{"type":"string"}}}},"components/schemas/BaseAsset.Status":{"id":"components/schemas/BaseAsset.Status","kind":"json-schema","title":"BaseAsset.Status","data":{"type":"string","enum":["HIDDEN","VISIBLE"]}},"components/schemas/BaseAsset.Type":{"id":"components/schemas/BaseAsset.Type","kind":"json-schema","title":"BaseAsset.Type","data":{"type":"string","enum":["SOCIAL_POST_TEMPLATE"]}},"components/schemas/CreateFolderRequest":{"id":"components/schemas/CreateFolderRequest","kind":"json-schema","title":"CreateFolderRequest","data":{"required":["name","status","type"],"type":"object","properties":{"name":{"maxLength":60,"minLength":1,"type":"string"},"description":{"maxLength":250,"type":"string","nullable":true},"type":{"type":"string","enum":["SOCIAL_POST_TEMPLATE"]},"status":{"type":"string","enum":["HIDDEN","VISIBLE"]}}}},"components/schemas/EnrichedAssetResponse":{"id":"components/schemas/EnrichedAssetResponse","kind":"json-schema","title":"EnrichedAssetResponse","data":{"required":["dateCreated","dateUpdated","id","name","startDate","status","template","type","usageCount"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"dateCreated":{"type":"string","format":"date-time"},"dateUpdated":{"type":"string","format":"date-time"},"type":{"type":"string","enum":["SOCIAL_POST_TEMPLATE"]},"locationIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"businessIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"locationGroupIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string","enum":["HIDDEN","VISIBLE"]},"folderId":{"type":"integer","format":"int64","nullable":true},"template":{"required":["id"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"isStoreLocator":{"type":"boolean","nullable":true},"postType":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"author":{"required":["firstname","id","lastname"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"firstname":{"type":"string"},"lastname":{"type":"string"}}},"directories":{"type":"array","nullable":true,"items":{"type":"string"}},"photos":{"type":"array","nullable":true,"items":{"type":"string"}},"photoList":{"type":"array","nullable":true,"items":{"required":["photo"],"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string","nullable":true},"redirectUrl":{"type":"string","nullable":true}}}},"callToActions":{"type":"array","nullable":true,"items":{"type":"object","properties":{"type":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"directory":{"type":"string","nullable":true}}}},"videos":{"type":"array","nullable":true,"items":{"type":"string"}},"tiktokInteractionSettings":{"type":"object","properties":{"allowComment":{"type":"boolean","nullable":true},"allowDuet":{"type":"boolean","nullable":true},"allowStitch":{"type":"boolean","nullable":true}}}}},"usageCount":{"type":"integer","format":"int32"}}}},"components/schemas/Folder.Status":{"id":"components/schemas/Folder.Status","kind":"json-schema","title":"Folder.Status","data":{"type":"string","enum":["HIDDEN","VISIBLE"]}},"components/schemas/Folder.Type":{"id":"components/schemas/Folder.Type","kind":"json-schema","title":"Folder.Type","data":{"type":"string","enum":["SOCIAL_POST_TEMPLATE"]}},"components/schemas/FolderResponse":{"id":"components/schemas/FolderResponse","kind":"json-schema","title":"FolderResponse","data":{"required":["authorId","dateCreated","dateUpdated","id","name","numTotalAssets","numVisibleAssets","status","type"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"dateCreated":{"type":"string","format":"date-time"},"dateUpdated":{"type":"string","format":"date-time"},"status":{"type":"string","enum":["HIDDEN","VISIBLE"]},"type":{"type":"string","enum":["SOCIAL_POST_TEMPLATE"]},"authorId":{"type":"integer","format":"int64"},"numVisibleAssets":{"type":"integer","format":"int64"},"numTotalAssets":{"type":"integer","format":"int64"}}}},"components/schemas/ListEnrichedAssetResponse":{"id":"components/schemas/ListEnrichedAssetResponse","kind":"json-schema","title":"ListEnrichedAssetResponse","data":{"required":["assets","page","size","totalSize"],"type":"object","properties":{"assets":{"type":"array","items":{"required":["dateCreated","dateUpdated","id","name","startDate","status","template","type","usageCount"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"dateCreated":{"type":"string","format":"date-time"},"dateUpdated":{"type":"string","format":"date-time"},"type":{"type":"string","enum":["SOCIAL_POST_TEMPLATE"]},"locationIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"businessIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"locationGroupIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time","nullable":true},"status":{"type":"string","enum":["HIDDEN","VISIBLE"]},"folderId":{"type":"integer","format":"int64","nullable":true},"template":{"required":["id"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"isStoreLocator":{"type":"boolean","nullable":true},"postType":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"author":{"required":["firstname","id","lastname"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"firstname":{"type":"string"},"lastname":{"type":"string"}}},"directories":{"type":"array","nullable":true,"items":{"type":"string"}},"photos":{"type":"array","nullable":true,"items":{"type":"string"}},"photoList":{"type":"array","nullable":true,"items":{"required":["photo"],"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string","nullable":true},"redirectUrl":{"type":"string","nullable":true}}}},"callToActions":{"type":"array","nullable":true,"items":{"type":"object","properties":{"type":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"directory":{"type":"string","nullable":true}}}},"videos":{"type":"array","nullable":true,"items":{"type":"string"}},"tiktokInteractionSettings":{"type":"object","properties":{"allowComment":{"type":"boolean","nullable":true},"allowDuet":{"type":"boolean","nullable":true},"allowStitch":{"type":"boolean","nullable":true}}}}},"usageCount":{"type":"integer","format":"int32"}}}},"size":{"type":"integer","format":"int32"},"page":{"type":"integer","format":"int32"},"totalSize":{"type":"integer","format":"int64"}}}},"components/schemas/ListFolderResponse":{"id":"components/schemas/ListFolderResponse","kind":"json-schema","title":"ListFolderResponse","data":{"required":["folders"],"type":"object","properties":{"folders":{"type":"array","items":{"required":["authorId","dateCreated","dateUpdated","id","name","numTotalAssets","numVisibleAssets","status","type"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"dateCreated":{"type":"string","format":"date-time"},"dateUpdated":{"type":"string","format":"date-time"},"status":{"type":"string","enum":["HIDDEN","VISIBLE"]},"type":{"type":"string","enum":["SOCIAL_POST_TEMPLATE"]},"authorId":{"type":"integer","format":"int64"},"numVisibleAssets":{"type":"integer","format":"int64"},"numTotalAssets":{"type":"integer","format":"int64"}}}}}}},"components/schemas/Photo":{"id":"components/schemas/Photo","kind":"json-schema","title":"Photo","data":{"required":["photo"],"type":"object","properties":{"photo":{"type":"string"},"description":{"type":"string","nullable":true},"redirectUrl":{"type":"string","nullable":true}}}},"components/schemas/TikTokInteractionSettings":{"id":"components/schemas/TikTokInteractionSettings","kind":"json-schema","title":"TikTokInteractionSettings","data":{"type":"object","properties":{"allowComment":{"type":"boolean","nullable":true},"allowDuet":{"type":"boolean","nullable":true},"allowStitch":{"type":"boolean","nullable":true}}}},"components/schemas/UpdateAssetRequest":{"id":"components/schemas/UpdateAssetRequest","kind":"json-schema","title":"UpdateAssetRequest","data":{"required":["allManagedResources"],"type":"object","properties":{"name":{"maxLength":250,"minLength":1,"type":"string","nullable":true},"description":{"maxLength":4096,"type":"string","nullable":true},"status":{"type":"string","enum":["HIDDEN","VISIBLE"]},"startDate":{"type":"string","format":"date-time","nullable":true},"endDate":{"type":"string","format":"date-time","nullable":true},"allManagedResources":{"type":"boolean"},"labels":{"type":"array","nullable":true,"items":{"type":"string"}},"businessIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"locationIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"locationGroupIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"folderId":{"type":"integer","format":"int64","nullable":true}}}},"components/schemas/UpdateFolderRequest":{"id":"components/schemas/UpdateFolderRequest","kind":"json-schema","title":"UpdateFolderRequest","data":{"type":"object","properties":{"name":{"maxLength":60,"minLength":1,"type":"string","nullable":true},"description":{"maxLength":250,"type":"string","nullable":true},"status":{"type":"string","enum":["HIDDEN","VISIBLE"]}}}},"components/schemas/BenchmarkScoreDto":{"id":"components/schemas/BenchmarkScoreDto","kind":"json-schema","title":"BenchmarkScoreDto","data":{"type":"object","properties":{"categoryId":{"type":"integer","description":"Category identifier","format":"int64","nullable":true,"example":12345},"score":{"type":"integer","description":"Benchmark score value","format":"int64","nullable":true,"example":78}},"description":"Benchmark score for a single category"}},"components/schemas/ConnectionStatus":{"id":"components/schemas/ConnectionStatus","kind":"json-schema","title":"ConnectionStatus","data":{"type":"string","enum":["CONNECTED","PARTIALLY_CONNECTED","NOT_CONNECTED"]}},"components/schemas/DismissSuggestionResponse":{"id":"components/schemas/DismissSuggestionResponse","kind":"json-schema","title":"DismissSuggestionResponse","data":{"required":["type"],"type":"object","properties":{"type":{"type":"string","description":"Type of the dismissed suggestion","enum":["UPLOAD_VIDEO","CONNECT_FACEBOOK_BUSINESS","APPLE_BUSINESS_CONNECT","ENABLE_MESSAGES","ENABLE_FACEBOOK_MESSENGER","ENABLE_CONTACT_FORM","CONNECT_INSTAGRAM_BUSINESS","CREATE_FIRST_LOCATOR","ADD_CONTENT_COLLECTION","ASSIGN_LABELS_TO_LOCATION","CREATE_INSTAGRAM_REEL","CREATE_FACEBOOK_CAROUSEL_POST","ACTIVATE_CHATBOT","CONFIGURE_LIVE_AGENT_AVAILABILITY","ENABLE_WEBCHAT","ADD_KNOWLEDGEBASE","CREATE_SHOWCASE_FOR_ABC","ENABLE_POSTING_REQUESTS","ENABLE_REVIEW_REQUEST","CREATE_USER_GROUP","FILL_META_TAGS_FOR_LOCATOR","ADD_CTA_TO_LOCATOR","CREATE_SOCIAL_TEMPLATE","INVITE_MORE_USERS","ACTIVATE_TWO_FACETOR_AUTH"]}},"description":"Response confirming a suggestion has been dismissed"}},"components/schemas/DismissTaskResponse":{"id":"components/schemas/DismissTaskResponse","kind":"json-schema","title":"DismissTaskResponse","data":{"required":["type"],"type":"object","properties":{"type":{"type":"string","description":"Type of the dismissed task","enum":["ADD_REQUIRED_FIELDS_TO_RESUME_SYNC","CLAIM_LISTING_FOR_LOCATION","CREATE_NEW_POST","ENABLE_EMAIL_NEW_MESSAGES","ENABLE_EMAIL_NEW_FORMS","ENABLE_EMAIL_NEW_POSTING_APPROVAL","ENABLE_EMAIL_NEW_REVIEW_REPLY_APPROVAL","ENABLE_EMAIL_DIGEST","FILL_MISSING_REQUIRED_FIELDS","FILL_MISSING_BASIC_FIELDS","FILL_MISSING_BONUS_FIELDS","FILL_MISSING_ADVANCED_FIELDS","REPLY_NEGATIVE_REVIEWS","REPLY_POSITIVE_REVIEWS","REPLY_STAR_ONLY_REVIEWS","START_SYNCING","SYNC_LOCATIONS","UPDATE_SPECIAL_OPENING_HOURS","GRANT_APPROVAL_NEW_REVIEW_REPLY","REVIEW_LOCATION_SYNC","RESPOND_TO_UNREPLIED_CONVERSATIONS","REVIEW_UNREAD_CONTACT_FORMS","GRANT_APPROVAL_NEW_POSTING","CONNECT_FACEBOOK","CONNECT_GOOGLE","CONNECT_INSTAGRAM","CONNECT_TRUSTPILOT","CONNECT_YELP","REPLY_QA","REVIEW_SUGGESTIONS_ON_LOCATIONS","READ_SOCIAL_COMMENTS","VERIFY_GOOGLE_LISTING","UPLOAD_FIRST_VIDEO","UPLOAD_PHOTO_EVERY_30_DAYS","UPLOAD_VIDEO_EVERY_90_DAYS","ADD_MISSING_ATTRIBUTES_30_PERCENT","ADD_SOCIAL_MEDIA_PROFILES","ADD_ACTION_LINKS","ADD_TEXTING_NUMBER","FILL_MISSING_FIELDS_NAME","FILL_MISSING_FIELDS_STREET","FILL_MISSING_FIELDS_STREET_NO","FILL_MISSING_FIELDS_ZIP","FILL_MISSING_FIELDS_PHONE","FILL_MISSING_FIELDS_CATEGORIES","FILL_MISSING_FIELDS_COUNTRY","FILL_MISSING_FIELDS_DESCRIPTION_SHORT","FILL_MISSING_FIELDS_DESCRIPTION_LONG","FILL_MISSING_FIELDS_OPENINGHOURS","FILL_MISSING_FIELDS_ATTRIBUTES","FILL_MISSING_FIELDS_PHOTOS","FILL_MISSING_FIELDS_WEBSITE","FILL_MISSING_FIELDS_EMAIL","FILL_MISSING_FIELDS_KEYWORDS","FILL_MISSING_FIELDS_SERVICES","ADD_FIELD_NAME_TO_RESUME_SYNC","ADD_FIELD_STREET_NO_TO_RESUME_SYNC","ADD_FIELD_STREET_TO_RESUME_SYNC","ADD_FIELD_PROVINCE_TO_RESUME_SYNC","ADD_FIELD_ZIP_TO_RESUME_SYNC","ADD_FIELD_CITY_TO_RESUME_SYNC","ADD_FIELD_COUNTRY_TO_RESUME_SYNC","ADD_FIELD_LATITUDE_TO_RESUME_SYNC","ADD_FIELD_LONGITUDE_TO_RESUME_SYNC","ADD_FIELD_CATEGORIES_TO_RESUME_SYNC","ADD_FIELD_PHONE_TO_RESUME_SYNC","ADD_FIELD_EV_DATA_TO_RESUME_SYNC","CREATE_LOCATOR"]},"locationId":{"type":"integer","description":"Location identifier associated with the dismissed task","format":"int64","nullable":true,"example":12345},"directory":{"type":"string","description":"Directory associated with the dismissed task","nullable":true,"example":"google"}},"description":"Response confirming a task has been dismissed"}},"components/schemas/GetSuggestionsResponse":{"id":"components/schemas/GetSuggestionsResponse","kind":"json-schema","title":"GetSuggestionsResponse","data":{"required":["suggestions"],"type":"object","properties":{"suggestions":{"type":"array","description":"List of suggestions","items":{"required":["link","priority","product","type"],"type":"object","properties":{"priority":{"type":"string","description":"Priority level of the suggestion","enum":["HIGH","MEDIUM","LOW"]},"product":{"type":"string","description":"Product area the suggestion relates to","example":"listingHealth"},"type":{"type":"string","description":"Type of suggestion","enum":["UPLOAD_VIDEO","CONNECT_FACEBOOK_BUSINESS","APPLE_BUSINESS_CONNECT","ENABLE_MESSAGES","ENABLE_FACEBOOK_MESSENGER","ENABLE_CONTACT_FORM","CONNECT_INSTAGRAM_BUSINESS","CREATE_FIRST_LOCATOR","ADD_CONTENT_COLLECTION","ASSIGN_LABELS_TO_LOCATION","CREATE_INSTAGRAM_REEL","CREATE_FACEBOOK_CAROUSEL_POST","ACTIVATE_CHATBOT","CONFIGURE_LIVE_AGENT_AVAILABILITY","ENABLE_WEBCHAT","ADD_KNOWLEDGEBASE","CREATE_SHOWCASE_FOR_ABC","ENABLE_POSTING_REQUESTS","ENABLE_REVIEW_REQUEST","CREATE_USER_GROUP","FILL_META_TAGS_FOR_LOCATOR","ADD_CTA_TO_LOCATOR","CREATE_SOCIAL_TEMPLATE","INVITE_MORE_USERS","ACTIVATE_TWO_FACETOR_AUTH"]},"link":{"type":"string","description":"Deep link URL to resolve the suggestion","example":"/listings/health"}},"description":"A single actionable suggestion for improving location performance"}},"page":{"type":"integer","description":"Current page number","format":"int32","example":0},"pageSize":{"type":"integer","description":"Number of items per page","format":"int32","example":10},"size":{"type":"integer","description":"Number of items in the current page","format":"int32","example":10},"totalCount":{"type":"integer","description":"Total number of suggestions","format":"int64","example":25}},"description":"Paginated response containing actionable suggestions for improving location performance"}},"components/schemas/GetTaskLocationIdsResponse":{"id":"components/schemas/GetTaskLocationIdsResponse","kind":"json-schema","title":"GetTaskLocationIdsResponse","data":{"required":["locationIds"],"type":"object","properties":{"locationIds":{"type":"array","description":"List of location IDs that have the specified task","items":{"type":"integer","format":"int64"}}},"description":"Response containing all location IDs for a given task type"}},"components/schemas/GetTasksResponse":{"id":"components/schemas/GetTasksResponse","kind":"json-schema","title":"GetTasksResponse","data":{"required":["tasks"],"type":"object","properties":{"tasks":{"type":"array","description":"List of tasks","items":{"required":["link","parameters","priority","product","type"],"type":"object","properties":{"type":{"type":"string","description":"Type of the task","enum":["ADD_REQUIRED_FIELDS_TO_RESUME_SYNC","CLAIM_LISTING_FOR_LOCATION","CREATE_NEW_POST","ENABLE_EMAIL_NEW_MESSAGES","ENABLE_EMAIL_NEW_FORMS","ENABLE_EMAIL_NEW_POSTING_APPROVAL","ENABLE_EMAIL_NEW_REVIEW_REPLY_APPROVAL","ENABLE_EMAIL_DIGEST","FILL_MISSING_REQUIRED_FIELDS","FILL_MISSING_BASIC_FIELDS","FILL_MISSING_BONUS_FIELDS","FILL_MISSING_ADVANCED_FIELDS","REPLY_NEGATIVE_REVIEWS","REPLY_POSITIVE_REVIEWS","REPLY_STAR_ONLY_REVIEWS","START_SYNCING","SYNC_LOCATIONS","UPDATE_SPECIAL_OPENING_HOURS","GRANT_APPROVAL_NEW_REVIEW_REPLY","REVIEW_LOCATION_SYNC","RESPOND_TO_UNREPLIED_CONVERSATIONS","REVIEW_UNREAD_CONTACT_FORMS","GRANT_APPROVAL_NEW_POSTING","CONNECT_FACEBOOK","CONNECT_GOOGLE","CONNECT_INSTAGRAM","CONNECT_TRUSTPILOT","CONNECT_YELP","REPLY_QA","REVIEW_SUGGESTIONS_ON_LOCATIONS","READ_SOCIAL_COMMENTS","VERIFY_GOOGLE_LISTING","UPLOAD_FIRST_VIDEO","UPLOAD_PHOTO_EVERY_30_DAYS","UPLOAD_VIDEO_EVERY_90_DAYS","ADD_MISSING_ATTRIBUTES_30_PERCENT","ADD_SOCIAL_MEDIA_PROFILES","ADD_ACTION_LINKS","ADD_TEXTING_NUMBER","FILL_MISSING_FIELDS_NAME","FILL_MISSING_FIELDS_STREET","FILL_MISSING_FIELDS_STREET_NO","FILL_MISSING_FIELDS_ZIP","FILL_MISSING_FIELDS_PHONE","FILL_MISSING_FIELDS_CATEGORIES","FILL_MISSING_FIELDS_COUNTRY","FILL_MISSING_FIELDS_DESCRIPTION_SHORT","FILL_MISSING_FIELDS_DESCRIPTION_LONG","FILL_MISSING_FIELDS_OPENINGHOURS","FILL_MISSING_FIELDS_ATTRIBUTES","FILL_MISSING_FIELDS_PHOTOS","FILL_MISSING_FIELDS_WEBSITE","FILL_MISSING_FIELDS_EMAIL","FILL_MISSING_FIELDS_KEYWORDS","FILL_MISSING_FIELDS_SERVICES","ADD_FIELD_NAME_TO_RESUME_SYNC","ADD_FIELD_STREET_NO_TO_RESUME_SYNC","ADD_FIELD_STREET_TO_RESUME_SYNC","ADD_FIELD_PROVINCE_TO_RESUME_SYNC","ADD_FIELD_ZIP_TO_RESUME_SYNC","ADD_FIELD_CITY_TO_RESUME_SYNC","ADD_FIELD_COUNTRY_TO_RESUME_SYNC","ADD_FIELD_LATITUDE_TO_RESUME_SYNC","ADD_FIELD_LONGITUDE_TO_RESUME_SYNC","ADD_FIELD_CATEGORIES_TO_RESUME_SYNC","ADD_FIELD_PHONE_TO_RESUME_SYNC","ADD_FIELD_EV_DATA_TO_RESUME_SYNC","CREATE_LOCATOR"]},"parameters":{"type":"object","properties":{"total":{"type":"object","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Total count of locations related to the task. Returns an integer when ≤ 100, or the string \"100+\" when count exceeds 100."},"children":[]}]}]}],"nullable":true,"example":"3"},"address":{"type":"string","description":"Address of the location","nullable":true,"example":"123 Main St, Berlin"},"directory":{"type":"string","description":"Directory name related to the task","nullable":true,"example":"google"},"directoriesCount":{"type":"integer","description":"Number of directories affected","format":"int32","nullable":true,"example":2},"field":{"type":"string","description":"Field name that requires attention","nullable":true,"example":"phone"},"locationIds":{"type":"array","description":"Set of location IDs affected by this task","nullable":true,"items":{"type":"integer","format":"int32"}}},"description":"Additional parameters providing context for the task"},"locationId":{"type":"integer","description":"Location identifier this task is associated with","format":"int32","nullable":true,"example":12345},"priority":{"type":"string","description":"Priority level of the task","enum":["LOW","MEDIUM","HIGH"]},"product":{"type":"string","description":"Product area the task relates to","example":"listingHealth"},"link":{"type":"string","description":"Deep link URL to resolve the task","example":"/listings/health/12345"}},"description":"A single task requiring user action"}},"page":{"type":"integer","description":"Current page number","format":"int32","example":0},"pageSize":{"type":"integer","description":"Number of items per page","format":"int32","example":10},"size":{"type":"integer","description":"Number of items in the current page","format":"int32","example":10},"totalCount":{"type":"integer","description":"Total number of tasks","format":"int64","example":42},"totalHighPriorityCount":{"type":"integer","description":"Total number of high priority tasks","format":"int64","example":5},"totalMediumPriorityCount":{"type":"integer","description":"Total number of medium priority tasks","format":"int64","example":15},"totalLowPriorityCount":{"type":"integer","description":"Total number of low priority tasks","format":"int64","example":22}},"description":"Paginated response containing tasks with priority count summaries"}},"components/schemas/KeyMetricsConfigurationRequest":{"id":"components/schemas/KeyMetricsConfigurationRequest","kind":"json-schema","title":"KeyMetricsConfigurationRequest","data":{"required":["metrics"],"type":"object","properties":{"metrics":{"type":"array","description":"List of metric configurations to update","items":{"required":["metricType"],"type":"object","properties":{"metricType":{"type":"string","description":"Type of metric to configure","example":"GOOGLE_SEARCHES"},"selectedTimePeriod":{"type":"string","description":"Selected time period for this metric","nullable":true,"example":"LAST_30_DAYS"}},"description":"Configuration update for a single metric"}}},"description":"Request body for updating key metrics configuration"}},"components/schemas/KeyMetricsConfigurationResponse":{"id":"components/schemas/KeyMetricsConfigurationResponse","kind":"json-schema","title":"KeyMetricsConfigurationResponse","data":{"required":["metrics"],"type":"object","properties":{"metrics":{"type":"array","description":"List of configured metrics with their visibility and time period settings","items":{"required":["metricType","supportedTimePeriods"],"type":"object","properties":{"metricType":{"type":"string","description":"Type of metric","example":"GOOGLE_SEARCHES"},"supportedTimePeriods":{"type":"array","description":"List of time periods supported by this metric","example":"[\"LAST_7_DAYS\", \"LAST_30_DAYS\"]","items":{"type":"string"}},"selectedTimePeriod":{"type":"string","description":"Currently selected time period","nullable":true,"example":"LAST_30_DAYS"},"isVisible":{"type":"boolean","description":"Whether this metric is visible on the dashboard","example":true}},"description":"Configuration for a single metric including supported time periods and visibility"}}},"description":"Response containing the user's key metrics configuration"}},"components/schemas/KeyMetricsRequest":{"id":"components/schemas/KeyMetricsRequest","kind":"json-schema","title":"KeyMetricsRequest","data":{"type":"object","properties":{"locationIds":{"type":"array","description":"List of location IDs to include","nullable":true,"items":{"type":"integer","format":"int64"}},"businessIds":{"type":"array","description":"List of business IDs to include","nullable":true,"items":{"type":"integer","format":"int64"}},"locationGroupIds":{"type":"array","description":"List of location group IDs to include","nullable":true,"items":{"type":"integer","format":"int64"}},"labels":{"type":"array","description":"List of labels to include","nullable":true,"example":"[\"premium\", \"flagship\"]","items":{"type":"string"}},"excludedLocationIds":{"type":"array","description":"List of location IDs to exclude","nullable":true,"items":{"type":"integer","format":"int64"}},"excludedBusinessIds":{"type":"array","description":"List of business IDs to exclude","nullable":true,"items":{"type":"integer","format":"int64"}},"excludedLocationGroupIds":{"type":"array","description":"List of location group IDs to exclude","nullable":true,"items":{"type":"integer","format":"int64"}},"excludedLabels":{"type":"array","description":"List of labels to exclude","nullable":true,"items":{"type":"string"}},"filterCategory":{"type":"string","description":"Filter strategy to apply: location-groups, labels, business, or location","nullable":true,"example":"business"},"query":{"type":"string","description":"Search query string depending on filter category","nullable":true}},"description":"Request body for fetching key metrics with location filters"}},"components/schemas/KeyMetricsResponse":{"id":"components/schemas/KeyMetricsResponse","kind":"json-schema","title":"KeyMetricsResponse","data":{"required":["googleConnectionStatus","metrics","status"],"type":"object","properties":{"status":{"type":"string","description":"Overall status of metric data availability","enum":["DEFAULT","CONFIGURED"]},"googleConnectionStatus":{"type":"string","description":"Status of the Google Business Profile connection","enum":["CONNECTED","PARTIALLY_CONNECTED","NOT_CONNECTED"]},"metrics":{"type":"array","description":"List of key performance metrics","items":{"required":["deepLink","metricType","timePeriod","value"],"type":"object","properties":{"metricType":{"type":"string","description":"Type of metric","example":"GOOGLE_SEARCHES"},"timePeriod":{"type":"string","description":"Time period for the metric","example":"LAST_30_DAYS"},"value":{"type":"number","description":"Current metric value","example":1250},"previousValue":{"type":"number","description":"Previous period metric value for comparison","nullable":true,"example":1100},"deltaPercentage":{"type":"number","description":"Percentage change from previous to current value","format":"double","nullable":true,"example":13.6},"startDate":{"type":"string","description":"Start date of the metric period","format":"date","nullable":true,"example":"2025-01-01"},"endDate":{"type":"string","description":"End date of the metric period","format":"date","nullable":true,"example":"2025-01-31"},"deepLink":{"type":"string","description":"Deep link URL to the detailed metrics view","example":"/analytics/google-searches"},"currencyCode":{"type":"string","description":"Currency code for monetary metrics","nullable":true,"example":"EUR"}},"description":"A single key performance metric with trend data"}}},"description":"Response containing key performance metrics and Google connection status"}},"components/schemas/LocationFilterPostRequest":{"id":"components/schemas/LocationFilterPostRequest","kind":"json-schema","title":"LocationFilterPostRequest","data":{"type":"object","properties":{"locationIds":{"type":"array","description":"List of location IDs to include","nullable":true,"items":{"type":"integer","format":"int64"}},"businessIds":{"type":"array","description":"List of business IDs to include","nullable":true,"items":{"type":"integer","format":"int64"}},"locationGroupIds":{"type":"array","description":"List of location group IDs to include","nullable":true,"items":{"type":"integer","format":"int64"}},"labels":{"type":"array","description":"List of labels to include","nullable":true,"example":"[\"premium\", \"flagship\"]","items":{"type":"string"}},"excludedLocationIds":{"type":"array","description":"List of location IDs to exclude","nullable":true,"items":{"type":"integer","format":"int64"}},"excludedBusinessIds":{"type":"array","description":"List of business IDs to exclude","nullable":true,"items":{"type":"integer","format":"int64"}},"excludedLocationGroupIds":{"type":"array","description":"List of location group IDs to exclude","nullable":true,"items":{"type":"integer","format":"int64"}},"excludedLabels":{"type":"array","description":"List of labels to exclude","nullable":true,"items":{"type":"string"}},"filterCategory":{"type":"string","description":"Filter strategy to apply: location-groups, labels, business, or location","nullable":true,"example":"business"},"query":{"type":"string","description":"Search query string depending on filter category","nullable":true}},"description":"Request body for filtering locations by various criteria"}},"components/schemas/LocationRankingDto":{"id":"components/schemas/LocationRankingDto","kind":"json-schema","title":"LocationRankingDto","data":{"type":"object","properties":{"locationId":{"type":"integer","description":"Location identifier","format":"int64","example":98765},"identifier":{"type":"string","description":"External identifier for the location","nullable":true,"example":"LOC-001"},"name":{"type":"string","description":"Location name","nullable":true,"example":"Main Street Store"},"address":{"type":"string","description":"Location address","nullable":true,"example":"123 Main St, Berlin"},"score":{"type":"integer","description":"Location score","format":"int32","example":85},"normalisedScore":{"type":"integer","description":"Normalised score with a scale of 0-100. Omitted for non-custom sales partners, whose maxScore is 100 so the normalised score always equals score.","format":"int32","nullable":true,"example":85}},"description":"Ranking entry for a single location"}},"components/schemas/LocationScoreResponse":{"id":"components/schemas/LocationScoreResponse","kind":"json-schema","title":"LocationScoreResponse","data":{"type":"object","properties":{"score":{"type":"integer","description":"Overall location score","format":"int64","nullable":true,"example":75},"maxScore":{"type":"integer","description":"Maximum achievable score","format":"int32","nullable":true,"example":100},"productScores":{"type":"array","description":"List of per-product score breakdowns","nullable":true,"items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Product name","example":"listingHealth"},"completedPercentage":{"type":"integer","description":"Percentage of score completed for this product","format":"int64","example":85}},"description":"Score completion percentage for a single product"}},"pillarScores":{"type":"object","properties":{"visibility":{"type":"integer","description":"Visibility pillar score (0-100)","format":"int32","nullable":true,"example":72},"reputation":{"type":"integer","description":"Reputation pillar score (0-100)","format":"int32","nullable":true,"example":88},"engagement":{"type":"integer","description":"Engagement pillar score (0-100)","format":"int32","nullable":true,"example":65}},"description":"Aggregated pillar scores for visibility, reputation, and engagement"},"benchmark":{"type":"object","properties":{"categoryId":{"type":"integer","description":"Category identifier","format":"int64","nullable":true,"example":12345},"score":{"type":"integer","description":"Benchmark score value","format":"int64","nullable":true,"example":78}},"description":"Benchmark score for comparison against similar locations"},"upsellProduct":{"required":["product"],"type":"object","properties":{"product":{"type":"string","description":"Product identifier","example":"socialPosts"},"maxValue":{"type":"integer","description":"Maximum score value the product can contribute","format":"int32","example":20},"trialAvailable":{"type":"boolean","description":"Whether a free trial is available for this product","example":true},"isRequested":{"type":"boolean","description":"Whether the product has already been requested","example":false}},"description":"Upsell product recommendation for improving the score"}},"description":"Response containing the overall location score, per-product scores, pillar scores, benchmark, and upsell information"}},"components/schemas/LocationsRankingResponse":{"id":"components/schemas/LocationsRankingResponse","kind":"json-schema","title":"LocationsRankingResponse","data":{"required":["ranks"],"type":"object","properties":{"ranks":{"type":"array","description":"List of ranked locations","items":{"type":"object","properties":{"locationId":{"type":"integer","description":"Location identifier","format":"int64","example":98765},"identifier":{"type":"string","description":"External identifier for the location","nullable":true,"example":"LOC-001"},"name":{"type":"string","description":"Location name","nullable":true,"example":"Main Street Store"},"address":{"type":"string","description":"Location address","nullable":true,"example":"123 Main St, Berlin"},"score":{"type":"integer","description":"Location score","format":"int32","example":85},"normalisedScore":{"type":"integer","description":"Normalised score with a scale of 0-100. Omitted for non-custom sales partners, whose maxScore is 100 so the normalised score always equals score.","format":"int32","nullable":true,"example":85}},"description":"Ranking entry for a single location"}},"page":{"type":"integer","description":"Current page number","format":"int32","example":0},"pageSize":{"type":"integer","description":"Number of items per page","format":"int32","example":10},"size":{"type":"integer","description":"Number of items in the current page","format":"int32","example":10},"totalCount":{"type":"integer","description":"Total number of ranked locations","format":"int64","example":150}},"description":"Paginated response containing location rankings ordered by score"}},"components/schemas/Metric":{"id":"components/schemas/Metric","kind":"json-schema","title":"Metric","data":{"required":["deepLink","metricType","timePeriod","value"],"type":"object","properties":{"metricType":{"type":"string","description":"Type of metric","example":"GOOGLE_SEARCHES"},"timePeriod":{"type":"string","description":"Time period for the metric","example":"LAST_30_DAYS"},"value":{"type":"number","description":"Current metric value","example":1250},"previousValue":{"type":"number","description":"Previous period metric value for comparison","nullable":true,"example":1100},"deltaPercentage":{"type":"number","description":"Percentage change from previous to current value","format":"double","nullable":true,"example":13.6},"startDate":{"type":"string","description":"Start date of the metric period","format":"date","nullable":true,"example":"2025-01-01"},"endDate":{"type":"string","description":"End date of the metric period","format":"date","nullable":true,"example":"2025-01-31"},"deepLink":{"type":"string","description":"Deep link URL to the detailed metrics view","example":"/analytics/google-searches"},"currencyCode":{"type":"string","description":"Currency code for monetary metrics","nullable":true,"example":"EUR"}},"description":"A single key performance metric with trend data"}},"components/schemas/MetricRequest":{"id":"components/schemas/MetricRequest","kind":"json-schema","title":"MetricRequest","data":{"required":["metricType"],"type":"object","properties":{"metricType":{"type":"string","description":"Type of metric to configure","example":"GOOGLE_SEARCHES"},"selectedTimePeriod":{"type":"string","description":"Selected time period for this metric","nullable":true,"example":"LAST_30_DAYS"}},"description":"Configuration update for a single metric"}},"components/schemas/MetricResponse":{"id":"components/schemas/MetricResponse","kind":"json-schema","title":"MetricResponse","data":{"required":["metricType","supportedTimePeriods"],"type":"object","properties":{"metricType":{"type":"string","description":"Type of metric","example":"GOOGLE_SEARCHES"},"supportedTimePeriods":{"type":"array","description":"List of time periods supported by this metric","example":"[\"LAST_7_DAYS\", \"LAST_30_DAYS\"]","items":{"type":"string"}},"selectedTimePeriod":{"type":"string","description":"Currently selected time period","nullable":true,"example":"LAST_30_DAYS"},"isVisible":{"type":"boolean","description":"Whether this metric is visible on the dashboard","example":true}},"description":"Configuration for a single metric including supported time periods and visibility"}},"components/schemas/MetricStatus":{"id":"components/schemas/MetricStatus","kind":"json-schema","title":"MetricStatus","data":{"type":"string","enum":["DEFAULT","CONFIGURED"]}},"components/schemas/PillarScores":{"id":"components/schemas/PillarScores","kind":"json-schema","title":"PillarScores","data":{"type":"object","properties":{"visibility":{"type":"integer","description":"Visibility pillar score (0-100)","format":"int32","nullable":true,"example":72},"reputation":{"type":"integer","description":"Reputation pillar score (0-100)","format":"int32","nullable":true,"example":88},"engagement":{"type":"integer","description":"Engagement pillar score (0-100)","format":"int32","nullable":true,"example":65}},"description":"Aggregated pillar scores across visibility, reputation, and engagement dimensions"}},"components/schemas/ProductScoreDto":{"id":"components/schemas/ProductScoreDto","kind":"json-schema","title":"ProductScoreDto","data":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Product name","example":"listingHealth"},"completedPercentage":{"type":"integer","description":"Percentage of score completed for this product","format":"int64","example":85}},"description":"Score completion percentage for a single product"}},"components/schemas/SuggestionDto":{"id":"components/schemas/SuggestionDto","kind":"json-schema","title":"SuggestionDto","data":{"required":["link","priority","product","type"],"type":"object","properties":{"priority":{"type":"string","description":"Priority level of the suggestion","enum":["HIGH","MEDIUM","LOW"]},"product":{"type":"string","description":"Product area the suggestion relates to","example":"listingHealth"},"type":{"type":"string","description":"Type of suggestion","enum":["UPLOAD_VIDEO","CONNECT_FACEBOOK_BUSINESS","APPLE_BUSINESS_CONNECT","ENABLE_MESSAGES","ENABLE_FACEBOOK_MESSENGER","ENABLE_CONTACT_FORM","CONNECT_INSTAGRAM_BUSINESS","CREATE_FIRST_LOCATOR","ADD_CONTENT_COLLECTION","ASSIGN_LABELS_TO_LOCATION","CREATE_INSTAGRAM_REEL","CREATE_FACEBOOK_CAROUSEL_POST","ACTIVATE_CHATBOT","CONFIGURE_LIVE_AGENT_AVAILABILITY","ENABLE_WEBCHAT","ADD_KNOWLEDGEBASE","CREATE_SHOWCASE_FOR_ABC","ENABLE_POSTING_REQUESTS","ENABLE_REVIEW_REQUEST","CREATE_USER_GROUP","FILL_META_TAGS_FOR_LOCATOR","ADD_CTA_TO_LOCATOR","CREATE_SOCIAL_TEMPLATE","INVITE_MORE_USERS","ACTIVATE_TWO_FACETOR_AUTH"]},"link":{"type":"string","description":"Deep link URL to resolve the suggestion","example":"/listings/health"}},"description":"A single actionable suggestion for improving location performance"}},"components/schemas/SuggestionPriority":{"id":"components/schemas/SuggestionPriority","kind":"json-schema","title":"SuggestionPriority","data":{"type":"string","enum":["HIGH","MEDIUM","LOW"]}},"components/schemas/SuggestionType":{"id":"components/schemas/SuggestionType","kind":"json-schema","title":"SuggestionType","data":{"type":"string","enum":["UPLOAD_VIDEO","CONNECT_FACEBOOK_BUSINESS","APPLE_BUSINESS_CONNECT","ENABLE_MESSAGES","ENABLE_FACEBOOK_MESSENGER","ENABLE_CONTACT_FORM","CONNECT_INSTAGRAM_BUSINESS","CREATE_FIRST_LOCATOR","ADD_CONTENT_COLLECTION","ASSIGN_LABELS_TO_LOCATION","CREATE_INSTAGRAM_REEL","CREATE_FACEBOOK_CAROUSEL_POST","ACTIVATE_CHATBOT","CONFIGURE_LIVE_AGENT_AVAILABILITY","ENABLE_WEBCHAT","ADD_KNOWLEDGEBASE","CREATE_SHOWCASE_FOR_ABC","ENABLE_POSTING_REQUESTS","ENABLE_REVIEW_REQUEST","CREATE_USER_GROUP","FILL_META_TAGS_FOR_LOCATOR","ADD_CTA_TO_LOCATOR","CREATE_SOCIAL_TEMPLATE","INVITE_MORE_USERS","ACTIVATE_TWO_FACETOR_AUTH"]}},"components/schemas/TaskParameters":{"id":"components/schemas/TaskParameters","kind":"json-schema","title":"TaskParameters","data":{"type":"object","properties":{"total":{"type":"object","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Total count of locations related to the task. Returns an integer when ≤ 100, or the string \"100+\" when count exceeds 100."},"children":[]}]}]}],"nullable":true,"example":"3"},"address":{"type":"string","description":"Address of the location","nullable":true,"example":"123 Main St, Berlin"},"directory":{"type":"string","description":"Directory name related to the task","nullable":true,"example":"google"},"directoriesCount":{"type":"integer","description":"Number of directories affected","format":"int32","nullable":true,"example":2},"field":{"type":"string","description":"Field name that requires attention","nullable":true,"example":"phone"},"locationIds":{"type":"array","description":"Set of location IDs affected by this task","nullable":true,"items":{"type":"integer","format":"int32"}}},"description":"Contextual parameters for a task"}},"components/schemas/TaskPriority":{"id":"components/schemas/TaskPriority","kind":"json-schema","title":"TaskPriority","data":{"type":"string","enum":["LOW","MEDIUM","HIGH"]}},"components/schemas/TaskResponse":{"id":"components/schemas/TaskResponse","kind":"json-schema","title":"TaskResponse","data":{"required":["link","parameters","priority","product","type"],"type":"object","properties":{"type":{"type":"string","description":"Type of the task","enum":["ADD_REQUIRED_FIELDS_TO_RESUME_SYNC","CLAIM_LISTING_FOR_LOCATION","CREATE_NEW_POST","ENABLE_EMAIL_NEW_MESSAGES","ENABLE_EMAIL_NEW_FORMS","ENABLE_EMAIL_NEW_POSTING_APPROVAL","ENABLE_EMAIL_NEW_REVIEW_REPLY_APPROVAL","ENABLE_EMAIL_DIGEST","FILL_MISSING_REQUIRED_FIELDS","FILL_MISSING_BASIC_FIELDS","FILL_MISSING_BONUS_FIELDS","FILL_MISSING_ADVANCED_FIELDS","REPLY_NEGATIVE_REVIEWS","REPLY_POSITIVE_REVIEWS","REPLY_STAR_ONLY_REVIEWS","START_SYNCING","SYNC_LOCATIONS","UPDATE_SPECIAL_OPENING_HOURS","GRANT_APPROVAL_NEW_REVIEW_REPLY","REVIEW_LOCATION_SYNC","RESPOND_TO_UNREPLIED_CONVERSATIONS","REVIEW_UNREAD_CONTACT_FORMS","GRANT_APPROVAL_NEW_POSTING","CONNECT_FACEBOOK","CONNECT_GOOGLE","CONNECT_INSTAGRAM","CONNECT_TRUSTPILOT","CONNECT_YELP","REPLY_QA","REVIEW_SUGGESTIONS_ON_LOCATIONS","READ_SOCIAL_COMMENTS","VERIFY_GOOGLE_LISTING","UPLOAD_FIRST_VIDEO","UPLOAD_PHOTO_EVERY_30_DAYS","UPLOAD_VIDEO_EVERY_90_DAYS","ADD_MISSING_ATTRIBUTES_30_PERCENT","ADD_SOCIAL_MEDIA_PROFILES","ADD_ACTION_LINKS","ADD_TEXTING_NUMBER","FILL_MISSING_FIELDS_NAME","FILL_MISSING_FIELDS_STREET","FILL_MISSING_FIELDS_STREET_NO","FILL_MISSING_FIELDS_ZIP","FILL_MISSING_FIELDS_PHONE","FILL_MISSING_FIELDS_CATEGORIES","FILL_MISSING_FIELDS_COUNTRY","FILL_MISSING_FIELDS_DESCRIPTION_SHORT","FILL_MISSING_FIELDS_DESCRIPTION_LONG","FILL_MISSING_FIELDS_OPENINGHOURS","FILL_MISSING_FIELDS_ATTRIBUTES","FILL_MISSING_FIELDS_PHOTOS","FILL_MISSING_FIELDS_WEBSITE","FILL_MISSING_FIELDS_EMAIL","FILL_MISSING_FIELDS_KEYWORDS","FILL_MISSING_FIELDS_SERVICES","ADD_FIELD_NAME_TO_RESUME_SYNC","ADD_FIELD_STREET_NO_TO_RESUME_SYNC","ADD_FIELD_STREET_TO_RESUME_SYNC","ADD_FIELD_PROVINCE_TO_RESUME_SYNC","ADD_FIELD_ZIP_TO_RESUME_SYNC","ADD_FIELD_CITY_TO_RESUME_SYNC","ADD_FIELD_COUNTRY_TO_RESUME_SYNC","ADD_FIELD_LATITUDE_TO_RESUME_SYNC","ADD_FIELD_LONGITUDE_TO_RESUME_SYNC","ADD_FIELD_CATEGORIES_TO_RESUME_SYNC","ADD_FIELD_PHONE_TO_RESUME_SYNC","ADD_FIELD_EV_DATA_TO_RESUME_SYNC","CREATE_LOCATOR"]},"parameters":{"type":"object","properties":{"total":{"type":"object","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Total count of locations related to the task. Returns an integer when ≤ 100, or the string \"100+\" when count exceeds 100."},"children":[]}]}]}],"nullable":true,"example":"3"},"address":{"type":"string","description":"Address of the location","nullable":true,"example":"123 Main St, Berlin"},"directory":{"type":"string","description":"Directory name related to the task","nullable":true,"example":"google"},"directoriesCount":{"type":"integer","description":"Number of directories affected","format":"int32","nullable":true,"example":2},"field":{"type":"string","description":"Field name that requires attention","nullable":true,"example":"phone"},"locationIds":{"type":"array","description":"Set of location IDs affected by this task","nullable":true,"items":{"type":"integer","format":"int32"}}},"description":"Additional parameters providing context for the task"},"locationId":{"type":"integer","description":"Location identifier this task is associated with","format":"int32","nullable":true,"example":12345},"priority":{"type":"string","description":"Priority level of the task","enum":["LOW","MEDIUM","HIGH"]},"product":{"type":"string","description":"Product area the task relates to","example":"listingHealth"},"link":{"type":"string","description":"Deep link URL to resolve the task","example":"/listings/health/12345"}},"description":"A single task requiring user action"}},"components/schemas/TaskType":{"id":"components/schemas/TaskType","kind":"json-schema","title":"TaskType","data":{"type":"string","enum":["ADD_REQUIRED_FIELDS_TO_RESUME_SYNC","CLAIM_LISTING_FOR_LOCATION","CREATE_NEW_POST","ENABLE_EMAIL_NEW_MESSAGES","ENABLE_EMAIL_NEW_FORMS","ENABLE_EMAIL_NEW_POSTING_APPROVAL","ENABLE_EMAIL_NEW_REVIEW_REPLY_APPROVAL","ENABLE_EMAIL_DIGEST","FILL_MISSING_REQUIRED_FIELDS","FILL_MISSING_BASIC_FIELDS","FILL_MISSING_BONUS_FIELDS","FILL_MISSING_ADVANCED_FIELDS","REPLY_NEGATIVE_REVIEWS","REPLY_POSITIVE_REVIEWS","REPLY_STAR_ONLY_REVIEWS","START_SYNCING","SYNC_LOCATIONS","UPDATE_SPECIAL_OPENING_HOURS","GRANT_APPROVAL_NEW_REVIEW_REPLY","REVIEW_LOCATION_SYNC","RESPOND_TO_UNREPLIED_CONVERSATIONS","REVIEW_UNREAD_CONTACT_FORMS","GRANT_APPROVAL_NEW_POSTING","CONNECT_FACEBOOK","CONNECT_GOOGLE","CONNECT_INSTAGRAM","CONNECT_TRUSTPILOT","CONNECT_YELP","REPLY_QA","REVIEW_SUGGESTIONS_ON_LOCATIONS","READ_SOCIAL_COMMENTS","VERIFY_GOOGLE_LISTING","UPLOAD_FIRST_VIDEO","UPLOAD_PHOTO_EVERY_30_DAYS","UPLOAD_VIDEO_EVERY_90_DAYS","ADD_MISSING_ATTRIBUTES_30_PERCENT","ADD_SOCIAL_MEDIA_PROFILES","ADD_ACTION_LINKS","ADD_TEXTING_NUMBER","FILL_MISSING_FIELDS_NAME","FILL_MISSING_FIELDS_STREET","FILL_MISSING_FIELDS_STREET_NO","FILL_MISSING_FIELDS_ZIP","FILL_MISSING_FIELDS_PHONE","FILL_MISSING_FIELDS_CATEGORIES","FILL_MISSING_FIELDS_COUNTRY","FILL_MISSING_FIELDS_DESCRIPTION_SHORT","FILL_MISSING_FIELDS_DESCRIPTION_LONG","FILL_MISSING_FIELDS_OPENINGHOURS","FILL_MISSING_FIELDS_ATTRIBUTES","FILL_MISSING_FIELDS_PHOTOS","FILL_MISSING_FIELDS_WEBSITE","FILL_MISSING_FIELDS_EMAIL","FILL_MISSING_FIELDS_KEYWORDS","FILL_MISSING_FIELDS_SERVICES","ADD_FIELD_NAME_TO_RESUME_SYNC","ADD_FIELD_STREET_NO_TO_RESUME_SYNC","ADD_FIELD_STREET_TO_RESUME_SYNC","ADD_FIELD_PROVINCE_TO_RESUME_SYNC","ADD_FIELD_ZIP_TO_RESUME_SYNC","ADD_FIELD_CITY_TO_RESUME_SYNC","ADD_FIELD_COUNTRY_TO_RESUME_SYNC","ADD_FIELD_LATITUDE_TO_RESUME_SYNC","ADD_FIELD_LONGITUDE_TO_RESUME_SYNC","ADD_FIELD_CATEGORIES_TO_RESUME_SYNC","ADD_FIELD_PHONE_TO_RESUME_SYNC","ADD_FIELD_EV_DATA_TO_RESUME_SYNC","CREATE_LOCATOR"]}},"components/schemas/UpsellProductDto":{"id":"components/schemas/UpsellProductDto","kind":"json-schema","title":"UpsellProductDto","data":{"required":["product"],"type":"object","properties":{"product":{"type":"string","description":"Product identifier","example":"socialPosts"},"maxValue":{"type":"integer","description":"Maximum score value the product can contribute","format":"int32","example":20},"trialAvailable":{"type":"boolean","description":"Whether a free trial is available for this product","example":true},"isRequested":{"type":"boolean","description":"Whether the product has already been requested","example":false}},"description":"Upsell product recommendation to improve the location score"}},"components/schemas/BaseHttpResponseVisibilityIndexScoreResponse":{"id":"components/schemas/BaseHttpResponseVisibilityIndexScoreResponse","kind":"json-schema","title":"BaseHttpResponseVisibilityIndexScoreResponse","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"required":["granularity","scores"],"properties":{"scores":{"description":"Visibility scores per time period","items":{"required":["date","score"],"properties":{"date":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date of the period as an ISO date. API versions older than 20260713 instead get a label formatted by granularity: daily 2025-01-15, weekly '2025 3' (ISO year+week), monthly and quarterly 2025-1, yearly 2025"},"children":[]}]}]}],"example":"2025-01-01"},"score":{"description":"Visibility index score value","format":"int32"}},"description":"A visibility index score for a specific time period"}},"granularity":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Time period granularity. Auto-determined by the date range span unless overridden by the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"group"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" query parameter."},"children":[]}]}]}],"enum":["HOUR","DAILY","WEEKLY","MONTHLY","QUARTERLY","YEARLY"]}},"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/Score":{"id":"components/schemas/Score","kind":"json-schema","title":"Score","data":{"required":["date","score"],"properties":{"date":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date of the period as an ISO date. API versions older than 20260713 instead get a label formatted by granularity: daily 2025-01-15, weekly '2025 3' (ISO year+week), monthly and quarterly 2025-1, yearly 2025"},"children":[]}]}]}],"example":"2025-01-01"},"score":{"description":"Visibility index score value","format":"int32"}},"description":"A visibility index score for a specific time period"}},"components/schemas/VisibilityIndexScoreResponse":{"id":"components/schemas/VisibilityIndexScoreResponse","kind":"json-schema","title":"VisibilityIndexScoreResponse","data":{"required":["granularity","scores"],"properties":{"scores":{"description":"Visibility scores per time period","items":{"required":["date","score"],"properties":{"date":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date of the period as an ISO date. API versions older than 20260713 instead get a label formatted by granularity: daily 2025-01-15, weekly '2025 3' (ISO year+week), monthly and quarterly 2025-1, yearly 2025"},"children":[]}]}]}],"example":"2025-01-01"},"score":{"description":"Visibility index score value","format":"int32"}},"description":"A visibility index score for a specific time period"}},"granularity":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Time period granularity. Auto-determined by the date range span unless overridden by the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"group"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" query parameter."},"children":[]}]}]}],"enum":["HOUR","DAILY","WEEKLY","MONTHLY","QUARTERLY","YEARLY"]}},"description":"Visibility index scores over time"}},"components/schemas/BaseHttpResponseSuppressedDuplicateResponse":{"id":"components/schemas/BaseHttpResponseSuppressedDuplicateResponse","kind":"json-schema","title":"BaseHttpResponseSuppressedDuplicateResponse","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"required":["countByDirectory","totalCount"],"properties":{"countByDirectory":{"description":"Duplicate counts per directory type","items":{"required":["count","directoryType"],"properties":{"directoryType":{},"count":{"format":"int32"}}}},"totalCount":{"description":"Total duplicate count across all directories","format":"int32"}},"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/DuplicateDirectoryCount":{"id":"components/schemas/DuplicateDirectoryCount","kind":"json-schema","title":"DuplicateDirectoryCount","data":{"required":["count","directoryType"],"properties":{"directoryType":{},"count":{"format":"int32"}}}},"components/schemas/SuppressedDuplicateResponse":{"id":"components/schemas/SuppressedDuplicateResponse","kind":"json-schema","title":"SuppressedDuplicateResponse","data":{"required":["countByDirectory","totalCount"],"properties":{"countByDirectory":{"description":"Duplicate counts per directory type","items":{"required":["count","directoryType"],"properties":{"directoryType":{},"count":{"format":"int32"}}}},"totalCount":{"description":"Total duplicate count across all directories","format":"int32"}},"description":"Suppressed duplicate location counts by directory"}},"components/schemas/BaseHttpResponseSearchKeywordsResponse":{"id":"components/schemas/BaseHttpResponseSearchKeywordsResponse","kind":"json-schema","title":"BaseHttpResponseSearchKeywordsResponse","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"required":["keywords","parameters","total"],"properties":{"keywords":{"description":"List of keywords ranked by occurrence count","items":{"required":["keyword","value"],"properties":{"keyword":{"description":"The search keyword text","example":"pizza near me"},"value":{"description":"Number of times this keyword appeared in search queries","format":"int64"}},"description":"A search keyword with its occurrence count"}},"total":{"description":"Total number of distinct keywords","format":"int64"},"parameters":{"properties":{"startMonth":{"format":"int32"},"startYear":{"format":"int32"},"endMonth":{"format":"int32"},"endYear":{"format":"int32"},"currentMonth":{"format":"int32"},"currentMonthUnlockDate":{},"previousMonth":{"format":"int32"},"previousMonthUnlockDate":{},"limitStartMonth":{"format":"int32"},"limitStartYear":{"format":"int32"},"limitEndMonth":{"format":"int32"},"limitEndYear":{"format":"int32"}}}},"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/DataAvailabilityParameters":{"id":"components/schemas/DataAvailabilityParameters","kind":"json-schema","title":"DataAvailabilityParameters","data":{"properties":{"startMonth":{"format":"int32"},"startYear":{"format":"int32"},"endMonth":{"format":"int32"},"endYear":{"format":"int32"},"currentMonth":{"format":"int32"},"currentMonthUnlockDate":{},"previousMonth":{"format":"int32"},"previousMonthUnlockDate":{},"limitStartMonth":{"format":"int32"},"limitStartYear":{"format":"int32"},"limitEndMonth":{"format":"int32"},"limitEndYear":{"format":"int32"}}}},"components/schemas/SearchKeyword":{"id":"components/schemas/SearchKeyword","kind":"json-schema","title":"SearchKeyword","data":{"required":["keyword","value"],"properties":{"keyword":{"description":"The search keyword text","example":"pizza near me"},"value":{"description":"Number of times this keyword appeared in search queries","format":"int64"}},"description":"A search keyword with its occurrence count"}},"components/schemas/SearchKeywordsResponse":{"id":"components/schemas/SearchKeywordsResponse","kind":"json-schema","title":"SearchKeywordsResponse","data":{"required":["keywords","parameters","total"],"properties":{"keywords":{"description":"List of keywords ranked by occurrence count","items":{"required":["keyword","value"],"properties":{"keyword":{"description":"The search keyword text","example":"pizza near me"},"value":{"description":"Number of times this keyword appeared in search queries","format":"int64"}},"description":"A search keyword with its occurrence count"}},"total":{"description":"Total number of distinct keywords","format":"int64"},"parameters":{"properties":{"startMonth":{"format":"int32"},"startYear":{"format":"int32"},"endMonth":{"format":"int32"},"endYear":{"format":"int32"},"currentMonth":{"format":"int32"},"currentMonthUnlockDate":{},"previousMonth":{"format":"int32"},"previousMonthUnlockDate":{},"limitStartMonth":{"format":"int32"},"limitStartYear":{"format":"int32"},"limitEndMonth":{"format":"int32"},"limitEndYear":{"format":"int32"}}}},"description":"Search keywords that led users to find the filtered locations"}},"components/schemas/BaseHttpResponseReviewResponseTimeResponse":{"id":"components/schemas/BaseHttpResponseReviewResponseTimeResponse","kind":"json-schema","title":"BaseHttpResponseReviewResponseTimeResponse","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"required":["isPartialData","matchedLocationsCount","totalRepliedReviews"],"properties":{"averageResponseTimeMinutes":{"description":"Average time to respond to reviews in minutes","format":"double","example":120.5},"totalRepliedReviews":{"description":"Total number of reviews that received a reply","format":"int64"},"matchedLocationsCount":{"description":"Number of locations that matched the filter","format":"int64"},"isPartialData":{"description":"True when some locations have incomplete data"}},"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/ReviewResponseTimeResponse":{"id":"components/schemas/ReviewResponseTimeResponse","kind":"json-schema","title":"ReviewResponseTimeResponse","data":{"required":["isPartialData","matchedLocationsCount","totalRepliedReviews"],"properties":{"averageResponseTimeMinutes":{"description":"Average time to respond to reviews in minutes","format":"double","example":120.5},"totalRepliedReviews":{"description":"Total number of reviews that received a reply","format":"int64"},"matchedLocationsCount":{"description":"Number of locations that matched the filter","format":"int64"},"isPartialData":{"description":"True when some locations have incomplete data"}},"description":"Review response time statistics"}},"components/schemas/ProfileCompletenessResponse":{"id":"components/schemas/ProfileCompletenessResponse","kind":"json-schema","title":"ProfileCompletenessResponse","data":{"required":["averageProfileCompleteness","countLocationsMissingData","locationClassificationCounts"],"properties":{"averageProfileCompleteness":{"description":"Average profile completeness percentage (0-100)","format":"int32","example":82},"countLocationsMissingData":{"description":"Number of locations with missing data","format":"int32"},"locationClassificationCounts":{"additionalProperties":{"format":"int32"},"description":"Location counts by classification: REQUIRED, BASIC, ADVANCED, BONUS, COMPLETE, OTHER"}},"description":"Profile completeness statistics with location classification breakdown"}},"components/schemas/LegacyProfileCompletenessResponse":{"id":"components/schemas/LegacyProfileCompletenessResponse","kind":"json-schema","title":"LegacyProfileCompletenessResponse","data":{"required":["averageProfileCompleteness","countLocationsMissingData","directoriesMissingConnect","isLegacy","locationClassificationCounts","missingFields"],"properties":{"missingFields":{"uniqueItems":true,"description":"Directory fields missing on at least one of the matched locations","items":{}},"directoriesMissingConnect":{"uniqueItems":true,"description":"Directories missing a connect on at least one of the matched locations (FACEBOOK, GOOGLE)","items":{}},"averageProfileCompleteness":{"description":"Average profile completeness percentage (0-100)","format":"int32","example":82},"countLocationsMissingData":{"description":"Number of locations with missing data","format":"int32"},"locationClassificationCounts":{"additionalProperties":{"format":"int32"},"description":"Location counts by classification: REQUIRED, BASIC, ADVANCED, BONUS, COMPLETE, OTHER"},"isLegacy":{"description":"Always true; signals the legacy response format to pre-20191203 clients"}},"description":"Legacy profile completeness response. Returned for API versions older than 20191203, which additionally expose missingFields, directoriesMissingConnect and isLegacy."}},"components/schemas/ListingsHealthResponse":{"id":"components/schemas/ListingsHealthResponse","kind":"json-schema","title":"ListingsHealthResponse","data":{"required":["countListingsActionRequired","countListingsBeingUpdated","countListingsInSync","countListingsLinked","countListingsSubmitted","countLocationsRequireSync","totalListings"],"properties":{"countListingsInSync":{"description":"Number of listings fully in sync","format":"int32"},"countListingsBeingUpdated":{"description":"Number of listings currently being updated","format":"int32"},"countListingsLinked":{"description":"Number of listings linked to directories","format":"int32"},"countListingsSubmitted":{"description":"Number of listings submitted to directories","format":"int32"},"countListingsActionRequired":{"description":"Number of listings requiring manual action","format":"int32"},"countLocationsRequireSync":{"description":"Number of locations that require a sync","format":"int32"},"totalListings":{"description":"Total number of listings across all directories","format":"int32"}},"description":"Listing sync status breakdown across all directories"}},"components/schemas/LegacyListingsHealthResponse":{"id":"components/schemas/LegacyListingsHealthResponse","kind":"json-schema","title":"LegacyListingsHealthResponse","data":{"required":["countFieldsInSync","countListingsActionRequired","countListingsBeingUpdated","countListingsInSync","countListingsLinked","countListingsSubmitted","countLocationsNeedsReview","countLocationsRequireSync","directoriesMissingConnect","totalListings"],"properties":{"countListingsInSync":{"format":"int32"},"countListingsBeingUpdated":{"format":"int32"},"countListingsLinked":{"format":"int32"},"countListingsSubmitted":{"format":"int32"},"countListingsActionRequired":{"format":"int32"},"countLocationsRequireSync":{"format":"int32"},"totalListings":{"format":"int32"},"directoriesMissingConnect":{"description":"Directory types (GOOGLE, FACEBOOK) with at least one unconnected location","items":{}},"countLocationsNeedsReview":{"description":"Number of locations with faulty data (failed normalization or invalid cleansing) in need of review","format":"int32"},"countFieldsInSync":{"description":"Number of directory fields currently in sync, summed across all directories","format":"int32"}},"description":"Legacy listings health response. Returned for API versions older than 20260713, restoring the directoriesMissingConnect, countLocationsNeedsReview and countFieldsInSync fields for backwards compatibility."}},"components/schemas/AccountInfo":{"id":"components/schemas/AccountInfo","kind":"json-schema","title":"AccountInfo","data":{"required":["id"],"properties":{"id":{"description":"Account ID","format":"int32"},"name":{"description":"Account name"},"url":{"description":"Account URL"},"type":{"description":"Account type (e.g. GOOGLE)","example":"GOOGLE"}},"description":"External account information"}},"components/schemas/DirectoryCountDto":{"id":"components/schemas/DirectoryCountDto","kind":"json-schema","title":"DirectoryCountDto","data":{"required":["count","type"],"properties":{"type":{"description":"Directory type name","example":"GOOGLE"},"count":{"description":"Number of locations","format":"int64"}},"description":"Location count for a specific directory type"}},"components/schemas/InsightDataWarningsResponse":{"id":"components/schemas/InsightDataWarningsResponse","kind":"json-schema","title":"InsightDataWarningsResponse","data":{"required":["connectedLocations","max","notConnectedLocations","offset","totalItemsCount","warnings"],"properties":{"connectedLocations":{"description":"Connected location counts per directory type","items":{"required":["count","type"],"properties":{"type":{"description":"Directory type name","example":"GOOGLE"},"count":{"description":"Number of locations","format":"int64"}},"description":"Location count for a specific directory type"}},"notConnectedLocations":{"description":"Not-connected location counts per directory type","items":{"required":["count","type"],"properties":{"type":{"description":"Directory type name","example":"GOOGLE"},"count":{"description":"Number of locations","format":"int64"}},"description":"Location count for a specific directory type"}},"warnings":{"required":["missingConnection","missingPermission"],"properties":{"missingConnection":{"required":["totalBusinessesCount","totalLocationsCount"],"properties":{"totalLocationsCount":{"description":"Total locations without connections","format":"int32"},"totalBusinessesCount":{"description":"Total businesses without connections","format":"int32"}},"description":"Locations missing directory connections"},"missingPermission":{"required":["accounts","totalLocationsCount"],"properties":{"accounts":{"description":"Accounts with missing permissions","items":{"required":["id"],"properties":{"id":{"description":"Account ID","format":"int32"},"name":{"description":"Account name"},"url":{"description":"Account URL"},"type":{"description":"Account type (e.g. GOOGLE)","example":"GOOGLE"}},"description":"External account information"}},"totalLocationsCount":{"description":"Total locations affected by missing permissions","format":"int32"}},"description":"Locations missing directory permissions"}},"description":"Missing connection and permission warnings"},"totalItemsCount":{"description":"Total number of warning items","format":"int32"},"max":{"description":"Page size","format":"int32"},"offset":{"description":"Page number (zero-based)","format":"int32"}},"description":"Connection and permission warnings for insight data collection"}},"components/schemas/MissingConnectionDto":{"id":"components/schemas/MissingConnectionDto","kind":"json-schema","title":"MissingConnectionDto","data":{"required":["totalBusinessesCount","totalLocationsCount"],"properties":{"totalLocationsCount":{"description":"Total locations without connections","format":"int32"},"totalBusinessesCount":{"description":"Total businesses without connections","format":"int32"}},"description":"Summary of locations missing directory connections"}},"components/schemas/MissingPermissionDto":{"id":"components/schemas/MissingPermissionDto","kind":"json-schema","title":"MissingPermissionDto","data":{"required":["accounts","totalLocationsCount"],"properties":{"accounts":{"description":"Accounts with missing permissions","items":{"required":["id"],"properties":{"id":{"description":"Account ID","format":"int32"},"name":{"description":"Account name"},"url":{"description":"Account URL"},"type":{"description":"Account type (e.g. GOOGLE)","example":"GOOGLE"}},"description":"External account information"}},"totalLocationsCount":{"description":"Total locations affected by missing permissions","format":"int32"}},"description":"Summary of locations missing directory permissions"}},"components/schemas/WarningsDto":{"id":"components/schemas/WarningsDto","kind":"json-schema","title":"WarningsDto","data":{"required":["missingConnection","missingPermission"],"properties":{"missingConnection":{"required":["totalBusinessesCount","totalLocationsCount"],"properties":{"totalLocationsCount":{"description":"Total locations without connections","format":"int32"},"totalBusinessesCount":{"description":"Total businesses without connections","format":"int32"}},"description":"Locations missing directory connections"},"missingPermission":{"required":["accounts","totalLocationsCount"],"properties":{"accounts":{"description":"Accounts with missing permissions","items":{"required":["id"],"properties":{"id":{"description":"Account ID","format":"int32"},"name":{"description":"Account name"},"url":{"description":"Account URL"},"type":{"description":"Account type (e.g. GOOGLE)","example":"GOOGLE"}},"description":"External account information"}},"totalLocationsCount":{"description":"Total locations affected by missing permissions","format":"int32"}},"description":"Locations missing directory permissions"}},"description":"Warnings for missing connections and permissions"}},"components/schemas/LegacyAccountInfo":{"id":"components/schemas/LegacyAccountInfo","kind":"json-schema","title":"LegacyAccountInfo","data":{"required":["id","totalLocationsCount"],"properties":{"id":{"description":"Account ID","format":"int32"},"name":{"description":"Account name"},"url":{"description":"Account URL"},"type":{"description":"Account type (e.g. GOOGLE)","example":"GOOGLE"},"totalLocationsCount":{"description":"Number of locations affected by this account's missing permission","format":"int32"}},"description":"External account information including the number of locations it affects"}},"components/schemas/LegacyInsightDataWarningsResponse":{"id":"components/schemas/LegacyInsightDataWarningsResponse","kind":"json-schema","title":"LegacyInsightDataWarningsResponse","data":{"required":["connectedLocations","max","notConnectedLocations","offset","totalItemsCount","warnings"],"properties":{"connectedLocations":{"description":"Connected location counts per directory type","items":{"required":["count","type"],"properties":{"type":{"description":"Directory type name","example":"GOOGLE"},"count":{"description":"Number of locations","format":"int64"}},"description":"Location count for a specific directory type"}},"notConnectedLocations":{"description":"Not-connected location counts per directory type","items":{"required":["count","type"],"properties":{"type":{"description":"Directory type name","example":"GOOGLE"},"count":{"description":"Number of locations","format":"int64"}},"description":"Location count for a specific directory type"}},"warnings":{"required":["missingConnection","missingPermission"],"properties":{"missingConnection":{"required":["locations","totalBusinessesCount","totalLocationsCount"],"properties":{"locations":{"description":"Current page of locations missing a directory connection","items":{"required":["id","listingId","type"],"properties":{"id":{"description":"Location ID","format":"int64"},"listingId":{"description":"Listing ID for this directory","format":"int64"},"type":{"description":"Directory type the connection is missing for","example":"GOOGLE"},"name":{"description":"Location name"},"street":{"description":"Street"},"streetNo":{"description":"Street number"},"zip":{"description":"ZIP/Postal code"},"city":{"description":"City"},"country":{"description":"Country code","example":"DE"},"businessId":{"description":"Business ID","format":"int64"}},"description":"A location missing a connection for a given directory"}},"totalLocationsCount":{"description":"Total locations without connections","format":"int32"},"totalBusinessesCount":{"description":"Total businesses without connections","format":"int32"}},"description":"Locations missing directory connections"},"missingPermission":{"required":["accounts","totalLocationsCount"],"properties":{"accounts":{"description":"Current page of accounts with missing permissions","items":{"required":["id","totalLocationsCount"],"properties":{"id":{"description":"Account ID","format":"int32"},"name":{"description":"Account name"},"url":{"description":"Account URL"},"type":{"description":"Account type (e.g. GOOGLE)","example":"GOOGLE"},"totalLocationsCount":{"description":"Number of locations affected by this account's missing permission","format":"int32"}},"description":"External account information including the number of locations it affects"}},"totalLocationsCount":{"description":"Locations affected by missing permissions, summed per account","format":"int32"}},"description":"Accounts missing directory permissions"}},"description":"Missing connection and permission warnings"},"totalItemsCount":{"description":"Total number of warning items across all pages","format":"int32"},"max":{"description":"Maximum number of results per page","format":"int32"},"offset":{"description":"Record offset used for pagination","format":"int32"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Legacy connection and permission warnings. Returned for API versions older than 20260713, which additionally expose warnings.missingConnection.locations and warnings.missingPermission.accounts[].totalLocationsCount, and paginate both lists with max/offset."},"children":[]}]}]}]}},"components/schemas/LegacyMissingConnectionDto":{"id":"components/schemas/LegacyMissingConnectionDto","kind":"json-schema","title":"LegacyMissingConnectionDto","data":{"required":["locations","totalBusinessesCount","totalLocationsCount"],"properties":{"locations":{"description":"Current page of locations missing a directory connection","items":{"required":["id","listingId","type"],"properties":{"id":{"description":"Location ID","format":"int64"},"listingId":{"description":"Listing ID for this directory","format":"int64"},"type":{"description":"Directory type the connection is missing for","example":"GOOGLE"},"name":{"description":"Location name"},"street":{"description":"Street"},"streetNo":{"description":"Street number"},"zip":{"description":"ZIP/Postal code"},"city":{"description":"City"},"country":{"description":"Country code","example":"DE"},"businessId":{"description":"Business ID","format":"int64"}},"description":"A location missing a connection for a given directory"}},"totalLocationsCount":{"description":"Total locations without connections","format":"int32"},"totalBusinessesCount":{"description":"Total businesses without connections","format":"int32"}},"description":"Locations missing directory connections, paginated with max/offset"}},"components/schemas/LegacyMissingPermissionDto":{"id":"components/schemas/LegacyMissingPermissionDto","kind":"json-schema","title":"LegacyMissingPermissionDto","data":{"required":["accounts","totalLocationsCount"],"properties":{"accounts":{"description":"Current page of accounts with missing permissions","items":{"required":["id","totalLocationsCount"],"properties":{"id":{"description":"Account ID","format":"int32"},"name":{"description":"Account name"},"url":{"description":"Account URL"},"type":{"description":"Account type (e.g. GOOGLE)","example":"GOOGLE"},"totalLocationsCount":{"description":"Number of locations affected by this account's missing permission","format":"int32"}},"description":"External account information including the number of locations it affects"}},"totalLocationsCount":{"description":"Locations affected by missing permissions, summed per account","format":"int32"}},"description":"Accounts missing directory permissions, paginated with max/offset"}},"components/schemas/LegacyWarningsDto":{"id":"components/schemas/LegacyWarningsDto","kind":"json-schema","title":"LegacyWarningsDto","data":{"required":["missingConnection","missingPermission"],"properties":{"missingConnection":{"required":["locations","totalBusinessesCount","totalLocationsCount"],"properties":{"locations":{"description":"Current page of locations missing a directory connection","items":{"required":["id","listingId","type"],"properties":{"id":{"description":"Location ID","format":"int64"},"listingId":{"description":"Listing ID for this directory","format":"int64"},"type":{"description":"Directory type the connection is missing for","example":"GOOGLE"},"name":{"description":"Location name"},"street":{"description":"Street"},"streetNo":{"description":"Street number"},"zip":{"description":"ZIP/Postal code"},"city":{"description":"City"},"country":{"description":"Country code","example":"DE"},"businessId":{"description":"Business ID","format":"int64"}},"description":"A location missing a connection for a given directory"}},"totalLocationsCount":{"description":"Total locations without connections","format":"int32"},"totalBusinessesCount":{"description":"Total businesses without connections","format":"int32"}},"description":"Locations missing directory connections"},"missingPermission":{"required":["accounts","totalLocationsCount"],"properties":{"accounts":{"description":"Current page of accounts with missing permissions","items":{"required":["id","totalLocationsCount"],"properties":{"id":{"description":"Account ID","format":"int32"},"name":{"description":"Account name"},"url":{"description":"Account URL"},"type":{"description":"Account type (e.g. GOOGLE)","example":"GOOGLE"},"totalLocationsCount":{"description":"Number of locations affected by this account's missing permission","format":"int32"}},"description":"External account information including the number of locations it affects"}},"totalLocationsCount":{"description":"Locations affected by missing permissions, summed per account","format":"int32"}},"description":"Accounts missing directory permissions"}},"description":"Legacy warnings for missing connections and permissions"}},"components/schemas/MissingConnectionLocationDto":{"id":"components/schemas/MissingConnectionLocationDto","kind":"json-schema","title":"MissingConnectionLocationDto","data":{"required":["id","listingId","type"],"properties":{"id":{"description":"Location ID","format":"int64"},"listingId":{"description":"Listing ID for this directory","format":"int64"},"type":{"description":"Directory type the connection is missing for","example":"GOOGLE"},"name":{"description":"Location name"},"street":{"description":"Street"},"streetNo":{"description":"Street number"},"zip":{"description":"ZIP/Postal code"},"city":{"description":"City"},"country":{"description":"Country code","example":"DE"},"businessId":{"description":"Business ID","format":"int64"}},"description":"A location missing a connection for a given directory"}},"components/schemas/BaseHttpResponseInsightDataResponse":{"id":"components/schemas/BaseHttpResponseInsightDataResponse","kind":"json-schema","title":"BaseHttpResponseInsightDataResponse","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"required":["granularity","isPartialData","matchedLocationsCount","metrics"],"properties":{"matchedLocationsCount":{"description":"Number of locations that had data in the queried range","format":"int32"},"metrics":{"description":"List of metrics with time-series data","items":{"required":["data","name"],"properties":{"name":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Metric name (e.g. QUERIES_DIRECT, VIEWS_MAPS)"},"children":[]}]}]}],"example":"QUERIES_DIRECT"},"data":{"description":"Data points per time period","items":{"required":["count","period"],"properties":{"period":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date of the period as an ISO date. API versions older than 20260713 instead get a label formatted by granularity: daily 2025-01-15, weekly '2025 3' (ISO year+week), monthly and quarterly 2025-1, yearly 2025"},"children":[]}]}]}],"example":"2025-01-01"},"count":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Metric count for this period. An integer for normal metrics; for the ACTIONS_PHONE hour-of-day profile (group=HOUR) it is an object of the 24 hourly counts keyed phone0..phone23."},"children":[]}]}]}],"example":42}},"description":"A single data point in a time series"}}},"description":"A single metric with its time-series data points"}},"granularity":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Time period granularity. Auto-determined by the date range span unless overridden by the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"group"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" query parameter."},"children":[]}]}]}],"enum":["HOUR","DAILY","WEEKLY","MONTHLY","QUARTERLY","YEARLY"]},"isPartialData":{"description":"True when some periods in the range have incomplete data"}},"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/InsightData":{"id":"components/schemas/InsightData","kind":"json-schema","title":"InsightData","data":{"required":["count","period"],"properties":{"period":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date of the period as an ISO date. API versions older than 20260713 instead get a label formatted by granularity: daily 2025-01-15, weekly '2025 3' (ISO year+week), monthly and quarterly 2025-1, yearly 2025"},"children":[]}]}]}],"example":"2025-01-01"},"count":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Metric count for this period. An integer for normal metrics; for the ACTIONS_PHONE hour-of-day profile (group=HOUR) it is an object of the 24 hourly counts keyed phone0..phone23."},"children":[]}]}]}],"example":42}},"description":"A single data point in a time series"}},"components/schemas/InsightDataResponse":{"id":"components/schemas/InsightDataResponse","kind":"json-schema","title":"InsightDataResponse","data":{"required":["granularity","isPartialData","matchedLocationsCount","metrics"],"properties":{"matchedLocationsCount":{"description":"Number of locations that had data in the queried range","format":"int32"},"metrics":{"description":"List of metrics with time-series data","items":{"required":["data","name"],"properties":{"name":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Metric name (e.g. QUERIES_DIRECT, VIEWS_MAPS)"},"children":[]}]}]}],"example":"QUERIES_DIRECT"},"data":{"description":"Data points per time period","items":{"required":["count","period"],"properties":{"period":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Start date of the period as an ISO date. API versions older than 20260713 instead get a label formatted by granularity: daily 2025-01-15, weekly '2025 3' (ISO year+week), monthly and quarterly 2025-1, yearly 2025"},"children":[]}]}]}],"example":"2025-01-01"},"count":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Metric count for this period. An integer for normal metrics; for the ACTIONS_PHONE hour-of-day profile (group=HOUR) it is an object of the 24 hourly counts keyed phone0..phone23."},"children":[]}]}]}],"example":42}},"description":"A single data point in a time series"}}},"description":"A single metric with its time-series data points"}},"granularity":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Time period granularity. Auto-determined by the date range span unless overridden by the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"group"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" query parameter."},"children":[]}]}]}],"enum":["HOUR","DAILY","WEEKLY","MONTHLY","QUARTERLY","YEARLY"]},"isPartialData":{"description":"True when some periods in the range have incomplete data"}},"description":"Insight metrics response with time-series data grouped by metric type"}},"components/schemas/AsyncExportResponse":{"id":"components/schemas/AsyncExportResponse","kind":"json-schema","title":"AsyncExportResponse","data":{"required":["fileUrl","status"],"properties":{"fileUrl":{"description":"S3 file URL when export completed within timeout, empty otherwise"},"status":{"description":"Export outcome status","enum":["FINISHED","EMAIL","FAILED"]}},"description":"Async export result with status and optional file URL"}},"components/schemas/BaseHttpResponseAsyncExportResponse":{"id":"components/schemas/BaseHttpResponseAsyncExportResponse","kind":"json-schema","title":"BaseHttpResponseAsyncExportResponse","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"required":["fileUrl","status"],"properties":{"fileUrl":{"description":"S3 file URL when export completed within timeout, empty otherwise"},"status":{"description":"Export outcome status","enum":["FINISHED","EMAIL","FAILED"]}},"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/BaseHttpResponseDataAvailabilityResponse":{"id":"components/schemas/BaseHttpResponseDataAvailabilityResponse","kind":"json-schema","title":"BaseHttpResponseDataAvailabilityResponse","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"required":["connectedDirectoriesDelayDay"],"properties":{"dataFullyAvailableUntil":{"description":"Latest date up to which data is fully available (ISO format), or null if no connected listings exist","example":"2025-03-20"},"dataAvailableFrom":{},"connectedDirectoriesDelayDay":{"items":{"required":["delayDay","type"],"properties":{"type":{},"delayDay":{"format":"int32"}}}}},"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/DataAvailabilityResponse":{"id":"components/schemas/DataAvailabilityResponse","kind":"json-schema","title":"DataAvailabilityResponse","data":{"required":["connectedDirectoriesDelayDay"],"properties":{"dataFullyAvailableUntil":{"description":"Latest date up to which data is fully available (ISO format), or null if no connected listings exist","example":"2025-03-20"},"dataAvailableFrom":{},"connectedDirectoriesDelayDay":{"items":{"required":["delayDay","type"],"properties":{"type":{},"delayDay":{"format":"int32"}}}}},"description":"Data availability information for filtered locations"}},"components/schemas/DirectoryDelayDay":{"id":"components/schemas/DirectoryDelayDay","kind":"json-schema","title":"DirectoryDelayDay","data":{"required":["delayDay","type"],"properties":{"type":{},"delayDay":{"format":"int32"}}}},"components/schemas/AverageRatingByPeriod":{"id":"components/schemas/AverageRatingByPeriod","kind":"json-schema","title":"AverageRatingByPeriod","data":{"required":["period","value"],"properties":{"period":{},"value":{"format":"double"}}}},"components/schemas/CustomerFeedbackByPeriodResponse":{"id":"components/schemas/CustomerFeedbackByPeriodResponse","kind":"json-schema","title":"CustomerFeedbackByPeriodResponse","data":{"required":["averageRatingByPeriod","granularity","interactionCountByPeriod","isPartialData","matchedLocationsCount","totalRatingCount"],"properties":{"averageRatingByPeriod":{"description":"Average rating per time period","items":{"required":["period","value"],"properties":{"period":{},"value":{"format":"double"}}}},"granularity":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Time period granularity. Auto-determined by the date range span unless overridden by the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"group"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" query parameter."},"children":[]}]}]}],"enum":["HOUR","DAILY","WEEKLY","MONTHLY","QUARTERLY","YEARLY"]},"interactionCountByPeriod":{"required":["photos","questions","reviews"],"properties":{"reviews":{"items":{"required":["count","period"],"properties":{"period":{},"count":{"format":"int64"}}}},"questions":{"items":{"required":["count","period"],"properties":{"period":{},"count":{"format":"int64"}}}},"photos":{"items":{"required":["count","period"],"properties":{"period":{},"count":{"format":"int64"}}}}},"description":"Interaction counts per period grouped by type (reviews, questions, photos)"},"matchedLocationsCount":{"description":"Number of locations that matched the filter","format":"int64"},"totalRatingCount":{"description":"Total number of ratings across all periods","format":"int64"},"isPartialData":{"description":"True when some periods have incomplete data"}},"description":"Customer feedback metrics broken down by time period"}},"components/schemas/InteractionCountByPeriod":{"id":"components/schemas/InteractionCountByPeriod","kind":"json-schema","title":"InteractionCountByPeriod","data":{"required":["count","period"],"properties":{"period":{},"count":{"format":"int64"}}}},"components/schemas/InteractionCountByType":{"id":"components/schemas/InteractionCountByType","kind":"json-schema","title":"InteractionCountByType","data":{"required":["photos","questions","reviews"],"properties":{"reviews":{"items":{"required":["count","period"],"properties":{"period":{},"count":{"format":"int64"}}}},"questions":{"items":{"required":["count","period"],"properties":{"period":{},"count":{"format":"int64"}}}},"photos":{"items":{"required":["count","period"],"properties":{"period":{},"count":{"format":"int64"}}}}}}},"components/schemas/LegacyCustomerFeedbackByPeriodResponse":{"id":"components/schemas/LegacyCustomerFeedbackByPeriodResponse","kind":"json-schema","title":"LegacyCustomerFeedbackByPeriodResponse","data":{"required":["averageRatingByPeriod","granularity","interactionCountByPeriod","isPartialData","matchedLocationsCount","totalRatingCount"],"properties":{"averageRatingByPeriod":{"description":"Average rating per time period","items":{"required":["period","value"],"properties":{"period":{},"value":{"format":"double"}}}},"granularity":{"description":"Time period granularity","enum":["HOUR","DAILY","WEEKLY","MONTHLY","QUARTERLY","YEARLY"]},"interactionCountByPeriod":{"description":"Combined review and photo interaction count per period (legacy flat format)","items":{"required":["count","period"],"properties":{"period":{},"count":{"format":"int64"}}}},"matchedLocationsCount":{"description":"Number of locations that matched the filter","format":"int64"},"totalRatingCount":{"description":"Total number of ratings across all periods","format":"int64"},"isPartialData":{"description":"True when some periods have incomplete data"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Legacy customer feedback by period response. Returned for API versions older than 20260713, where interactionCountByPeriod is a flat list of review + photo counts per period and periods carry the granularity-dependent labels the monolith used (weekly '2025 3', monthly and quarterly 2025-3, yearly 2025) instead of the ISO period start date."},"children":[]}]}]}]}},"components/schemas/BaseHttpResponseCustomerFeedbackKeywordResponse":{"id":"components/schemas/BaseHttpResponseCustomerFeedbackKeywordResponse","kind":"json-schema","title":"BaseHttpResponseCustomerFeedbackKeywordResponse","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"required":["keywords","totalFeedbacksAnalyzed"],"properties":{"keywords":{"description":"List of extracted keywords with metrics","items":{"required":["count","keyword","percentage","rating","ratingSum"],"properties":{"keyword":{"description":"The keyword text","example":"service"},"percentage":{"required":["current","previous"],"properties":{"current":{"description":"Value in the current period","format":"double","example":25.5},"previous":{"description":"Value in the equivalent previous period","format":"double","example":20}},"description":"Keyword frequency as percentage of total reviews, current vs previous period"},"rating":{"required":["current","previous"],"properties":{"current":{"description":"Value in the current period","format":"double","example":25.5},"previous":{"description":"Value in the equivalent previous period","format":"double","example":20}},"description":"Average rating of reviews containing this keyword, current vs previous period"},"aggregatedWords":{"uniqueItems":true,"description":"Word variants grouped under this keyword","example":["service","services"],"items":{}},"ratingSum":{"required":["current","previous"],"properties":{"current":{"description":"Value in the current period","format":"double","example":25.5},"previous":{"description":"Value in the equivalent previous period","format":"double","example":20}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Backwards-compatibility field kept for legacy clients; not computed by this service and always {current: 0, previous: 0}."},"children":[]}]}]}]},"count":{"required":["current","previous"],"properties":{"current":{"description":"Value in the current period","format":"double","example":25.5},"previous":{"description":"Value in the equivalent previous period","format":"double","example":20}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Backwards-compatibility field kept for legacy clients; not computed by this service and always {current: 0, previous: 0}."},"children":[]}]}]}]},"directoryDetails":{"description":"Backwards-compatibility field kept for legacy clients; not computed by this service and always null."},"allKeywords":{"uniqueItems":true,"description":"Backwards-compatibility field kept for legacy clients; not computed by this service and always null.","items":{}}},"description":"A keyword extracted from customer feedback with period comparison"}},"totalFeedbacksAnalyzed":{"description":"Total number of feedbacks analyzed for keyword extraction","format":"int64"},"page":{"description":"Current page number (present when pagination is used)","format":"int32"},"pageSize":{"description":"Page size (defaults to 50 when page is set)","format":"int32"},"total":{"description":"Total number of keywords available","format":"int64"}},"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/CurrentPreviousValue":{"id":"components/schemas/CurrentPreviousValue","kind":"json-schema","title":"CurrentPreviousValue","data":{"required":["current","previous"],"properties":{"current":{"description":"Value in the current period","format":"double","example":25.5},"previous":{"description":"Value in the equivalent previous period","format":"double","example":20}},"description":"Value comparison between current and previous period"}},"components/schemas/CustomerFeedbackKeywordResponse":{"id":"components/schemas/CustomerFeedbackKeywordResponse","kind":"json-schema","title":"CustomerFeedbackKeywordResponse","data":{"required":["keywords","totalFeedbacksAnalyzed"],"properties":{"keywords":{"description":"List of extracted keywords with metrics","items":{"required":["count","keyword","percentage","rating","ratingSum"],"properties":{"keyword":{"description":"The keyword text","example":"service"},"percentage":{"required":["current","previous"],"properties":{"current":{"description":"Value in the current period","format":"double","example":25.5},"previous":{"description":"Value in the equivalent previous period","format":"double","example":20}},"description":"Keyword frequency as percentage of total reviews, current vs previous period"},"rating":{"required":["current","previous"],"properties":{"current":{"description":"Value in the current period","format":"double","example":25.5},"previous":{"description":"Value in the equivalent previous period","format":"double","example":20}},"description":"Average rating of reviews containing this keyword, current vs previous period"},"aggregatedWords":{"uniqueItems":true,"description":"Word variants grouped under this keyword","example":["service","services"],"items":{}},"ratingSum":{"required":["current","previous"],"properties":{"current":{"description":"Value in the current period","format":"double","example":25.5},"previous":{"description":"Value in the equivalent previous period","format":"double","example":20}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Backwards-compatibility field kept for legacy clients; not computed by this service and always {current: 0, previous: 0}."},"children":[]}]}]}]},"count":{"required":["current","previous"],"properties":{"current":{"description":"Value in the current period","format":"double","example":25.5},"previous":{"description":"Value in the equivalent previous period","format":"double","example":20}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Backwards-compatibility field kept for legacy clients; not computed by this service and always {current: 0, previous: 0}."},"children":[]}]}]}]},"directoryDetails":{"description":"Backwards-compatibility field kept for legacy clients; not computed by this service and always null."},"allKeywords":{"uniqueItems":true,"description":"Backwards-compatibility field kept for legacy clients; not computed by this service and always null.","items":{}}},"description":"A keyword extracted from customer feedback with period comparison"}},"totalFeedbacksAnalyzed":{"description":"Total number of feedbacks analyzed for keyword extraction","format":"int64"},"page":{"description":"Current page number (present when pagination is used)","format":"int32"},"pageSize":{"description":"Page size (defaults to 50 when page is set)","format":"int32"},"total":{"description":"Total number of keywords available","format":"int64"}},"description":"Keyword analysis results from customer feedback reviews"}},"components/schemas/Keyword":{"id":"components/schemas/Keyword","kind":"json-schema","title":"Keyword","data":{"required":["count","keyword","percentage","rating","ratingSum"],"properties":{"keyword":{"description":"The keyword text","example":"service"},"percentage":{"required":["current","previous"],"properties":{"current":{"description":"Value in the current period","format":"double","example":25.5},"previous":{"description":"Value in the equivalent previous period","format":"double","example":20}},"description":"Keyword frequency as percentage of total reviews, current vs previous period"},"rating":{"required":["current","previous"],"properties":{"current":{"description":"Value in the current period","format":"double","example":25.5},"previous":{"description":"Value in the equivalent previous period","format":"double","example":20}},"description":"Average rating of reviews containing this keyword, current vs previous period"},"aggregatedWords":{"uniqueItems":true,"description":"Word variants grouped under this keyword","example":["service","services"],"items":{}},"ratingSum":{"required":["current","previous"],"properties":{"current":{"description":"Value in the current period","format":"double","example":25.5},"previous":{"description":"Value in the equivalent previous period","format":"double","example":20}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Backwards-compatibility field kept for legacy clients; not computed by this service and always {current: 0, previous: 0}."},"children":[]}]}]}]},"count":{"required":["current","previous"],"properties":{"current":{"description":"Value in the current period","format":"double","example":25.5},"previous":{"description":"Value in the equivalent previous period","format":"double","example":20}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Backwards-compatibility field kept for legacy clients; not computed by this service and always {current: 0, previous: 0}."},"children":[]}]}]}]},"directoryDetails":{"description":"Backwards-compatibility field kept for legacy clients; not computed by this service and always null."},"allKeywords":{"uniqueItems":true,"description":"Backwards-compatibility field kept for legacy clients; not computed by this service and always null.","items":{}}},"description":"A keyword extracted from customer feedback with period comparison"}},"components/schemas/CountByRating":{"id":"components/schemas/CountByRating","kind":"json-schema","title":"CountByRating","data":{"required":["count","rating","replied"],"properties":{"rating":{"description":"Star rating value (1-5)","format":"int32","example":5},"count":{"description":"Number of reviews with this rating","format":"int32"},"replied":{"description":"Number of reviews with this rating that were replied to","format":"int32"}},"description":"Review count for a specific star rating"}},"components/schemas/CustomerFeedbackResponse":{"id":"components/schemas/CustomerFeedbackResponse","kind":"json-schema","title":"CustomerFeedbackResponse","data":{"required":["averageRating","countByRating","directoryTypes","ratingCount","repliedCount"],"properties":{"averageRating":{"description":"Average rating across all reviews","format":"double","example":4.2},"countByRating":{"description":"Review count breakdown by star rating (1-5)","items":{"required":["count","rating","replied"],"properties":{"rating":{"description":"Star rating value (1-5)","format":"int32","example":5},"count":{"description":"Number of reviews with this rating","format":"int32"},"replied":{"description":"Number of reviews with this rating that were replied to","format":"int32"}},"description":"Review count for a specific star rating"}},"ratingCount":{"description":"Total number of ratings","format":"int32"},"repliedCount":{"description":"Number of reviews that received a reply","format":"int32"},"directoryTypes":{"description":"Directory types that contributed reviews","items":{"required":["category","name"],"properties":{"name":{},"category":{"enum":["search","voice.search","social","mobile.and.navigation","ev","aggregators","doctor.dot.com","general"]}}}}},"description":"Aggregated customer feedback statistics"}},"components/schemas/DirectoryType":{"id":"components/schemas/DirectoryType","kind":"json-schema","title":"DirectoryType","data":{"required":["category","name"],"properties":{"name":{},"category":{"enum":["search","voice.search","social","mobile.and.navigation","ev","aggregators","doctor.dot.com","general"]}}}},"components/schemas/LegacyCustomerFeedbackResponse":{"id":"components/schemas/LegacyCustomerFeedbackResponse","kind":"json-schema","title":"LegacyCustomerFeedbackResponse","data":{"required":["averageRating","countByRating","directoryTypes","interactionCount","matchedLocationsCount","ratingCount","repliedCount","unreadInteractionCount"],"properties":{"averageRating":{"description":"Average rating across all reviews","format":"double","example":4.2},"countByRating":{"description":"Review count breakdown by star rating (1-5)","items":{"required":["count","rating","replied"],"properties":{"rating":{"description":"Star rating value (1-5)","format":"int32","example":5},"count":{"description":"Number of reviews with this rating","format":"int32"},"replied":{"description":"Number of reviews with this rating that were replied to","format":"int32"}},"description":"Review count for a specific star rating"}},"ratingCount":{"description":"Total number of ratings","format":"int32"},"repliedCount":{"description":"Number of reviews that received a reply","format":"int32"},"directoryTypes":{"description":"Directory types that contributed reviews","items":{"required":["category","name"],"properties":{"name":{},"category":{"enum":["search","voice.search","social","mobile.and.navigation","ev","aggregators","doctor.dot.com","general"]}}}},"interactionCount":{"description":"Number of reviews and photos in the requested period","format":"int32","example":42},"unreadInteractionCount":{"description":"Number of unread reviews and photos. Read state is per-user and lives only in the monolith, so this service mirrors interactionCount, matching the monolith for users who never marked an interaction as read.","format":"int32","example":42},"unreadInteractions":{"description":"Deprecated. Always null. Historically held the last three unread interactions.","deprecated":true,"items":{}},"matchedLocationsCount":{"description":"Number of locations that matched the filter","format":"int32","example":3}},"description":"Legacy aggregated customer feedback statistics. Returned for API versions older than 20260713, which additionally expose interactionCount, unreadInteractionCount and unreadInteractions."}},"components/schemas/PdfGenerationStatusUpdateRequest":{"id":"components/schemas/PdfGenerationStatusUpdateRequest","kind":"json-schema","title":"PdfGenerationStatusUpdateRequest","data":{"required":["id","status"],"properties":{"id":{"format":"int64"},"status":{"enum":["PENDING","COMPLETED","FAILED"]},"fileUrl":{}}}},"components/schemas/BaseHttpResponseString":{"id":"components/schemas/BaseHttpResponseString","kind":"json-schema","title":"BaseHttpResponseString","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/AsyncPdfExportResponse":{"id":"components/schemas/AsyncPdfExportResponse","kind":"json-schema","title":"AsyncPdfExportResponse","data":{"required":["end","id","start","status"],"properties":{"id":{"format":"int64"},"start":{},"end":{},"language":{},"status":{"enum":["SCHEDULED","FAILED","FINISHED"]},"whitelabelIdentifier":{},"salesPartnerCountry":{}}}},"components/schemas/BaseHttpResponseAsyncPdfExportResponse":{"id":"components/schemas/BaseHttpResponseAsyncPdfExportResponse","kind":"json-schema","title":"BaseHttpResponseAsyncPdfExportResponse","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"required":["end","id","start","status"],"properties":{"id":{"format":"int64"},"start":{},"end":{},"language":{},"status":{"enum":["SCHEDULED","FAILED","FINISHED"]},"whitelabelIdentifier":{},"salesPartnerCountry":{}},"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/BaseHttpResponseCreateExcelExportJobResponse":{"id":"components/schemas/BaseHttpResponseCreateExcelExportJobResponse","kind":"json-schema","title":"BaseHttpResponseCreateExcelExportJobResponse","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"required":["jobId","status"],"properties":{"jobId":{"format":"uuid"},"status":{"enum":["PROCESSING","FINISHED","FAILED"]}},"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/CreateExcelExportJobResponse":{"id":"components/schemas/CreateExcelExportJobResponse","kind":"json-schema","title":"CreateExcelExportJobResponse","data":{"required":["jobId","status"],"properties":{"jobId":{"format":"uuid"},"status":{"enum":["PROCESSING","FINISHED","FAILED"]}}}},"components/schemas/UpdateExcelExportJobRequest":{"id":"components/schemas/UpdateExcelExportJobRequest","kind":"json-schema","title":"UpdateExcelExportJobRequest","data":{"required":["sendEmail"],"properties":{"sendEmail":{}}}},"components/schemas/BaseHttpResponseCurrentVisibilityIndexScoreResponse":{"id":"components/schemas/BaseHttpResponseCurrentVisibilityIndexScoreResponse","kind":"json-schema","title":"BaseHttpResponseCurrentVisibilityIndexScoreResponse","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"required":["date","maxPoints","pointsReached","reasons","result","score","summary"],"properties":{"score":{"description":"Visibility index score between 0 and 100","format":"int32","example":82},"maxPoints":{"description":"Total number of available points across scanned directories","format":"int32","example":245},"pointsReached":{"description":"Actual number of points reached across scanned directories","format":"int32","example":198},"result":{"additionalProperties":{},"description":"In-sync / not-in-sync directory breakdown"},"summary":{"additionalProperties":{},"description":"Detailed per-directory visibility info"},"date":{"description":"The date the visibility index reflects","example":"2026-07-23"},"dateCreated":{"description":"When the underlying record was processed","example":"2026-07-23T02:15:30Z"},"reasons":{"description":"Reasons explaining the visibility index; not available in the data lake","items":{}}},"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/CurrentVisibilityIndexScoreResponse":{"id":"components/schemas/CurrentVisibilityIndexScoreResponse","kind":"json-schema","title":"CurrentVisibilityIndexScoreResponse","data":{"required":["date","maxPoints","pointsReached","reasons","result","score","summary"],"properties":{"score":{"description":"Visibility index score between 0 and 100","format":"int32","example":82},"maxPoints":{"description":"Total number of available points across scanned directories","format":"int32","example":245},"pointsReached":{"description":"Actual number of points reached across scanned directories","format":"int32","example":198},"result":{"additionalProperties":{},"description":"In-sync / not-in-sync directory breakdown"},"summary":{"additionalProperties":{},"description":"Detailed per-directory visibility info"},"date":{"description":"The date the visibility index reflects","example":"2026-07-23"},"dateCreated":{"description":"When the underlying record was processed","example":"2026-07-23T02:15:30Z"},"reasons":{"description":"Reasons explaining the visibility index; not available in the data lake","items":{}}},"description":"Current visibility index for a location (backward-compatible with the monolith)"}},"components/schemas/BaseHttpResponsePdfGenerationResponse":{"id":"components/schemas/BaseHttpResponsePdfGenerationResponse","kind":"json-schema","title":"BaseHttpResponsePdfGenerationResponse","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"required":["createdAt","id","status","updatedAt"],"properties":{"id":{"format":"int64"},"status":{"enum":["PENDING","COMPLETED","FAILED"]},"fileUrl":{},"createdAt":{},"updatedAt":{}},"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/PdfGenerationResponse":{"id":"components/schemas/PdfGenerationResponse","kind":"json-schema","title":"PdfGenerationResponse","data":{"required":["createdAt","id","status","updatedAt"],"properties":{"id":{"format":"int64"},"status":{"enum":["PENDING","COMPLETED","FAILED"]},"fileUrl":{},"createdAt":{},"updatedAt":{}}}},"components/schemas/BaseHttpResponseObject":{"id":"components/schemas/BaseHttpResponseObject","kind":"json-schema","title":"BaseHttpResponseObject","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/BaseHttpResponseExcelExportJobResponse":{"id":"components/schemas/BaseHttpResponseExcelExportJobResponse","kind":"json-schema","title":"BaseHttpResponseExcelExportJobResponse","data":{"required":["response","status"],"properties":{"status":{"description":"Response status","example":"SUCCESS"},"response":{"properties":{"id":{"format":"uuid"},"status":{"enum":["PROCESSING","FINISHED","FAILED"]},"error":{"required":["code","message"],"properties":{"code":{},"message":{},"data":{"items":{"required":["param","value"],"properties":{"param":{},"value":{}}}}}},"downloadUrl":{},"sendEmail":{}},"description":"Response payload"}},"description":"Standard API response wrapper"}},"components/schemas/DataObject":{"id":"components/schemas/DataObject","kind":"json-schema","title":"DataObject","data":{"required":["param","value"],"properties":{"param":{},"value":{}}}},"components/schemas/ErrorObject":{"id":"components/schemas/ErrorObject","kind":"json-schema","title":"ErrorObject","data":{"required":["code","message"],"properties":{"code":{},"message":{},"data":{"items":{"required":["param","value"],"properties":{"param":{},"value":{}}}}}}},"components/schemas/ExcelExportJobResponse":{"id":"components/schemas/ExcelExportJobResponse","kind":"json-schema","title":"ExcelExportJobResponse","data":{"properties":{"id":{"format":"uuid"},"status":{"enum":["PROCESSING","FINISHED","FAILED"]},"error":{"required":["code","message"],"properties":{"code":{},"message":{},"data":{"items":{"required":["param","value"],"properties":{"param":{},"value":{}}}}}},"downloadUrl":{},"sendEmail":{}}}},"components/schemas/EmailMetricsResponse":{"id":"components/schemas/EmailMetricsResponse","kind":"json-schema","title":"EmailMetricsResponse","data":{"type":"object","properties":{"externalJobId":{"type":"string","nullable":true},"sent":{"type":"integer","format":"int64","nullable":true},"opened":{"type":"integer","format":"int64","nullable":true},"clicked":{"type":"integer","format":"int64","nullable":true}}}},"components/schemas/EmailTemplateRequest":{"id":"components/schemas/EmailTemplateRequest","kind":"json-schema","title":"EmailTemplateRequest","data":{"required":["actionButtonColor","footerText","privacyLink","senderEmailId","subject"],"type":"object","properties":{"senderEmailId":{"minLength":1,"type":"string","description":"Sender email address. Must be a verified email identity (see the /identities endpoints).","format":"email"},"footerText":{"minLength":1,"type":"string","description":"Footer text shown at the bottom of the review request email"},"subject":{"minLength":1,"type":"string","description":"Subject line of the review request email"},"actionButtonColor":{"minLength":1,"pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","type":"string","description":"Hex color of the call-to-action button","example":"#3C8ECB"},"privacyLink":{"minLength":1,"pattern":"^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]$","type":"string","description":"URL of the privacy policy linked from the email"},"mediaIds":{"type":"array","description":"Ids of previously uploaded media (see the review-template media upload-url endpoint), e.g. the logo shown in the email","nullable":true,"items":{"type":"integer","format":"int64"}}},"description":"Email settings. When present the template type is EMAIL and every review link needs a label; when absent the template type is SMS."}},"components/schemas/EmailTemplateResponse":{"id":"components/schemas/EmailTemplateResponse","kind":"json-schema","title":"EmailTemplateResponse","data":{"required":["actionButtonColor","footerText","senderEmailId","subject"],"type":"object","properties":{"senderEmailId":{"type":"string"},"footerText":{"type":"string"},"subject":{"type":"string"},"actionButtonColor":{"type":"string"},"privacyLink":{"type":"string","nullable":true},"media":{"type":"array","nullable":true,"items":{"type":"object","properties":{"mediaId":{"type":"integer","format":"int64","nullable":true},"message":{"type":"string","nullable":true},"uploadUrl":{"type":"string","nullable":true}}}}}}},"components/schemas/GetIdentitiesResponse":{"id":"components/schemas/GetIdentitiesResponse","kind":"json-schema","title":"GetIdentitiesResponse","data":{"type":"object","properties":{"identities":{"type":"array","nullable":true,"items":{"type":"object","properties":{"emailAddress":{"type":"string","nullable":true},"identityType":{"type":"string","nullable":true},"verificationStatus":{"type":"string","nullable":true},"message":{"type":"string","nullable":true}}}},"message":{"type":"string","nullable":true}}}},"components/schemas/GlobalErrorResponse":{"id":"components/schemas/GlobalErrorResponse","kind":"json-schema","title":"GlobalErrorResponse","data":{"required":["errorMessage"],"type":"object","properties":{"errorMessage":{"type":"string","description":"Human-readable error summary","example":"An uncaught exception happened"},"errorCode":{"type":"string","description":"Reference code of the internal error report; include it when contacting support","nullable":true}},"description":"Error envelope returned for unexpected, uncaught server errors"}},"components/schemas/IdentityResponse":{"id":"components/schemas/IdentityResponse","kind":"json-schema","title":"IdentityResponse","data":{"type":"object","properties":{"emailAddress":{"type":"string","nullable":true},"identityType":{"type":"string","nullable":true},"verificationStatus":{"type":"string","nullable":true},"message":{"type":"string","nullable":true}}}},"components/schemas/ReviewLinkRequest":{"id":"components/schemas/ReviewLinkRequest","kind":"json-schema","title":"ReviewLinkRequest","data":{"required":["url"],"type":"object","properties":{"url":{"maxLength":2048,"minLength":1,"pattern":"^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]$|^[a-zA-Z0-9-_]+$","type":"string","description":"URL of the review platform, or the name of a location custom field that holds the URL per location. Yelp is not supported."},"label":{"type":"string","description":"Display label of the review link. Required for every review link when email is present on the template.","nullable":true}}}},"components/schemas/ReviewLinkResponse":{"id":"components/schemas/ReviewLinkResponse","kind":"json-schema","title":"ReviewLinkResponse","data":{"required":["url"],"type":"object","properties":{"url":{"type":"string"},"label":{"type":"string","nullable":true}}}},"components/schemas/ReviewTemplate":{"id":"components/schemas/ReviewTemplate","kind":"json-schema","title":"ReviewTemplate","data":{"required":["bodyText","createdAt","name","type","updatedAt"],"type":"object","properties":{"name":{"minLength":1,"type":"string"},"bodyText":{"minLength":1,"type":"string"},"senderEmailId":{"type":"string","format":"email","nullable":true},"senderName":{"maxLength":11,"minLength":3,"type":"string","nullable":true},"type":{"minLength":1,"pattern":"^EMAIL|SMS$","type":"string","enum":["EMAIL","SMS"]},"createdAt":{"type":"string","description":"UTC date-time without timezone offset, formatted as yyyy-MM-dd'T'HH:mm:ss.SSS","example":"2026-08-04T12:34:56.789"},"updatedAt":{"type":"string","description":"UTC date-time without timezone offset, formatted as yyyy-MM-dd'T'HH:mm:ss.SSS","example":"2026-08-04T12:34:56.789"},"id":{"type":"integer","format":"int64","nullable":true},"version":{"type":"integer","description":"Internal optimistic-locking counter, not meaningful to API consumers","format":"int64","nullable":true}}}},"components/schemas/ReviewTemplateJob":{"id":"components/schemas/ReviewTemplateJob","kind":"json-schema","title":"ReviewTemplateJob","data":{"required":["batchId","createdAt","customerLocationId","scheduledDateTimeUtc","status"],"type":"object","properties":{"batchId":{"type":"integer","format":"int64"},"reviewTemplate":{"required":["bodyText","createdAt","name","type","updatedAt"],"type":"object","properties":{"name":{"minLength":1,"type":"string"},"bodyText":{"minLength":1,"type":"string"},"senderEmailId":{"type":"string","format":"email","nullable":true},"senderName":{"maxLength":11,"minLength":3,"type":"string","nullable":true},"type":{"minLength":1,"pattern":"^EMAIL|SMS$","type":"string","enum":["EMAIL","SMS"]},"createdAt":{"type":"string","description":"UTC date-time without timezone offset, formatted as yyyy-MM-dd'T'HH:mm:ss.SSS","example":"2026-08-04T12:34:56.789"},"updatedAt":{"type":"string","description":"UTC date-time without timezone offset, formatted as yyyy-MM-dd'T'HH:mm:ss.SSS","example":"2026-08-04T12:34:56.789"},"id":{"type":"integer","format":"int64","nullable":true},"version":{"type":"integer","description":"Internal optimistic-locking counter, not meaningful to API consumers","format":"int64","nullable":true}}},"customerLocationId":{"type":"integer","format":"int64"},"status":{"minLength":1,"pattern":"^CREATED|IN_PROGRESS|DONE|FAILED$","type":"string","enum":["CREATED","IN_PROGRESS","DONE","FAILED"]},"createdAt":{"type":"string","description":"UTC date-time without timezone offset, formatted as yyyy-MM-dd'T'HH:mm:ss.SSS","example":"2026-08-04T12:34:56.789"},"scheduledDateTimeUtc":{"type":"string","description":"UTC date-time without timezone offset, formatted as yyyy-MM-dd'T'HH:mm:ss.SSS","example":"2026-08-04T12:34:56.789"},"id":{"type":"integer","format":"int64","nullable":true},"version":{"type":"integer","description":"Internal optimistic-locking counter, not meaningful to API consumers","format":"int64","nullable":true}}}},"components/schemas/ReviewTemplateJobRequest":{"id":"components/schemas/ReviewTemplateJobRequest","kind":"json-schema","title":"ReviewTemplateJobRequest","data":{"required":["customerLocationIds","reviewTemplateId"],"type":"object","properties":{"customerLocationIds":{"minItems":1,"type":"array","description":"Ids of the customer locations (created via the customer-management service) that should receive the review request","items":{"type":"integer","format":"int64"}},"reviewTemplateId":{"type":"integer","description":"Id of an existing review template","format":"int64"}}}},"components/schemas/ReviewTemplateJobResponse":{"id":"components/schemas/ReviewTemplateJobResponse","kind":"json-schema","title":"ReviewTemplateJobResponse","data":{"type":"object","properties":{"batchId":{"type":"integer","format":"int64","nullable":true},"reviewTemplate":{"type":"object","properties":{"id":{"type":"integer","format":"int64","nullable":true},"type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"locationIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"bodyText":{"type":"string","nullable":true},"senderName":{"type":"string","nullable":true},"email":{"required":["actionButtonColor","footerText","senderEmailId","subject"],"type":"object","properties":{"senderEmailId":{"type":"string"},"footerText":{"type":"string"},"subject":{"type":"string"},"actionButtonColor":{"type":"string"},"privacyLink":{"type":"string","nullable":true},"media":{"type":"array","nullable":true,"items":{"type":"object","properties":{"mediaId":{"type":"integer","format":"int64","nullable":true},"message":{"type":"string","nullable":true},"uploadUrl":{"type":"string","nullable":true}}}}}},"reviewLinks":{"type":"array","nullable":true,"items":{"required":["url"],"type":"object","properties":{"url":{"type":"string"},"label":{"type":"string","nullable":true}}}},"createdAt":{"type":"string","nullable":true},"updatedAt":{"type":"string","nullable":true},"errors":{"type":"array","nullable":true,"items":{"type":"string"}},"message":{"type":"string","nullable":true}}},"metrics":{"type":"object","properties":{"externalJobId":{"type":"string","nullable":true},"sent":{"type":"integer","format":"int64","nullable":true},"opened":{"type":"integer","format":"int64","nullable":true},"clicked":{"type":"integer","format":"int64","nullable":true}}},"scheduledDateUTC":{"type":"string","nullable":true},"message":{"type":"string","nullable":true}}}},"components/schemas/ReviewTemplateJobsResponse":{"id":"components/schemas/ReviewTemplateJobsResponse","kind":"json-schema","title":"ReviewTemplateJobsResponse","data":{"required":["errors"],"type":"object","properties":{"jobs":{"type":"array","description":"Scheduled jobs, one per customer location. Empty when nothing was scheduled.","nullable":true,"items":{"required":["batchId","createdAt","customerLocationId","scheduledDateTimeUtc","status"],"type":"object","properties":{"batchId":{"type":"integer","format":"int64"},"reviewTemplate":{"required":["bodyText","createdAt","name","type","updatedAt"],"type":"object","properties":{"name":{"minLength":1,"type":"string"},"bodyText":{"minLength":1,"type":"string"},"senderEmailId":{"type":"string","format":"email","nullable":true},"senderName":{"maxLength":11,"minLength":3,"type":"string","nullable":true},"type":{"minLength":1,"pattern":"^EMAIL|SMS$","type":"string","enum":["EMAIL","SMS"]},"createdAt":{"type":"string","description":"UTC date-time without timezone offset, formatted as yyyy-MM-dd'T'HH:mm:ss.SSS","example":"2026-08-04T12:34:56.789"},"updatedAt":{"type":"string","description":"UTC date-time without timezone offset, formatted as yyyy-MM-dd'T'HH:mm:ss.SSS","example":"2026-08-04T12:34:56.789"},"id":{"type":"integer","format":"int64","nullable":true},"version":{"type":"integer","description":"Internal optimistic-locking counter, not meaningful to API consumers","format":"int64","nullable":true}}},"customerLocationId":{"type":"integer","format":"int64"},"status":{"minLength":1,"pattern":"^CREATED|IN_PROGRESS|DONE|FAILED$","type":"string","enum":["CREATED","IN_PROGRESS","DONE","FAILED"]},"createdAt":{"type":"string","description":"UTC date-time without timezone offset, formatted as yyyy-MM-dd'T'HH:mm:ss.SSS","example":"2026-08-04T12:34:56.789"},"scheduledDateTimeUtc":{"type":"string","description":"UTC date-time without timezone offset, formatted as yyyy-MM-dd'T'HH:mm:ss.SSS","example":"2026-08-04T12:34:56.789"},"id":{"type":"integer","format":"int64","nullable":true},"version":{"type":"integer","description":"Internal optimistic-locking counter, not meaningful to API consumers","format":"int64","nullable":true}}}},"message":{"type":"string","description":"Explanation when nothing or only part of the request could be scheduled","nullable":true},"errors":{"type":"array","description":"Validation problems that blocked scheduling, e.g. review links that cannot be resolved for a location","items":{"type":"string"}}}}},"components/schemas/ReviewTemplateMediaResponse":{"id":"components/schemas/ReviewTemplateMediaResponse","kind":"json-schema","title":"ReviewTemplateMediaResponse","data":{"type":"object","properties":{"mediaId":{"type":"integer","format":"int64","nullable":true},"message":{"type":"string","nullable":true},"uploadUrl":{"type":"string","nullable":true}}}},"components/schemas/ReviewTemplateResponse":{"id":"components/schemas/ReviewTemplateResponse","kind":"json-schema","title":"ReviewTemplateResponse","data":{"type":"object","properties":{"id":{"type":"integer","format":"int64","nullable":true},"type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"locationIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"bodyText":{"type":"string","nullable":true},"senderName":{"type":"string","nullable":true},"email":{"required":["actionButtonColor","footerText","senderEmailId","subject"],"type":"object","properties":{"senderEmailId":{"type":"string"},"footerText":{"type":"string"},"subject":{"type":"string"},"actionButtonColor":{"type":"string"},"privacyLink":{"type":"string","nullable":true},"media":{"type":"array","nullable":true,"items":{"type":"object","properties":{"mediaId":{"type":"integer","format":"int64","nullable":true},"message":{"type":"string","nullable":true},"uploadUrl":{"type":"string","nullable":true}}}}}},"reviewLinks":{"type":"array","nullable":true,"items":{"required":["url"],"type":"object","properties":{"url":{"type":"string"},"label":{"type":"string","nullable":true}}}},"createdAt":{"type":"string","nullable":true},"updatedAt":{"type":"string","nullable":true},"errors":{"type":"array","nullable":true,"items":{"type":"string"}},"message":{"type":"string","nullable":true}}}},"schema_67":{"kind":"json-schema","data":{"type":"string"},"id":"schema_67"},"schema_68":{"kind":"json-schema","data":{"type":"integer","format":"int32"},"id":"schema_68"},"schema_69":{"kind":"json-schema","data":{"type":"integer","format":"int64"},"id":"schema_69"},"schema_70":{"kind":"json-schema","data":{"maxLength":255,"minLength":1,"type":"string"},"id":"schema_70"},"schema_71":{"kind":"json-schema","data":{"type":"array","items":{"type":"string"}},"id":"schema_71"},"schema_72":{"kind":"json-schema","data":{"type":"boolean"},"id":"schema_72"},"schema_73":{"kind":"json-schema","data":{"type":"object","properties":{"forceSso":{"type":"boolean"}}},"id":"schema_73"},"schema_74":{"kind":"json-schema","data":{"type":"string","enum":["SMB_SETUP_WIZARD_STEP_1","SMB_SETUP_WIZARD_STEP_2","SMB_SETUP_WIZARD_STEP_3"]},"id":"schema_74"},"schema_75":{"kind":"json-schema","data":{"type":"integer","format":"int64","default":0},"id":"schema_75"},"schema_76":{"kind":"json-schema","data":{"type":"integer","format":"int64","default":10},"id":"schema_76"},"schema_77":{"kind":"json-schema","data":{"type":"object","properties":{"businesses":{"type":"array","items":{"type":"integer","format":"int64"}},"locations":{"type":"array","items":{"type":"integer","format":"int64"}},"excludedLocations":{"type":"array","items":{"type":"integer","format":"int64"}},"name":{"type":"string"},"status":{"type":"string","enum":["ACTIVE","INACTIVE","DELETED"]},"triggers":{"type":"array","items":{"type":"string"}},"responses":{"type":"array","items":{"type":"object","properties":{"response":{"type":"string","description":"The review response text"},"isOpenAI":{"type":"boolean","description":"Whether or not the review response was generated with AI"}},"description":"Response Value Model"}},"ruleResponses":{"type":"array","items":{"type":"object","properties":{"response":{"type":"string","description":"The review response text"},"isOpenAI":{"type":"boolean","description":"Whether or not the review response was generated with AI"}},"description":"Response Value Model"}}}},"id":"schema_77"},"schema_78":{"kind":"json-schema","data":{"example":20260713},"id":"schema_78"},"schema_79":{"kind":"json-schema","data":{"example":"2025-01-01"},"id":"schema_79"},"schema_80":{"kind":"json-schema","data":{"example":"2025-03-31"},"id":"schema_80"},"schema_81":{"kind":"json-schema","data":{"example":"MONTHLY","enum":["DAILY","WEEKLY","MONTHLY","QUARTERLY","YEARLY","HOUR","DAY","WEEK","MONTH","YEAR"]},"id":"schema_81"},"schema_82":{"kind":"json-schema","data":{"enum":["location","business","labels","location-groups"]},"id":"schema_82"},"schema_83":{"kind":"json-schema","data":{},"id":"schema_83"},"schema_84":{"kind":"json-schema","data":{"example":20191203},"id":"schema_84"},"schema_85":{"kind":"json-schema","data":{"oneOf":[{"required":["averageProfileCompleteness","countLocationsMissingData","locationClassificationCounts"],"properties":{"averageProfileCompleteness":{"description":"Average profile completeness percentage (0-100)","format":"int32","example":82},"countLocationsMissingData":{"description":"Number of locations with missing data","format":"int32"},"locationClassificationCounts":{"additionalProperties":{"format":"int32"},"description":"Location counts by classification: REQUIRED, BASIC, ADVANCED, BONUS, COMPLETE, OTHER"}},"description":"Profile completeness statistics with location classification breakdown"},{"required":["averageProfileCompleteness","countLocationsMissingData","directoriesMissingConnect","isLegacy","locationClassificationCounts","missingFields"],"properties":{"missingFields":{"uniqueItems":true,"description":"Directory fields missing on at least one of the matched locations","items":{}},"directoriesMissingConnect":{"uniqueItems":true,"description":"Directories missing a connect on at least one of the matched locations (FACEBOOK, GOOGLE)","items":{}},"averageProfileCompleteness":{"description":"Average profile completeness percentage (0-100)","format":"int32","example":82},"countLocationsMissingData":{"description":"Number of locations with missing data","format":"int32"},"locationClassificationCounts":{"additionalProperties":{"format":"int32"},"description":"Location counts by classification: REQUIRED, BASIC, ADVANCED, BONUS, COMPLETE, OTHER"},"isLegacy":{"description":"Always true; signals the legacy response format to pre-20191203 clients"}},"description":"Legacy profile completeness response. Returned for API versions older than 20191203, which additionally expose missingFields, directoriesMissingConnect and isLegacy."}]},"id":"schema_85"},"schema_86":{"kind":"json-schema","data":{"oneOf":[{"required":["countListingsActionRequired","countListingsBeingUpdated","countListingsInSync","countListingsLinked","countListingsSubmitted","countLocationsRequireSync","totalListings"],"properties":{"countListingsInSync":{"description":"Number of listings fully in sync","format":"int32"},"countListingsBeingUpdated":{"description":"Number of listings currently being updated","format":"int32"},"countListingsLinked":{"description":"Number of listings linked to directories","format":"int32"},"countListingsSubmitted":{"description":"Number of listings submitted to directories","format":"int32"},"countListingsActionRequired":{"description":"Number of listings requiring manual action","format":"int32"},"countLocationsRequireSync":{"description":"Number of locations that require a sync","format":"int32"},"totalListings":{"description":"Total number of listings across all directories","format":"int32"}},"description":"Listing sync status breakdown across all directories"},{"required":["countFieldsInSync","countListingsActionRequired","countListingsBeingUpdated","countListingsInSync","countListingsLinked","countListingsSubmitted","countLocationsNeedsReview","countLocationsRequireSync","directoriesMissingConnect","totalListings"],"properties":{"countListingsInSync":{"format":"int32"},"countListingsBeingUpdated":{"format":"int32"},"countListingsLinked":{"format":"int32"},"countListingsSubmitted":{"format":"int32"},"countListingsActionRequired":{"format":"int32"},"countLocationsRequireSync":{"format":"int32"},"totalListings":{"format":"int32"},"directoriesMissingConnect":{"description":"Directory types (GOOGLE, FACEBOOK) with at least one unconnected location","items":{}},"countLocationsNeedsReview":{"description":"Number of locations with faulty data (failed normalization or invalid cleansing) in need of review","format":"int32"},"countFieldsInSync":{"description":"Number of directory fields currently in sync, summed across all directories","format":"int32"}},"description":"Legacy listings health response. Returned for API versions older than 20260713, restoring the directoriesMissingConnect, countLocationsNeedsReview and countFieldsInSync fields for backwards compatibility."}]},"id":"schema_86"},"schema_87":{"kind":"json-schema","data":{"oneOf":[{"required":["connectedLocations","max","notConnectedLocations","offset","totalItemsCount","warnings"],"properties":{"connectedLocations":{"description":"Connected location counts per directory type","items":{"required":["count","type"],"properties":{"type":{"description":"Directory type name","example":"GOOGLE"},"count":{"description":"Number of locations","format":"int64"}},"description":"Location count for a specific directory type"}},"notConnectedLocations":{"description":"Not-connected location counts per directory type","items":{"required":["count","type"],"properties":{"type":{"description":"Directory type name","example":"GOOGLE"},"count":{"description":"Number of locations","format":"int64"}},"description":"Location count for a specific directory type"}},"warnings":{"required":["missingConnection","missingPermission"],"properties":{"missingConnection":{"required":["totalBusinessesCount","totalLocationsCount"],"properties":{"totalLocationsCount":{"description":"Total locations without connections","format":"int32"},"totalBusinessesCount":{"description":"Total businesses without connections","format":"int32"}},"description":"Locations missing directory connections"},"missingPermission":{"required":["accounts","totalLocationsCount"],"properties":{"accounts":{"description":"Accounts with missing permissions","items":{"required":["id"],"properties":{"id":{"description":"Account ID","format":"int32"},"name":{"description":"Account name"},"url":{"description":"Account URL"},"type":{"description":"Account type (e.g. GOOGLE)","example":"GOOGLE"}},"description":"External account information"}},"totalLocationsCount":{"description":"Total locations affected by missing permissions","format":"int32"}},"description":"Locations missing directory permissions"}},"description":"Missing connection and permission warnings"},"totalItemsCount":{"description":"Total number of warning items","format":"int32"},"max":{"description":"Page size","format":"int32"},"offset":{"description":"Page number (zero-based)","format":"int32"}},"description":"Connection and permission warnings for insight data collection"},{"required":["connectedLocations","max","notConnectedLocations","offset","totalItemsCount","warnings"],"properties":{"connectedLocations":{"description":"Connected location counts per directory type","items":{"required":["count","type"],"properties":{"type":{"description":"Directory type name","example":"GOOGLE"},"count":{"description":"Number of locations","format":"int64"}},"description":"Location count for a specific directory type"}},"notConnectedLocations":{"description":"Not-connected location counts per directory type","items":{"required":["count","type"],"properties":{"type":{"description":"Directory type name","example":"GOOGLE"},"count":{"description":"Number of locations","format":"int64"}},"description":"Location count for a specific directory type"}},"warnings":{"required":["missingConnection","missingPermission"],"properties":{"missingConnection":{"required":["locations","totalBusinessesCount","totalLocationsCount"],"properties":{"locations":{"description":"Current page of locations missing a directory connection","items":{"required":["id","listingId","type"],"properties":{"id":{"description":"Location ID","format":"int64"},"listingId":{"description":"Listing ID for this directory","format":"int64"},"type":{"description":"Directory type the connection is missing for","example":"GOOGLE"},"name":{"description":"Location name"},"street":{"description":"Street"},"streetNo":{"description":"Street number"},"zip":{"description":"ZIP/Postal code"},"city":{"description":"City"},"country":{"description":"Country code","example":"DE"},"businessId":{"description":"Business ID","format":"int64"}},"description":"A location missing a connection for a given directory"}},"totalLocationsCount":{"description":"Total locations without connections","format":"int32"},"totalBusinessesCount":{"description":"Total businesses without connections","format":"int32"}},"description":"Locations missing directory connections"},"missingPermission":{"required":["accounts","totalLocationsCount"],"properties":{"accounts":{"description":"Current page of accounts with missing permissions","items":{"required":["id","totalLocationsCount"],"properties":{"id":{"description":"Account ID","format":"int32"},"name":{"description":"Account name"},"url":{"description":"Account URL"},"type":{"description":"Account type (e.g. GOOGLE)","example":"GOOGLE"},"totalLocationsCount":{"description":"Number of locations affected by this account's missing permission","format":"int32"}},"description":"External account information including the number of locations it affects"}},"totalLocationsCount":{"description":"Locations affected by missing permissions, summed per account","format":"int32"}},"description":"Accounts missing directory permissions"}},"description":"Missing connection and permission warnings"},"totalItemsCount":{"description":"Total number of warning items across all pages","format":"int32"},"max":{"description":"Maximum number of results per page","format":"int32"},"offset":{"description":"Record offset used for pagination","format":"int32"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Legacy connection and permission warnings. Returned for API versions older than 20260713, which additionally expose warnings.missingConnection.locations and warnings.missingPermission.accounts[].totalLocationsCount, and paginate both lists with max/offset."},"children":[]}]}]}]}]},"id":"schema_87"},"schema_88":{"kind":"json-schema","data":{"format":"int64"},"id":"schema_88"},"schema_89":{"kind":"json-schema","data":{"properties":{"Location Identifier":{"description":"External identifier of the location"},"Location Name":{"description":"Name of the location"},"Address":{"description":"Street address of the location"},"Average Rating":{"description":"Average rating on the given date range"},"Total Rating":{"description":"Total number of ratings received in the date range","format":"int32"},"Google Followers":{"description":"The number of people following the location on Google Maps.","format":"int32"},"Google Action Driving Direction":{"description":"The number of times driving directions were requested.","format":"int32"},"Google Actions Phone":{"description":"The number of times the phone number was clicked.","format":"int32"},"Google Action Website":{"description":"The number of times the website was clicked.","format":"int32"},"Google Local Post Actions to Call to Action":{"description":"The number of times the call to action button was clicked.","format":"int32"},"Google Local Post Views Search":{"description":"The number of times the local post was viewed on Google Search.","format":"int32"},"Google Photos View Customer":{"description":"The number of views on photos uploaded by customers.","format":"int32"},"Google Photos View Merchant":{"description":"The number of views on photos uploaded by the merchant.","format":"int32"},"Google queries chain":{"description":"The number of times a resource was shown as a result of a search for the chain it belongs to.","format":"int32"},"Google Direct Queries":{"description":"The number of times the resource was shown when searching for the location directly.","format":"int32"},"Google Indirect Queries":{"description":"The number of times the resource was shown as a result of a categorical search (for example, restaurant).","format":"int32"},"Google Maps Views":{"description":"The number of times the resource was viewed on Google Maps.","format":"int32"},"Google Search":{"description":"The number of times the resource was viewed on Google Search.","format":"int32"},"Google Phone Calls 00:00-01:00":{"description":"Number of phone calls received between 00:00-01:00","format":"int32"},"Google Phone Calls 01:00-02:00":{"description":"Number of phone calls received between 01:00-02:00","format":"int32"},"Google Phone Calls 02:00-03:00":{"description":"Number of phone calls received between 02:00-03:00","format":"int32"},"Google Phone Calls 03:00-04:00":{"description":"Number of phone calls received between 03:00-04:00","format":"int32"},"Google Phone Calls 04:00-05:00":{"description":"Number of phone calls received between 04:00-05:00","format":"int32"},"Google Phone Calls 05:00-06:00":{"description":"Number of phone calls received between 05:00-06:00","format":"int32"},"Google Phone Calls 06:00-07:00":{"description":"Number of phone calls received between 06:00-07:00","format":"int32"},"Google Phone Calls 07:00-08:00":{"description":"Number of phone calls received between 07:00-08:00","format":"int32"},"Google Phone Calls 08:00-09:00":{"description":"Number of phone calls received between 08:00-09:00","format":"int32"},"Google Phone Calls 09:00-10:00":{"description":"Number of phone calls received between 09:00-10:00","format":"int32"},"Google Phone Calls 10:00-11:00":{"description":"Number of phone calls received between 10:00-11:00","format":"int32"},"Google Phone Calls 11:00-12:00":{"description":"Number of phone calls received between 11:00-12:00","format":"int32"},"Google Phone Calls 12:00-13:00":{"description":"Number of phone calls received between 12:00-13:00","format":"int32"},"Google Phone Calls 13:00-14:00":{"description":"Number of phone calls received between 13:00-14:00","format":"int32"},"Google Phone Calls 14:00-15:00":{"description":"Number of phone calls received between 14:00-15:00","format":"int32"},"Google Phone Calls 15:00-16:00":{"description":"Number of phone calls received between 15:00-16:00","format":"int32"},"Google Phone Calls 16:00-17:00":{"description":"Number of phone calls received between 16:00-17:00","format":"int32"},"Google Phone Calls 17:00-18:00":{"description":"Number of phone calls received between 17:00-18:00","format":"int32"},"Google Phone Calls 18:00-19:00":{"description":"Number of phone calls received between 18:00-19:00","format":"int32"},"Google Phone Calls 19:00-20:00":{"description":"Number of phone calls received between 19:00-20:00","format":"int32"},"Google Phone Calls 20:00-21:00":{"description":"Number of phone calls received between 20:00-21:00","format":"int32"},"Google Phone Calls 21:00-22:00":{"description":"Number of phone calls received between 21:00-22:00","format":"int32"},"Google Phone Calls 22:00-23:00":{"description":"Number of phone calls received between 22:00-23:00","format":"int32"},"Google Phone Calls 23:00-00:00":{"description":"Number of phone calls received between 23:00-00:00","format":"int32"},"Google Business Impressions Desktop Maps":{"description":"Number of impressions during time period from a Desktop computer on the customer's map listing.","format":"int32"},"Google Business Impressions Desktop Search":{"description":"Number of impressions during time period from a Desktop computer on the customer's search listing.","format":"int32"},"Google Business Impressions Mobile Maps":{"description":"Number of impressions during time period from a Mobile Device on the customer's map listing.","format":"int32"},"Google Business Impressions Mobile Search":{"description":"Number of impressions during time period from a Mobile Device on the customer's search listing.","format":"int32"},"Google Business Conversation":{"description":"Count of number of customers who clicked on the chat function associated with the customer.","format":"int32"},"Google Business Direction Requests":{"description":"Count of number of customers who clicked on the Directions (Google) function associated with the customer's location.","format":"int32"},"Google Call Clicks":{"description":"Count of number of customers who clicked on the call function associated with the customer","format":"int32"},"Google Website Clicks":{"description":"The number of clicks on your Business Profile's website link.","format":"int32"},"Google Business Bookings":{"description":"Count of number of customers who clicked on the Bookings function (Google) associated with the customer.","format":"int32"},"Google Business Food Orders":{"description":"Count of number of customers who clicked on the Food Order function (Google) associated with the customer.","format":"int32"},"Google Business Food Menu Clicks":{"description":"Count of number of customers who clicked on the menu (Google) associated with the customer.","format":"int32"},"Facebook Page Consumptions":{"description":"The number of times people clicked on any of the page's content","format":"int32"},"Facebook page link clicks":{"description":"The number of times people clicked on links in the Facebook page","format":"int32"},"Facebook page other clicks":{"description":"The number of times people clicked on other content on the page","format":"int32"},"Facebook page photo views":{"description":"The number of times photos on the Facebook page were viewed","format":"int32"},"Facebook page video plays":{"description":"The number of times videos on the Facebook page were played","format":"int32"},"Facebook page other consumptions":{"description":"The number of other types of content consumptions on the page","format":"int32"},"Facebook page new likes":{"description":"The number of new likes the Facebook page received","format":"int32"},"Facebook page new unlikes":{"description":"The number of unlikes the Facebook page received","format":"int32"},"Facebook page fans":{"description":"The total number of people who have liked the Facebook page","format":"int32"},"Female fans aged 18-24":{"description":"Number of female fans aged 18-24","format":"int32"},"Male fans aged 18-24":{"description":"Number of male fans aged 18-24","format":"int32"},"Fans aged 18-24 with an undisclosed gender":{"description":"Number of fans aged 18-24 with an undisclosed gender","format":"int32"},"Female fans aged 55-64":{"description":"Number of female fans aged 55-64","format":"int32"},"Male fans aged 55-64":{"description":"Number of male fans aged 55-64","format":"int32"},"Fans aged 55-64 with an undisclosed gender":{"description":"Number of fans aged 55-64 with an undisclosed gender","format":"int32"},"Female fans aged 45-54":{"description":"Number of female fans aged 45-54","format":"int32"},"Male fans aged 45-54":{"description":"Number of male fans aged 45-54","format":"int32"},"Fans aged 45-54 with an undisclosed gender":{"description":"Number of fans aged 45-54 with an undisclosed gender","format":"int32"},"Female fans aged 65+":{"description":"Number of female fans aged 65 and above","format":"int32"},"Male fans aged 65+":{"description":"Number of male fans aged 65 and above","format":"int32"},"Fans aged 65+ undisclosed gender":{"description":"Number of fans aged 65 and above with an undisclosed gender","format":"int32"},"Female fans aged 13-17":{"description":"Number of female fans aged 13-17","format":"int32"},"Male fans aged 13-17":{"description":"Number of male fans aged 13-17","format":"int32"},"Fans aged 13-17 with an undisclosed gender":{"description":"Number of fans aged 13-17 with an undisclosed gender","format":"int32"},"Female fans aged 35-44":{"description":"Number of female fans aged 35-44","format":"int32"},"Male fans aged 35-44":{"description":"Number of male fans aged 35-44","format":"int32"},"Fans aged 35-44 with an undisclosed gender":{"description":"Number of fans aged 35-44 with an undisclosed gender","format":"int32"},"Female fans aged 25-34":{"description":"Number of female fans aged 25-34","format":"int32"},"Male fans aged 25-34":{"description":"Number of male fans aged 25-34","format":"int32"},"Fans aged 25-34 with an undisclosed gender":{"description":"Number of fans aged 25-34 with an undisclosed gender","format":"int32"},"Facebook Page Impressions":{"description":"The total number of times the Facebook page was viewed","format":"int32"},"Facebook page impressions via unpaid distribution":{"description":"Number of times the page was displayed through unpaid distribution","format":"int32"},"Facebook page impressions via paid distribution":{"description":"Number of times the page was displayed through paid distribution","format":"int32"},"Facebook page impressions with social information":{"description":"Number of times the page was displayed with social information attached","format":"int32"},"Facebook post from a Facebook page via unpaid distribution":{"description":"Number of times posts were displayed through unpaid distribution","format":"int32"},"Facebook post from a Facebook page via paid distribution":{"description":"Number of times posts were displayed through paid distribution","format":"int32"},"Facebook post from a Facebook page with social information":{"description":"Number of times posts were displayed with social information attached","format":"int32"},"Facebook post entering a person's screen":{"description":"Total number of times posts entered a person's screen","format":"int32"},"Facebook post that a person has interacted with":{"description":"Total number of interactions people had with posts","format":"int32"},"Facebook story on your page":{"description":"The number of stories created about your Page (Stories)","format":"int32"},"Facebook page follows":{"description":"The total number of people who follow your Page","format":"int32"},"Facebook page media views not from ads":{"description":"The number of times your content was played or displayed. Content includes videos, posts, stories and ads.","format":"int32"},"Facebook page media views from ads":{"description":"The number of times your content was played or displayed in ads.","format":"int32"},"Facebook page views":{"description":"Total number of times the Facebook page or its content was viewed","format":"int32"},"Facebook Page Media View":{"description":"The number of times media on the Facebook page were viewed","format":"int32"},"Yelp Calls":{"description":"The number of phone calls initiated from the Yelp business listing.","format":"int32"},"Yelp directions and map views":{"description":"The number of times users viewed directions or maps for the business on Yelp.","format":"int32"},"Yelp page views":{"description":"The number of times the business page was viewed on Yelp.","format":"int32"},"Yelp clicks":{"description":"The number of times users clicked on links from the Yelp business listing.","format":"int32"},"Bing Search page desktop directions clicks":{"description":"The number of times users clicked on directions from the desktop Bing search page.","format":"int32"},"Bing Search page desktop photos clicks":{"description":"The number of times users clicked on photos from the desktop Bing search page.","format":"int32"},"Bing Search page desktop website clicks":{"description":"The number of times users clicked on the website link from the desktop Bing search page.","format":"int32"},"Bing Search page mobile directions clicks":{"description":"The number of times users clicked on directions from the mobile Bing search page.","format":"int32"},"Bing Search page mobile website clicks":{"description":"The number of times users clicked on the website link from the mobile Bing search page.","format":"int32"},"Bing Maps desktop views":{"description":"The number of times the business was viewed on Bing Maps from desktop devices.","format":"int32"},"Bing Search page desktop views":{"description":"The number of times the business listing was viewed on the desktop Bing search page.","format":"int32"},"Bing Maps mobile views":{"description":"The number of times the business was viewed on Bing Maps from mobile devices.","format":"int32"},"Bing Search page mobile views":{"description":"The number of times the business listing was viewed on the mobile Bing search page.","format":"int32"}},"description":"Logical shape of a single location row in the exported Excel (.xlsx) file. Per-directory columns (Google, Facebook, Yelp, Bing) are only present when a location has that directory connected, so this schema is the full superset of possible columns."},"id":"schema_89"},"schema_90":{"kind":"json-schema","data":{"oneOf":[{"required":["averageRatingByPeriod","granularity","interactionCountByPeriod","isPartialData","matchedLocationsCount","totalRatingCount"],"properties":{"averageRatingByPeriod":{"description":"Average rating per time period","items":{"required":["period","value"],"properties":{"period":{},"value":{"format":"double"}}}},"granularity":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Time period granularity. Auto-determined by the date range span unless overridden by the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"group"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" query parameter."},"children":[]}]}]}],"enum":["HOUR","DAILY","WEEKLY","MONTHLY","QUARTERLY","YEARLY"]},"interactionCountByPeriod":{"required":["photos","questions","reviews"],"properties":{"reviews":{"items":{"required":["count","period"],"properties":{"period":{},"count":{"format":"int64"}}}},"questions":{"items":{"required":["count","period"],"properties":{"period":{},"count":{"format":"int64"}}}},"photos":{"items":{"required":["count","period"],"properties":{"period":{},"count":{"format":"int64"}}}}},"description":"Interaction counts per period grouped by type (reviews, questions, photos)"},"matchedLocationsCount":{"description":"Number of locations that matched the filter","format":"int64"},"totalRatingCount":{"description":"Total number of ratings across all periods","format":"int64"},"isPartialData":{"description":"True when some periods have incomplete data"}},"description":"Customer feedback metrics broken down by time period"},{"required":["averageRatingByPeriod","granularity","interactionCountByPeriod","isPartialData","matchedLocationsCount","totalRatingCount"],"properties":{"averageRatingByPeriod":{"description":"Average rating per time period","items":{"required":["period","value"],"properties":{"period":{},"value":{"format":"double"}}}},"granularity":{"description":"Time period granularity","enum":["HOUR","DAILY","WEEKLY","MONTHLY","QUARTERLY","YEARLY"]},"interactionCountByPeriod":{"description":"Combined review and photo interaction count per period (legacy flat format)","items":{"required":["count","period"],"properties":{"period":{},"count":{"format":"int64"}}}},"matchedLocationsCount":{"description":"Number of locations that matched the filter","format":"int64"},"totalRatingCount":{"description":"Total number of ratings across all periods","format":"int64"},"isPartialData":{"description":"True when some periods have incomplete data"}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Legacy customer feedback by period response. Returned for API versions older than 20260713, where interactionCountByPeriod is a flat list of review + photo counts per period and periods carry the granularity-dependent labels the monolith used (weekly '2025 3', monthly and quarterly 2025-3, yearly 2025) instead of the ISO period start date."},"children":[]}]}]}]}]},"id":"schema_90"},"schema_91":{"kind":"json-schema","data":{"oneOf":[{"required":["averageRating","countByRating","directoryTypes","ratingCount","repliedCount"],"properties":{"averageRating":{"description":"Average rating across all reviews","format":"double","example":4.2},"countByRating":{"description":"Review count breakdown by star rating (1-5)","items":{"required":["count","rating","replied"],"properties":{"rating":{"description":"Star rating value (1-5)","format":"int32","example":5},"count":{"description":"Number of reviews with this rating","format":"int32"},"replied":{"description":"Number of reviews with this rating that were replied to","format":"int32"}},"description":"Review count for a specific star rating"}},"ratingCount":{"description":"Total number of ratings","format":"int32"},"repliedCount":{"description":"Number of reviews that received a reply","format":"int32"},"directoryTypes":{"description":"Directory types that contributed reviews","items":{"required":["category","name"],"properties":{"name":{},"category":{"enum":["search","voice.search","social","mobile.and.navigation","ev","aggregators","doctor.dot.com","general"]}}}}},"description":"Aggregated customer feedback statistics"},{"required":["averageRating","countByRating","directoryTypes","interactionCount","matchedLocationsCount","ratingCount","repliedCount","unreadInteractionCount"],"properties":{"averageRating":{"description":"Average rating across all reviews","format":"double","example":4.2},"countByRating":{"description":"Review count breakdown by star rating (1-5)","items":{"required":["count","rating","replied"],"properties":{"rating":{"description":"Star rating value (1-5)","format":"int32","example":5},"count":{"description":"Number of reviews with this rating","format":"int32"},"replied":{"description":"Number of reviews with this rating that were replied to","format":"int32"}},"description":"Review count for a specific star rating"}},"ratingCount":{"description":"Total number of ratings","format":"int32"},"repliedCount":{"description":"Number of reviews that received a reply","format":"int32"},"directoryTypes":{"description":"Directory types that contributed reviews","items":{"required":["category","name"],"properties":{"name":{},"category":{"enum":["search","voice.search","social","mobile.and.navigation","ev","aggregators","doctor.dot.com","general"]}}}},"interactionCount":{"description":"Number of reviews and photos in the requested period","format":"int32","example":42},"unreadInteractionCount":{"description":"Number of unread reviews and photos. Read state is per-user and lives only in the monolith, so this service mirrors interactionCount, matching the monolith for users who never marked an interaction as read.","format":"int32","example":42},"unreadInteractions":{"description":"Deprecated. Always null. Historically held the last three unread interactions.","deprecated":true,"items":{}},"matchedLocationsCount":{"description":"Number of locations that matched the filter","format":"int32","example":3}},"description":"Legacy aggregated customer feedback statistics. Returned for API versions older than 20260713, which additionally expose interactionCount, unreadInteractionCount and unreadInteractions."}]},"id":"schema_91"},"schema_92":{"kind":"json-schema","data":{"format":"uuid"},"id":"schema_92"},"schema_93":{"kind":"json-schema","data":{"type":"string","format":"binary"},"id":"schema_93"},"schema_94":{"kind":"json-schema","data":{"type":"object","properties":{"title":{"type":"string"},"description":{"type":"string"},"photos":{"type":"array","items":{"type":"object","properties":{"photo":{"type":"object","description":"Placeholder to represent photo for a social post which can either be a base64 encoded string or a S3 link for image"},"description":{"type":"string","description":"Description for the social post photo"},"redirectUrl":{"type":"string","description":"The URL that a user is redirected to when clicking the photo"}},"description":"Photo Container Model"}},"videos":{"type":"array","items":{"type":"string"}},"type":{"type":"string","enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"directories":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"isStoreLocator":{"type":"boolean"},"callToActions":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string","description":"The url of the call to action."},"type":{"type":"string","description":"The type of the call to action.","enum":["CALL","LEARN_MORE","SIGN_UP","DIRECTIONS","WEBSITE","BOOK_TRAVEL","INSTALL_APP","LISTEN_MUSIC","NO_BUTTON","USE_APP","WATCH_MORE","WATCH_VIDEO","DOWNLOAD","BOOK","ORDER","SHOP"]},"directory":{"type":"string","description":"The directory of the call to action.","enum":["FACEBOOK","GOOGLE","APPLE_MAPS","LINKED_IN"]}},"description":"Social Post Template Call To Action Model"}},"asset":{"type":"object","properties":{"name":{"type":"string","description":"Name of the DAM Asset"},"description":{"type":"string","description":"Description of the DAM Asset"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Type of the DAM Asset that should be SOCIAL_POST_TEMPLATE"},"children":[]}]}]}]},"status":{"type":"string","description":"Status of the DAM Asset that can be VISIBLE or HIDDEN"},"startDate":{"type":"string","description":"Start date of the DAM Asset"},"endDate":{"type":"string","description":"End date of the DAM Asset"},"allManagedResources":{"type":"boolean","description":"Set to true if the Asset should be visible to all managed locations of the user"},"locationIds":{"type":"array","description":"Location IDs of the DAM Asset","items":{"type":"integer","format":"int64"}},"businessIds":{"type":"array","description":"Business IDs of the DAM Asset","items":{"type":"integer","format":"int64"}},"excludedLocationIds":{"type":"array","description":"Excluded location IDs of the DAM Asset","items":{"type":"integer","format":"int64"}},"labels":{"type":"array","description":"Labels of the DAM Asset","items":{"type":"string"}},"locationGroupIds":{"type":"array","description":"Location Group IDs of the DAM Asset","items":{"type":"integer","format":"int64"}},"folderId":{"type":"integer","description":"Folder ID where the DAM asset should be created","format":"int64"}},"description":"DAM Asset Model"}}},"id":"schema_94"},"schema_95":{"kind":"json-schema","data":{"type":"object","properties":{"title":{"type":"string"},"description":{"type":"string"},"photos":{"type":"array","items":{"type":"object","properties":{"photo":{"type":"object","description":"Placeholder to represent photo for a social post which can either be a base64 encoded string or a S3 link for image"},"description":{"type":"string","description":"Description for the social post photo"},"redirectUrl":{"type":"string","description":"The URL that a user is redirected to when clicking the photo"}},"description":"Photo Container Model"}},"videos":{"type":"array","items":{"type":"string"}},"type":{"type":"string","enum":["POST","OFFER","ALERT","EVENT","QUESTION_AND_ANSWER","REEL","STORY","CAROUSEL"]},"directories":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"isStoreLocator":{"type":"boolean"},"callToActions":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string","description":"The url of the call to action."},"type":{"type":"string","description":"The type of the call to action.","enum":["CALL","LEARN_MORE","SIGN_UP","DIRECTIONS","WEBSITE","BOOK_TRAVEL","INSTALL_APP","LISTEN_MUSIC","NO_BUTTON","USE_APP","WATCH_MORE","WATCH_VIDEO","DOWNLOAD","BOOK","ORDER","SHOP"]},"directory":{"type":"string","description":"The directory of the call to action.","enum":["FACEBOOK","GOOGLE","APPLE_MAPS","LINKED_IN"]}},"description":"Social Post Template Call To Action Model"}}}},"id":"schema_95"},"schema_96":{"kind":"json-schema","data":{"type":"string","nullable":true},"id":"schema_96"},"schema_97":{"kind":"json-schema","data":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"id":"schema_97"},"schema_98":{"kind":"json-schema","data":{"type":"array","nullable":true,"items":{"type":"string","enum":["HIDDEN","VISIBLE"]}},"id":"schema_98"},"schema_99":{"kind":"json-schema","data":{"type":"integer","format":"int32","default":100},"id":"schema_99"},"schema_100":{"kind":"json-schema","data":{"type":"integer","format":"int32","default":0},"id":"schema_100"},"schema_101":{"kind":"json-schema","data":{"type":"string","default":"desc"},"id":"schema_101"},"schema_102":{"kind":"json-schema","data":{"type":"integer","format":"int32","default":10},"id":"schema_102"},"schema_103":{"kind":"json-schema","data":{"type":"integer","format":"int32","nullable":true},"id":"schema_103"},"schema_104":{"kind":"json-schema","data":{"type":"boolean","default":false},"id":"schema_104"},"schema_105":{"kind":"json-schema","data":{"required":["type"],"type":"object","properties":{"type":{"type":"string","enum":["UPLOAD_VIDEO","CONNECT_FACEBOOK_BUSINESS","APPLE_BUSINESS_CONNECT","ENABLE_MESSAGES","ENABLE_FACEBOOK_MESSENGER","ENABLE_CONTACT_FORM","CONNECT_INSTAGRAM_BUSINESS","CREATE_FIRST_LOCATOR","ADD_CONTENT_COLLECTION","ASSIGN_LABELS_TO_LOCATION","CREATE_INSTAGRAM_REEL","CREATE_FACEBOOK_CAROUSEL_POST","ACTIVATE_CHATBOT","CONFIGURE_LIVE_AGENT_AVAILABILITY","ENABLE_WEBCHAT","ADD_KNOWLEDGEBASE","CREATE_SHOWCASE_FOR_ABC","ENABLE_POSTING_REQUESTS","ENABLE_REVIEW_REQUEST","CREATE_USER_GROUP","FILL_META_TAGS_FOR_LOCATOR","ADD_CTA_TO_LOCATOR","CREATE_SOCIAL_TEMPLATE","INVITE_MORE_USERS","ACTIVATE_TWO_FACETOR_AUTH"]}}},"id":"schema_105"},"schema_106":{"kind":"json-schema","data":{"required":["type"],"type":"object","properties":{"type":{"type":"string","enum":["ADD_REQUIRED_FIELDS_TO_RESUME_SYNC","CLAIM_LISTING_FOR_LOCATION","CREATE_NEW_POST","ENABLE_EMAIL_NEW_MESSAGES","ENABLE_EMAIL_NEW_FORMS","ENABLE_EMAIL_NEW_POSTING_APPROVAL","ENABLE_EMAIL_NEW_REVIEW_REPLY_APPROVAL","ENABLE_EMAIL_DIGEST","FILL_MISSING_REQUIRED_FIELDS","FILL_MISSING_BASIC_FIELDS","FILL_MISSING_BONUS_FIELDS","FILL_MISSING_ADVANCED_FIELDS","REPLY_NEGATIVE_REVIEWS","REPLY_POSITIVE_REVIEWS","REPLY_STAR_ONLY_REVIEWS","START_SYNCING","SYNC_LOCATIONS","UPDATE_SPECIAL_OPENING_HOURS","GRANT_APPROVAL_NEW_REVIEW_REPLY","REVIEW_LOCATION_SYNC","RESPOND_TO_UNREPLIED_CONVERSATIONS","REVIEW_UNREAD_CONTACT_FORMS","GRANT_APPROVAL_NEW_POSTING","CONNECT_FACEBOOK","CONNECT_GOOGLE","CONNECT_INSTAGRAM","CONNECT_TRUSTPILOT","CONNECT_YELP","REPLY_QA","REVIEW_SUGGESTIONS_ON_LOCATIONS","READ_SOCIAL_COMMENTS","VERIFY_GOOGLE_LISTING","UPLOAD_FIRST_VIDEO","UPLOAD_PHOTO_EVERY_30_DAYS","UPLOAD_VIDEO_EVERY_90_DAYS","ADD_MISSING_ATTRIBUTES_30_PERCENT","ADD_SOCIAL_MEDIA_PROFILES","ADD_ACTION_LINKS","ADD_TEXTING_NUMBER","FILL_MISSING_FIELDS_NAME","FILL_MISSING_FIELDS_STREET","FILL_MISSING_FIELDS_STREET_NO","FILL_MISSING_FIELDS_ZIP","FILL_MISSING_FIELDS_PHONE","FILL_MISSING_FIELDS_CATEGORIES","FILL_MISSING_FIELDS_COUNTRY","FILL_MISSING_FIELDS_DESCRIPTION_SHORT","FILL_MISSING_FIELDS_DESCRIPTION_LONG","FILL_MISSING_FIELDS_OPENINGHOURS","FILL_MISSING_FIELDS_ATTRIBUTES","FILL_MISSING_FIELDS_PHOTOS","FILL_MISSING_FIELDS_WEBSITE","FILL_MISSING_FIELDS_EMAIL","FILL_MISSING_FIELDS_KEYWORDS","FILL_MISSING_FIELDS_SERVICES","ADD_FIELD_NAME_TO_RESUME_SYNC","ADD_FIELD_STREET_NO_TO_RESUME_SYNC","ADD_FIELD_STREET_TO_RESUME_SYNC","ADD_FIELD_PROVINCE_TO_RESUME_SYNC","ADD_FIELD_ZIP_TO_RESUME_SYNC","ADD_FIELD_CITY_TO_RESUME_SYNC","ADD_FIELD_COUNTRY_TO_RESUME_SYNC","ADD_FIELD_LATITUDE_TO_RESUME_SYNC","ADD_FIELD_LONGITUDE_TO_RESUME_SYNC","ADD_FIELD_CATEGORIES_TO_RESUME_SYNC","ADD_FIELD_PHONE_TO_RESUME_SYNC","ADD_FIELD_EV_DATA_TO_RESUME_SYNC","CREATE_LOCATOR"]},"locationId":{"type":"integer","description":"Optional location ID to scope the dismissal","format":"int64","nullable":true},"directory":{"type":"string","description":"Optional directory to scope the dismissal","nullable":true}}},"id":"schema_106"},"schema_107":{"kind":"json-schema","data":{"required":["type"],"type":"object","properties":{"type":{"type":"string","enum":["ADD_REQUIRED_FIELDS_TO_RESUME_SYNC","CLAIM_LISTING_FOR_LOCATION","CREATE_NEW_POST","ENABLE_EMAIL_NEW_MESSAGES","ENABLE_EMAIL_NEW_FORMS","ENABLE_EMAIL_NEW_POSTING_APPROVAL","ENABLE_EMAIL_NEW_REVIEW_REPLY_APPROVAL","ENABLE_EMAIL_DIGEST","FILL_MISSING_REQUIRED_FIELDS","FILL_MISSING_BASIC_FIELDS","FILL_MISSING_BONUS_FIELDS","FILL_MISSING_ADVANCED_FIELDS","REPLY_NEGATIVE_REVIEWS","REPLY_POSITIVE_REVIEWS","REPLY_STAR_ONLY_REVIEWS","START_SYNCING","SYNC_LOCATIONS","UPDATE_SPECIAL_OPENING_HOURS","GRANT_APPROVAL_NEW_REVIEW_REPLY","REVIEW_LOCATION_SYNC","RESPOND_TO_UNREPLIED_CONVERSATIONS","REVIEW_UNREAD_CONTACT_FORMS","GRANT_APPROVAL_NEW_POSTING","CONNECT_FACEBOOK","CONNECT_GOOGLE","CONNECT_INSTAGRAM","CONNECT_TRUSTPILOT","CONNECT_YELP","REPLY_QA","REVIEW_SUGGESTIONS_ON_LOCATIONS","READ_SOCIAL_COMMENTS","VERIFY_GOOGLE_LISTING","UPLOAD_FIRST_VIDEO","UPLOAD_PHOTO_EVERY_30_DAYS","UPLOAD_VIDEO_EVERY_90_DAYS","ADD_MISSING_ATTRIBUTES_30_PERCENT","ADD_SOCIAL_MEDIA_PROFILES","ADD_ACTION_LINKS","ADD_TEXTING_NUMBER","FILL_MISSING_FIELDS_NAME","FILL_MISSING_FIELDS_STREET","FILL_MISSING_FIELDS_STREET_NO","FILL_MISSING_FIELDS_ZIP","FILL_MISSING_FIELDS_PHONE","FILL_MISSING_FIELDS_CATEGORIES","FILL_MISSING_FIELDS_COUNTRY","FILL_MISSING_FIELDS_DESCRIPTION_SHORT","FILL_MISSING_FIELDS_DESCRIPTION_LONG","FILL_MISSING_FIELDS_OPENINGHOURS","FILL_MISSING_FIELDS_ATTRIBUTES","FILL_MISSING_FIELDS_PHOTOS","FILL_MISSING_FIELDS_WEBSITE","FILL_MISSING_FIELDS_EMAIL","FILL_MISSING_FIELDS_KEYWORDS","FILL_MISSING_FIELDS_SERVICES","ADD_FIELD_NAME_TO_RESUME_SYNC","ADD_FIELD_STREET_NO_TO_RESUME_SYNC","ADD_FIELD_STREET_TO_RESUME_SYNC","ADD_FIELD_PROVINCE_TO_RESUME_SYNC","ADD_FIELD_ZIP_TO_RESUME_SYNC","ADD_FIELD_CITY_TO_RESUME_SYNC","ADD_FIELD_COUNTRY_TO_RESUME_SYNC","ADD_FIELD_LATITUDE_TO_RESUME_SYNC","ADD_FIELD_LONGITUDE_TO_RESUME_SYNC","ADD_FIELD_CATEGORIES_TO_RESUME_SYNC","ADD_FIELD_PHONE_TO_RESUME_SYNC","ADD_FIELD_EV_DATA_TO_RESUME_SYNC","CREATE_LOCATOR"]},"locationId":{"type":"integer","description":"Optional location ID to scope the restoration","format":"int64","nullable":true},"directory":{"type":"string","description":"Optional directory to scope the restoration","nullable":true}}},"id":"schema_107"},"schema_108":{"kind":"json-schema","data":{"minLength":1,"type":"string","description":"","nullable":true},"id":"schema_108"},"schema_109":{"kind":"json-schema","data":{"type":"string","description":"","nullable":true},"id":"schema_109"},"schema_110":{"kind":"json-schema","data":{"type":"string","description":""},"id":"schema_110"},"schema_111":{"kind":"json-schema","data":{"type":"object","properties":{"MISSING_PARAMETER":{"description":"Parameter \"q\", \"language\" or \"categories\" is missing"},"QUERY_TOO_SHORT":{"description":"Parameter \"q\" must have at least 3 characters"},"INVALID_PARAMETER":{"description":"Parameters \"q\" and \"categories\" both present in request"},"BAD_REQUEST":{"description":"Other exception"}}},"id":"schema_111"},"schema_112":{"kind":"json-schema","data":{"type":"integer","description":"","format":"int32"},"id":"schema_112"},"schema_113":{"kind":"json-schema","data":{"type":"boolean","nullable":true},"id":"schema_113"},"schema_114":{"kind":"json-schema","data":{"required":["emailAddress"],"type":"object","properties":{"emailAddress":{"minLength":1,"type":"string","format":"email"}}},"id":"schema_114"},"schema_115":{"kind":"json-schema","data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int64","nullable":true},"type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"locationIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"bodyText":{"type":"string","nullable":true},"senderName":{"type":"string","nullable":true},"email":{"required":["actionButtonColor","footerText","senderEmailId","subject"],"type":"object","properties":{"senderEmailId":{"type":"string"},"footerText":{"type":"string"},"subject":{"type":"string"},"actionButtonColor":{"type":"string"},"privacyLink":{"type":"string","nullable":true},"media":{"type":"array","nullable":true,"items":{"type":"object","properties":{"mediaId":{"type":"integer","format":"int64","nullable":true},"message":{"type":"string","nullable":true},"uploadUrl":{"type":"string","nullable":true}}}}}},"reviewLinks":{"type":"array","nullable":true,"items":{"required":["url"],"type":"object","properties":{"url":{"type":"string"},"label":{"type":"string","nullable":true}}}},"createdAt":{"type":"string","nullable":true},"updatedAt":{"type":"string","nullable":true},"errors":{"type":"array","nullable":true,"items":{"type":"string"}},"message":{"type":"string","nullable":true}}}},"id":"schema_115"},"schema_116":{"kind":"json-schema","data":{"required":["bodyText","locationIds","name","reviewLinks"],"type":"object","properties":{"name":{"minLength":1,"type":"string","description":"Display name of the review template"},"locationIds":{"minItems":1,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Ids of the locations this template applies to. The locations' businesses need the matching product plan feature (REVIEW_GENERATION_EMAIL or REVIEW_GENERATION_SMS)."},"children":[]}]}]}],"items":{"type":"integer","format":"int64"}},"bodyText":{"minLength":1,"type":"string","description":"Message body of the review request"},"senderName":{"maxLength":11,"minLength":3,"type":"string","description":"SMS sender name (3-11 characters), used for SMS templates","nullable":true},"email":{"required":["actionButtonColor","footerText","privacyLink","senderEmailId","subject"],"type":"object","properties":{"senderEmailId":{"minLength":1,"type":"string","description":"Sender email address. Must be a verified email identity (see the /identities endpoints).","format":"email"},"footerText":{"minLength":1,"type":"string","description":"Footer text shown at the bottom of the review request email"},"subject":{"minLength":1,"type":"string","description":"Subject line of the review request email"},"actionButtonColor":{"minLength":1,"pattern":"^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$","type":"string","description":"Hex color of the call-to-action button","example":"#3C8ECB"},"privacyLink":{"minLength":1,"pattern":"^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]$","type":"string","description":"URL of the privacy policy linked from the email"},"mediaIds":{"type":"array","description":"Ids of previously uploaded media (see the review-template media upload-url endpoint), e.g. the logo shown in the email","nullable":true,"items":{"type":"integer","format":"int64"}}},"description":"Email settings. When present the template type is EMAIL and every review link needs a label; when absent the template type is SMS."},"reviewLinks":{"minItems":1,"type":"array","description":"Review platform links offered to the customer","items":{"required":["url"],"type":"object","properties":{"url":{"maxLength":2048,"minLength":1,"pattern":"^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]$|^[a-zA-Z0-9-_]+$","type":"string","description":"URL of the review platform, or the name of a location custom field that holds the URL per location. Yelp is not supported."},"label":{"type":"string","description":"Display label of the review link. Required for every review link when email is present on the template.","nullable":true}}}}}},"id":"schema_116"},"schema_117":{"kind":"json-schema","data":{"type":"array","items":{"type":"object","properties":{"batchId":{"type":"integer","format":"int64","nullable":true},"reviewTemplate":{"type":"object","properties":{"id":{"type":"integer","format":"int64","nullable":true},"type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"locationIds":{"type":"array","nullable":true,"items":{"type":"integer","format":"int64"}},"bodyText":{"type":"string","nullable":true},"senderName":{"type":"string","nullable":true},"email":{"required":["actionButtonColor","footerText","senderEmailId","subject"],"type":"object","properties":{"senderEmailId":{"type":"string"},"footerText":{"type":"string"},"subject":{"type":"string"},"actionButtonColor":{"type":"string"},"privacyLink":{"type":"string","nullable":true},"media":{"type":"array","nullable":true,"items":{"type":"object","properties":{"mediaId":{"type":"integer","format":"int64","nullable":true},"message":{"type":"string","nullable":true},"uploadUrl":{"type":"string","nullable":true}}}}}},"reviewLinks":{"type":"array","nullable":true,"items":{"required":["url"],"type":"object","properties":{"url":{"type":"string"},"label":{"type":"string","nullable":true}}}},"createdAt":{"type":"string","nullable":true},"updatedAt":{"type":"string","nullable":true},"errors":{"type":"array","nullable":true,"items":{"type":"string"}},"message":{"type":"string","nullable":true}}},"metrics":{"type":"object","properties":{"externalJobId":{"type":"string","nullable":true},"sent":{"type":"integer","format":"int64","nullable":true},"opened":{"type":"integer","format":"int64","nullable":true},"clicked":{"type":"integer","format":"int64","nullable":true}}},"scheduledDateUTC":{"type":"string","nullable":true},"message":{"type":"string","nullable":true}}}},"id":"schema_117"},"schema_118":{"kind":"json-schema","data":{"minLength":1,"pattern":"^LOGO_PHOTO$","type":"string","description":"Type of the media to upload","enum":["LOGO_PHOTO"]},"id":"schema_118"},"schema_119":{"kind":"json-schema","data":{"minLength":1,"pattern":"^(image/png|image/jpeg)$","type":"string","description":"Content type of the media to upload","enum":["image/png","image/jpeg"]},"id":"schema_119"},"schema_120":{"kind":"json-schema","data":{"minLength":1,"type":"string","description":"File name of the media to upload, used to build the S3 object key"},"id":"schema_120"},"schema_121":{"kind":"json-schema","data":{"type":"array","items":{"type":"integer","format":"int64"}},"id":"schema_121"},"schema_122":{"kind":"json-schema","data":{"type":"array","items":{"type":"string","enum":["1","2","3","4","5"]}},"id":"schema_122"},"schema_123":{"kind":"json-schema","data":{"type":"string","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","FAQ"]},"id":"schema_123"},"schema_124":{"kind":"json-schema","data":{"type":"array","items":{"type":"string","format":"string"}},"id":"schema_124"},"schema_125":{"kind":"json-schema","data":{"maxItems":4,"minItems":4,"type":"array","items":{"type":"string","example":"52.42078412"}},"id":"schema_125"},"schema_126":{"kind":"json-schema","data":{"type":"string","default":"asc"},"id":"schema_126"},"schema_127":{"kind":"json-schema","data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"id":"schema_127"},"schema_128":{"kind":"json-schema","data":{"type":"string","format":"date-time"},"id":"schema_128"},"schema_129":{"kind":"json-schema","data":{"type":"array","items":{"required":["city","country","name","status","street"],"type":"object","properties":{"id":{"type":"integer","description":"Output only. The uberall unique id for the location","format":"int64"},"openingHours":{"maxItems":14,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":" \n    \"dayOfWeek\": 1,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", \n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 2,\n    \"closed\": false,\n    \"from1\": \"08:00\",\n    \"to1\": \"11:00\",\n    \"from2\": \"13:00\",\n    \"to2\": \"21:00\"\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"dayOfWeek\": 3,\n    \"closed\": true\n  "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"example":[{"dayOfWeek":1,"closed":false,"from1":"08:00","to1":"11:00"},{"dayOfWeek":2,"closed":false,"from1":"08:00","to1":"11:00","from2":"13:00","to2":"21:00"},{"dayOfWeek":3,"closed":true}],"items":{"required":["dayOfWeek"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a day."},"fromX":{"type":"string","description":"A beginning of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"dayOfWeek":{"type":"integer","description":"The weekday of an opening hours, e.g.: 1 for Monday, 2 for Tuesday, ...","format":"int32"},"toX":{"type":"string","description":"An end of a period. One or multiple periods are supported per dayOfWeek, e.g.: \"to1\": \"14:30\", \"to2\": \"17:00\""}},"description":"Opening Hours"}},"specialOpeningHours":{"maxItems":730,"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's special opening hours: e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"[ "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-29\",\n\"closed\": true\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":",\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n\"date\": \"2017-06-30\",\n\"from1\": \"11:00\",\n\"to1\": \"14:00\",\n\"from2\": 16:00\",\n\"to2\": \"20:00\"\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n]"},"children":[]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Please note that having more than 2 time periods for each day is not possible."},"children":[]}]}]}],"nullable":true,"example":[{"date":"2017-06-29","closed":true},{"date":"2017-06-30","from1":"11:00","to1":"14:00","from2":"16:00","to2":"20:00"}],"items":{"required":["date"],"type":"object","properties":{"closed":{"type":"boolean","description":"Indicates whether a location is closed on a date."},"fromX":{"type":"string","description":"A beginning of a period. Up to two periods are supported per date, e.g.: \"from1\": \"09:00\", \"from2\": \"15:00\""},"toX":{"type":"string","description":"An end of a period. Up to two periods are supported per date, e.g.: \"to1\": \"09:00\", \"to2\": \"15:00\""},"date":{"type":"string","description":"The date of a special opening hour, e.g.: 2017-06-30"}},"description":"Special Opening Hours"}},"name":{"maxLength":128,"minLength":1,"type":"string","description":"The location's name","example":"Coffee House Berlin"},"street":{"maxLength":191,"minLength":1,"type":"string","description":"The location's street address","example":"Friedrichstraße"},"streetNo":{"maxLength":255,"type":"string","description":"The location's street number","nullable":true,"example":"45A"},"streetType":{"type":"string","description":"Required for Spain. One of ALAMEDA, AVENIDA, CALLE, CAMINO, CARRER, CARRETERA, GLORIETA, KALEA, PASAJE, PASEO, PLACA, PLAZA, RAMBLA, RONDA, RUA, SECTOR, TRAVESERA, TRAVESIA, URBANIZACION","nullable":true,"enum":["ALAMEDA","AVENIDA","CALLE","CAMINO","CARRER","CARRETERA","GLORIETA","KALEA","PASAJE","PASEO","PLACA","PLAZA","RAMBLA","RONDA","RUA","SECTOR","TRAVESERA","TRAVESIA","URBANIZACION"]},"addressExtra":{"maxLength":64,"minLength":1,"type":"string","description":"An address extra: e.g. building, floor...","nullable":true,"example":"Suite 304"},"zip":{"maxLength":32,"minLength":1,"type":"string","description":"Zip code, optional only for some countries.","nullable":true,"example":"10115"},"city":{"maxLength":64,"minLength":1,"type":"string","description":"City","example":"Berlin"},"province":{"maxLength":255,"minLength":1,"type":"string","description":"Province. Only send when not blank","nullable":true,"example":"Berlin"},"country":{"type":"string","description":"Country of the location","example":"DE","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"lat":{"maximum":90,"minimum":-90,"type":"number","description":"The latitude coordinate of the location","format":"double","nullable":true,"example":52.52},"lng":{"maximum":180,"minimum":-180,"type":"number","description":"The longitude coordinate of the location","format":"double","nullable":true,"example":13.405},"addressDisplay":{"type":"boolean","description":"Indicates if the address should be displayed or hidden","example":true,"default":true},"normalizationStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's address-normalization state. On input, only "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NOT_NORMALIZED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NORMALIZATION_SKIPPED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" are accepted;"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"other values are system-managed and assigned automatically as the location moves through the normalization pipeline."},"children":[]}]}]}],"enum":["NOT_NORMALIZED","NORMALIZED","NORMALIZATION_SKIPPED","NORMALIZATION_FAILED"]},"phone":{"maxLength":64,"minLength":1,"type":"string","description":"The location's contact phone number, a valid phone number has to be provided.","nullable":true,"example":"+4912345678"},"fax":{"maxLength":64,"minLength":1,"type":"string","description":"The location fax number","nullable":true,"example":"+4912345678"},"cellphone":{"maxLength":64,"minLength":1,"type":"string","description":"A contact mobile phone number","nullable":true,"example":"+4912345678"},"website":{"maxLength":350,"minLength":1,"type":"string","description":"A valid url for the location's website (use UTMs to add tracking)","nullable":true,"example":"https://www.example.com"},"email":{"maxLength":255,"minLength":1,"type":"string","description":"A contact email for the location","nullable":true,"example":"info@example.com"},"legalIdent":{"maxLength":512,"minLength":1,"type":"string","description":"A legal identifier of the location. SIRET  number in France","nullable":true},"taxNumber":{"maxLength":255,"minLength":1,"type":"string","description":"The tax number of the location. CIF/NIF in Spain","nullable":true},"emailVerification":{"type":"string","description":"The locations verification status","nullable":true,"enum":["UNVERIFIED","VERIFIED"]},"descriptionShort":{"maxLength":200,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A short description - up to 200 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²`´·\"'+¡¿@°€£$] "},"children":[]}]}]}]}],"nullable":true},"descriptionLong":{"maxLength":1000,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&=\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+@€\\\\^\\\\$]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A long description - up to 1000 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&=\\r\\n\\t_*§²³`´·\"'+¡¿@°€^£$] "},"children":[]}]}]}]}],"nullable":true},"imprint":{"maxLength":20000,"type":"string","description":"The imprint of the location","nullable":true},"openingHoursNotes":{"maxLength":255,"pattern":"[0-9\\\\p{L}\\\\(\\\\)\\\\[\\\\] \\\\?:;\\\\/!\\\\\\\\,\\\\.\\\\-%\\\\\\\\&\\\\r\\\\n\\\\t_\\\\*`\\\"'\\\\+¡¿@°€£\\\\•\\\\^\\\\u0024\\\\u266A]*","type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Additional info about opening hours: e.g. 'We never open on bank holidays' - max. 255 characters, all characters must match this regexp: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"[0-9\\p'{'L'}'()[] ?:;/!\\,.-%\\&\\r\\n\\t_*§²`´·\"'+¡¿@] "},"children":[]}]}]}]}],"nullable":true,"example":"We never open on bank holidays"},"keywords":{"uniqueItems":true,"type":"array","description":"Keywords describing the location's activity","nullable":true,"items":{"type":"string"}},"callToActions":{"type":"array","description":"Calls to action available for the location.\n                    Excess entries are silently truncated, not rejected.","nullable":true,"items":{"type":"object","properties":{"text":{"type":"string","description":"The text of the call-to-action button"},"url":{"type":"string","description":"The URL of the call-to-action button"}},"description":"Represents a Call-to-Action button with a label text and a URL"}},"labels":{"uniqueItems":true,"type":"array","description":"Labels grouping similar locations","nullable":true,"example":"['Campaign2018', 'EastCoast']","items":{"required":["name"],"type":"object","properties":{"name":{"type":"string","description":"Label name as String."},"adminOnly":{"type":"boolean","description":"Permission on label, whether it can be used by admins or everyone."}},"description":"Label"}},"brands":{"uniqueItems":true,"type":"array","description":"The brands offered by the location to its customers","nullable":true,"items":{"type":"string"}},"paymentOptions":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The payment options accepted at the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"To remove a specific option, prefix its value with '-' (e.g. [\"-cash\"] removes the 'cash' option). Sending the full list replaces all options."},"children":[]}]}]}],"nullable":true,"example":["-cash","credit card","invoice"],"items":{"type":"string"}},"languages":{"uniqueItems":true,"type":"array","description":"The language(s) in which customers can interact with the location's staff","nullable":true,"items":{"type":"string"}},"alternativeNames":{"type":"array","description":"Alternative names for the location. Output only for public API.","nullable":true,"readOnly":true,"items":{"type":"string"}},"categories":{"maxItems":10,"type":"array","description":"Required to start location sync  - A list of category IDs describing the location","items":{"type":"integer","format":"int64"}},"status":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The status of the location. One of:"},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"ACTIVE - will be synced and renewed"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"INACTIVE - will not be synced anymore, claims of listings will be released where possible"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CANCELLED - will be synced, will not be renewed. Once endDate is reached, location will switch to INACTIVE"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"CLOSED - location has shut down, we'll mark listings as permanently closed or remove listings from the internet where permanently closed status is not supported"},"children":[]}]}]}],"enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]},"firstSyncStarted":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Date and time when the first sync was started for the location."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Set together with "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"lastSyncStarted"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"; either both fields are populated or both are null."},"children":[]}]}]}],"format":"date-time","nullable":true},"lastSyncStarted":{"type":"string","description":"Output only. Date of the last sync for the location","format":"date-time","nullable":true},"lastSyncCheckEnqueued":{"type":"string","description":"Output only. Date and time when a sync check was last enqueued","format":"date-time","nullable":true},"lastUnwantedCheckEnqueued":{"type":"string","description":"Output only. Date and time when a duplicate check was last enqueued","format":"date-time","nullable":true},"deactivated":{"type":"string","description":"Output only. Date and time when the location was deactivated (status INACTIVE or CLOSED)","format":"date-time","nullable":true},"identifier":{"maxLength":191,"minLength":1,"type":"string","description":"The location identifier based on your internal identification system","nullable":true},"photos":{"type":"array","description":"The location's photos","nullable":true,"items":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"Location Photo"}},"translations":{"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Translations for location fields in different languages."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In GET responses, returned as an array of translation objects (see LocationTranslation schema)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In POST/PATCH requests, provide as a nested map: locale code → field property name → translated value."},"children":[]}]}]}],"nullable":true,"example":{"en":{"name":"English name","descriptionShort":"Short description in English"},"de":{"name":"German name","descriptionShort":"Kurze Beschreibung auf Deutsch"}},"items":{"type":"object","properties":{"field":{"type":"string","description":"Identifies which location field a translation applies to.\n        Use the property name (shown in parentheses) as the key in the translations request map.","enum":["NAME","DESCRIPTION_SHORT","DESCRIPTION_LONG","CALL_TO_ACTIONS","SERVICES","KEYWORDS","OPENINGHOURS_NOTES"]},"locale":{"type":"object","description":"The locale/language code for this translation","example":"de"}},"description":"A translation for a specific location field in a specific language.\n        In GET responses, translations are returned as an array of these objects.\n        In POST/PATCH requests, translations must be provided as a map keyed by locale code\n        (e.g. 'en', 'de') where each value is a map of field property names to translated values."}},"nextBilling":{"type":"string","description":"Output only. Next billing date for the location","format":"date-time","nullable":true},"endDate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Subscription/contract end date for this location. When set, indicates the date on which the location's subscription is scheduled to end."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Distinct from "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"cancellationDate"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" (which records when a cancellation was requested). Nullable."},"children":[]}]}]}],"format":"date-time","nullable":true},"cancellationDate":{"type":"string","description":"Output only. Cancellation date for the location","format":"date-time","nullable":true},"dateCreated":{"type":"string","description":"Output only. The date and time the location was created in our database","format":"date-time","nullable":true},"lastUpdated":{"type":"string","description":"Output only. Date of the last changes made to the location. Includes updates by users, API, location cleansing, and duplicate checks","format":"date-time","nullable":true},"autoSync":{"type":"boolean","description":"When autosync is set to true, information changed for the location in Uberall will automatically be syncronized to all connected listings without the need to explicitly start a sync again after it's been started once."},"timezone":{"type":"string","description":"The location's timezone","nullable":true},"openingDate":{"type":"string","description":"The date the location will first open. Must be formatted YYYY-MM-DD","format":"date","nullable":true},"sortableData":{"type":"string","description":"Internal field for sorting and search data optimization.","nullable":true},"wizardStepFinished":{"type":"integer","description":"Output only. Last step finished in the creation wizard.","format":"int32","nullable":true},"suggestions":{"type":"array","description":"Community suggestions for the location","nullable":true,"items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}},"serviceAreas":{"maxItems":20,"type":"array","description":"Service areas available on the location.","nullable":true,"items":{"required":["name","placeId"],"type":"object","properties":{"name":{"type":"string","description":"The name of the service area, e.g. Berlin, Deutschland","example":"Berlin, Deutschland"},"placeId":{"type":"string","description":"A unique place id , e.g. ChIJAVkDPzdOqEcRcDteW0YgIQQ, Place IDs uniquely identify a place in the Google Places database and on Google Maps. Please visit https://developers.google.com/places/place-id for more info","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"}},"description":"The areas where this location offers service, e.g. useful for food delivery"}},"locationConnects":{"type":"array","description":"Connected accounts and directory links","nullable":true,"items":{"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}}}},"callTrackingNumbers":{"uniqueItems":true,"type":"array","description":"Add call tracking numbers for distribution to Google, Facebook, and Bing. The call tracking numbers must be different from the location's primary phone number","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"number":{"type":"string","description":"The call tracking number for the select directory -- must be different than the location's primary phone number."}},"description":"Call Tracking Number"}},"utms":{"uniqueItems":true,"type":"array","description":"UTM parameter to be appended to the location's website. Codes can be sent to Google, Facebook, and Bing.","items":{"type":"object","properties":{"type":{"type":"string","description":"Google, Facebook, or Bing","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"parameters":{"type":"string","description":"The UTM parameter that should be appended to the location website url"}},"description":"UTM"}},"transactionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations. Only available for specific business categories.\n\"transactionLinks\" in the API still works for Google, but customers are suggested to move to \"actionLinks\" to support Apple.","deprecated":true,"items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"actionLinks":{"uniqueItems":true,"type":"array","description":"Links that appear on some directories for specific types of customer actions, such as food ordering, appointment setting, and booking reservations.\n                        Only available for specific business categories.","items":{"required":["directoryType","type","url"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"url":{"type":"string","description":"The deep-link to the page where the customer can facilitate the transaction. This should not be a homepage or location page unless the customer can make their request directly on that page. UTM parameters are not recommended and may be stripped by specific directories."},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The specific customer action type - APPOINTMENT, ONLINE_APPOINTMENT, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, DINING_RESERVATION, SHOP_ONLINE"},"children":[]}]}]}],"enum":["APPOINTMENT","ONLINE_APPOINTMENT","FOOD_ORDERING","FOOD_DELIVERY","FOOD_TAKEOUT","DINING_RESERVATION","SHOP_ONLINE","AIRLINE_BOOK","AIRLINE_CHECK_IN","AIRLINE_FLIGHT_STATUS","BOOK","BOOK_ACTIVITIES","BOOK_RIDES","BOOK_TEETIMES","BOOK_TOURS","BUY_TICKETS","CAREERS","CHARGE_EV","COUPONS","DONATE","EVENTS","EVENTS_SHOWS","EVENTS_SPORTS","GIFT_CARD","HOTEL_AMENITIES","HOTEL_BOOK_ROOM","AVAILABLE_PARKING","RESERVE_PARKING","RESTAURANT_JOIN_WAITLIST","VIEW_MENU","SERVICE_QUOTE","STORE_DELIVERY","STORE_PICKUP","SERVICES","SUPPORT","SHOWTIMES","VIEW_AVAILABILITY","VIEW_PRICING","APPLE_APPOINTMENT","APPLE_FOOD_ORDERING","APPLE_FOOD_DELIVERY","APPLE_FOOD_TAKEOUT","APPLE_DINING_RESERVATION","APPLE_SHOP_ONLINE","APPLE_AIRLINE_BOOK_TRAVEL","APPLE_AIRLINE_CHECK_IN","APPLE_AIRLINE_FLIGHT_STATUS","APPLE_BOOK","APPLE_BOOK_ACTIVITIES","APPLE_BOOK_RIDES","APPLE_BOOK_TEETIMES","APPLE_BOOK_TOURS","APPLE_BUY_TICKETS","APPLE_CAREERS","APPLE_CHARGE_EV","APPLE_COUPONS","APPLE_DONATE","APPLE_EVENTS","APPLE_EVENTS_SHOWS","APPLE_EVENTS_SPORTS","APPLE_GIFT_CARD","APPLE_HOTEL_AMENITIES","APPLE_HOTEL_BOOK_ROOM","APPLE_PARKING_AVAILABLE_PARKING","APPLE_PARKING_RESERVE_PARKING","APPLE_RESTAURANT_JOIN_WAITLIST","APPLE_RESTAURANT_PICKUP","APPLE_RESTAURANT_VIEW_MENU","APPLE_RETAIL_SERVICE_QUOTE","APPLE_RETAIL_STORE_DELIVERY","APPLE_RETAIL_STORE_PICKUP","APPLE_SERVICES","APPLE_SUPPORT","APPLE_THEATER_NOW_PLAYING","APPLE_VIEW_AVAILABILITY","APPLE_VIEW_PRICING"]},"appStoreUrl":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The link to the iOS application in Apple's App Store."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This is required for transaction links with a directory_type of APPLE_MAPS unless the url value has the same domain as the website field."},"children":[]}]}]}]},"isPreferred":{"type":"boolean","description":"Indicates to Google which one url per transaction link type should be set as the preferred flow for customers. Not required, but it is recommended to always flag one url, even if there is only one, as preferred because Google may pull in urls from third party partners."}},"description":"Location Transaction Link"}},"temporarilyClosed":{"required":["temporarilyClosed"],"type":"object","properties":{"temporarilyClosed":{"type":"boolean","description":"Locations must have either TRUE or FALSE for this field to indicate if they are temporarily closed (TRUE) or not (FALSE)."},"reopenDate":{"type":"string","description":"Set a re-open date for a temporarily closed location (Format: YYYY-MM-DD). The location will re-open at 12:01am local time. Leave null if the re-open date is unknown."}},"description":"Set a location to temporarily closed with the ability to set a re-open date. Temporarily closed is best used if a location will be closed for more than seven days. If less than seven days, use special hours to show the location is closed.","nullable":true},"features":{"uniqueItems":true,"type":"array","description":"Output only. List of features available to the location","items":{"type":"string","enum":["ADS","ADS_READ","ADS_WRITE","ADVANCED_ANALYTICS_2_0","AI_KNOWLEDGEBASE","AI_LOCALISATION","AI_LOCATION_INFORMATION","AI_SUGGESTED_REPLIES","APPLE_POSTING","APPLE_POSTING_WRITE","AUTO_RESPONSE","AUTO_RESPONSE_WRITE","AUTOMATION","INSTAGRAM_POSTING","INSTAGRAM_POSTING_WRITE","LINKEDIN_POSTING","TIKTOK_POSTING","BRAND_PAGE_POSTING","BUSINESS_LEVEL_CONNECT","CAN_PAY_INVOICE","CAN_SEE_HELP_SECTION","CHATBOT","CHATBOT_READ","CHATBOT_WRITE","CHAT_READ","CHAT_WRITE","CLEANSING","CONTENT_COLLECTION","DAM","DASHBOARD","ENTERPRISE_ONBOARDING","FACEBOOK_POSTING","FIRST_PARTY_REVIEW_APPROVAL","FORMS","GOOGLE_POSTING","HOMEPAGE","INBOX_APPROVAL","INBOX_PREVIEW","INBOX_TEASER","INBOX_TWITTER","INBOX_2_0_BETA","INBOX_2_0_BETA_READ","INBOX_2_0_BETA_WRITE","INBOX_FLAG","LISTINGS","LIVE_CHAT","LOCAL_SEO_REPORT","LOCATION_APPROVAL_REQUESTS","LOCATION_GROUP","LOCATION_STATUS_CHANGE","LOCATION_TRANSLATION","LOCATION_READ","LOCATION_WRITE","MANUAL_LISTINGS","NEAR_ME_CHECK","PHONE_OPTIONAL","OTHERS_POSTING","POSTING","POSTING_APPROVAL","POSTING_CAMPAIGN","POSTING_READ","POSTING_TONE_ADJUST","POSTING_WRITE","POSTING_PREVIEW","PRICE_INFO","QR_CODE_GENERATION","RESPONSE_LIBRARY","RESPONSE_LIBRARY_READ","RESPONSE_LIBRARY_WRITE","REVIEW_GENERATION_EMAIL","REVIEW_GENERATION_SMS","REVIEW_GENERATION_CREATE","REVIEW_GENERATION_SEND","REVIEW_TRANSLATION","LOCATION_APPROVAL","SINGLE_SIGN_ON","SOCIAL_ADS","STOREFINDER","STOREFINDER_TRIAL_MODE","LOCATOR_PAGES_BUILDER","STOREFINDER_ANALYTICS","STOREFINDER_GOOGLE","STOREFINDER_MAPBOX","SUPPORT","TWITTER_INBOX_READ","TWITTER_INBOX_WRITE","TWITTER_POSTING","TWITTER_POSTING_WRITE","UPGRADE","USER_OTHERS_EDIT","USER_SELF_EDIT","WEBSITE_WIDGETS","EXPANDED_REVIEWS_RESTAURANT","EXPANDED_REVIEWS_FINANCE","WHATS_APP_MESSAGES","ACCESS_REQUEST_INVITATIONS","AI_BULK_REPLIES","SURVEYS","SURVEYS_READ","SURVEYS_WRITE","AI_SEARCH","GEO_STUDIO","AI_SEARCH_GRADER","CAN_CREATE_OR_DELETE_OTHER_LOCATION_MANAGER","CUSTOM_INSTRUCTIONS","CUSTOM_INSTRUCTIONS_WRITE","UBI","UBI_CORE","UBI_TASK_EXECUTION","COMP_INTEL_GRID_MAP","DATA_SHARING","ADVANCED_ANALYTICS","FACEBOOK_UNOWNED_PAGE_CREATE","LOCATION_SCHEDULED_UPDATES","UTMS","CALL_TRACKING_NUMBERS","TRANSACTION_LINKS","BASIC","BASIC_PLUS","SUPPRESSION","NEW_PHOTO_TYPES","TRACKING","LOCAL_INVENTORY","BULK_UPDATES","INBOX_READ","INBOX_WRITE","INBOX"]}},"streetAndNumber":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Combined street address and street number as a single string (e.g. \"Main St 42\" or \"42 Main St\" depending on the country's convention)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In responses, this field is always populated from the stored 'street' and 'streetNo' values."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"In create/update requests, 'streetAndNumber' can be used as an alternative to sending separate 'street' and 'streetNo' fields — useful when only a combined \"Address Line 1\" value is available."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"When provided, the system attempts to automatically extract the street number from the combined value."},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If 'street' or 'streetNo' is also present in the same request, 'streetAndNumber' is ignored."},"children":[]}]}]}]},"needsReview":{"uniqueItems":true,"type":"array","description":"Needs review","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"businessName":{"type":"string"},"nameDescriptor":{"type":"string","description":"An addition to the location's name which gives specific info about the location's address (e.g. Mall level 2 OR Inside Departures). Sent only to FACEBOOK"},"sublocality":{"type":"string"},"evData":{"required":["operator","owner","timezone","updateTime"],"type":"object","properties":{"type":{"type":"string","description":"Type of location of the charging station","enum":["ON_STREET","OTHER","PARKING_GARAGE","PARKING_LOT","UNDERGROUND_GARAGE","ON_DRIVEWAY","ALONG_MOTORWAY","UNKNOWN"]},"owner":{"type":"string","description":"Required - Owner of the location"},"operator":{"type":"string","description":"Required - Operator of the chargepoints of the location"},"subOperator":{"type":"string","description":"Suboperator of the chargepoints of the location"},"timezone":{"type":"string","description":"The time zone of the location"},"isChargingClosed":{"type":"boolean","description":"Indicates if the EVSEs can be used for charging outside the opening hours of the location. E.g. when the parking garage closes its barriers overnight, it will indicate if you still can charge till the next morning"},"updateTime":{"type":"string","description":"Date/time of the last EV data update","format":"date-time"},"supplyEquipments":{"uniqueItems":true,"type":"array","description":"Charging Station information","items":{"required":["uid","updateTime"],"type":"object","properties":{"uid":{"type":"string","description":"Unique ID in the system of the CPO"},"evseId":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Unique id for the outside world. Compliant with “eMI3standard version V1.0”"},"children":[]}]}]}]},"physicalReference":{"type":"string","description":"A number/string printed on the outside of the EVSE for visual identification"},"updateTime":{"type":"string","description":"Date/time of the Equipment's last update","format":"date-time"},"connectors":{"uniqueItems":true,"type":"array","description":"Details on each connector","items":{"required":["amperage","format","identifier","powerType","standard","updateTime","voltage"],"type":"object","properties":{"identifier":{"type":"string","description":"Required - Identifier of the connector within the EVSE created by the CPO. Two connectors may have the same id as long as they do not belong to the same EVSE object."},"standard":{"type":"string","description":"Required - The socket or plug standard of the charging point","enum":["CHADEMO","CHAOJI","DOMESTIC_A","DOMESTIC_B","DOMESTIC_C","DOMESTIC_D","DOMESTIC_E","DOMESTIC_F","DOMESTIC_G","DOMESTIC_H","DOMESTIC_I","DOMESTIC_J","DOMESTIC_K","DOMESTIC_L","DOMESTIC_M","DOMESTIC_N","DOMESTIC_O","GBT_AC","GBT_DC","IEC_60309_2_single_16","IEC_60309_2_three_16","IEC_60309_2_three_32","IEC_60309_2_three_64","IEC_62196_T1","IEC_62196_T1_COMBO","IEC_62196_T2","IEC_62196_T2_COMBO","IEC_62196_T3A","IEC_62196_T3C","NEMA_5_20","NEMA_6_30","NEMA_6_50","NEMA_10_30","NEMA_10_50","NEMA_14_30","NEMA_14_50","PANTOGRAPH_BOTTOM_UP","PANTOGRAPH_TOP_DOWN","TESLA_R","TESLA_S"]},"format":{"type":"string","description":"Required - The format of the connector, whether it is a socket or a plug","enum":["CABLE","SOCKET"]},"powerType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - Connector Power Type. Values can be: AC_1_PHASE, AC_3_PHASE, DC"},"children":[]}]}]}],"enum":["AC_1_PHASE","AC_2_PHASE","AC_2_PHASE_SPLIT","AC_3_PHASE","DC"]},"voltage":{"type":"integer","description":"Required - The voltage of the connector","format":"int32"},"amperage":{"type":"integer","description":"Required - The maximum amperage of the connector","format":"int32"},"maxPower":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum electric power that can be delivered by the connector, in Watts (W). In case it is not provided, the API response will use voltage * amperage as a fallback."},"children":[]}]}]}],"format":"int32","nullable":true},"updateTime":{"type":"string","description":"Date/time of the connector's last update","format":"date-time"}},"description":"EV Connector"}},"parkingRestrictions":{"uniqueItems":true,"type":"array","description":"This value, if provided by CPO, represents the restriction to the parking spot for different purposes","items":{"type":"string","enum":["CUSTOMERS","DISABLED","EV_ONLY","MOTORCYCLES","PLUGGED"]}}},"description":"EV Supply Equipment"}}},"description":"A description of the EV Charging station's location. Used to help customers find the station more easily","nullable":true},"doctorComData":{"type":"object","properties":{"npi":{"type":"string","description":"National Provider Id (NPI)"},"hospitals":{"maxItems":10,"type":"array","description":"Hospital affiliations.","items":{"required":["hospitalName"],"type":"object","properties":{"hospitalName":{"maxLength":150,"type":"string","description":"The name of the hospital the provider is affiliated with."},"hospitalCity":{"type":"string","description":"The city the hospital is located in."},"hospitalState":{"type":"string","description":"The state the hospital is located in. This should be the ISO 3166-2 two-character code (e.g. NY)."}},"description":"Doctor.com Hospital Affiliation"}},"educations":{"maxItems":5,"type":"array","description":"List of universities where the provider received their degree(s).","items":{"required":["educationName","educationType"],"type":"object","properties":{"educationName":{"maxLength":255,"type":"string","description":"The name of the educational institution."},"educationType":{"maxLength":50,"type":"string","description":"The type of education degree (e.g. 'Medical Degree')."},"startedYear":{"type":"integer","description":"The year the provider started their education.","format":"int32"},"graduationYear":{"type":"integer","description":"The year the provider graduated from the educational institution. This value must be the current year or earlier.","format":"int32"}},"description":"Doctor.com Education"}},"insurances":{"maxItems":20,"type":"array","description":"Insurance providers and plans accepted by the provider.","items":{"required":["companyName","insurancePlan"],"type":"object","properties":{"companyName":{"maxLength":60,"type":"string","description":"The name of the insurance provider company."},"insurancePlan":{"maxLength":255,"type":"string","description":"The name of the insurance plan."}},"description":"Doctor.com Insurance"}},"credentials":{"maxLength":25,"type":"string","description":"Medical professional's credentials (max character limit: 25)"},"university":{"type":"string","description":"DEPRECATED (Replaced by 'educations').  - The University where the provider received their degree","deprecated":true},"hospitalAffiliations":{"type":"string","description":"DEPRECATED (Replaced by 'hospitals').  - Hospital affiliations","deprecated":true},"insurancesAccepted":{"type":"string","description":"DEPRECATED (Replaced by 'insurances').  - Types of insurance accepted by the provider","deprecated":true},"isProvider":{"type":"boolean","description":"Defines if the listing is for a provider or not"},"practiceName":{"type":"string","description":"Name of the medical practice"},"providerTitle":{"type":"string","description":"Medical professional's title"},"providerFirstname":{"type":"string","description":"Medical professional's first name"},"providerMiddlename":{"type":"string","description":"Medical professional's middle name"},"providerSurname":{"type":"string","description":"Medical professional's surname"},"doctorCategories":{"type":"array","description":"Doctor.com categories","deprecated":true,"items":{"type":"integer","format":"int64"}},"doctorCategoriesDetailed":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"Unique identifier of the DoctorCom category","format":"int64","example":111},"nuccTaxonomyCode":{"type":"string","description":"NUCC taxonomy code for the sub-specialty","example":"207RI0011X"}},"description":"Doctor.com category associated with the provider"}}},"description":"Description of the provider","nullable":true},"customFields":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","description":"The name of the custom field","example":"foo"},"value":{"type":"string","description":"The value of the custom field","example":"bar"}}}},"businessSyncable":{"type":"boolean"},"activeDirectoriesCount":{"type":"integer","description":"Output only. Number of active directories","format":"int32"},"activeListingsCount":{"type":"integer","description":"Output only. Number of active listings","format":"int32"},"attributes":{"type":"array","description":"Google attributes","items":{"type":"object","properties":{"externalId":{"type":"string","description":"The google attribute id"},"value":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The value of the attribute. The value depends on the valueType."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"BOOL: \"true\" or \"false\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Single URL:\"http://uberall.com\" "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Multiple URLs: [\"http://uberall.com\", \"https://menuari2.com\"] "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ENUM:\"supportedValue1\" or \"supportedValue2\""},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"REPEATED_ENUM:\"supportedValue1,supportedValue2\""},"children":[]}]}]}]},"displayName":{"type":"string","description":"The attribute's name in the required language."},"groupDisplayName":{"type":"string","description":"Attribute group name"},"valueMetadata":{"type":"array","description":"List of possible values.","items":{"type":"object","properties":{"value":{"type":"string","description":"The value"},"displayName":{"type":"string","description":"Display name for this value"}},"description":"Value metadata item"}},"valueType":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The attribute type."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"e.g. BOOL, URL, ENUM, REPEATED_ENUM"},"children":[]}]}]}],"example":"BOOL, URL, ENUM, REPEATED_ENUM","enum":["BOOL","URL","ENUM","REPEATED_ENUM"]}},"description":"Attribute Wrapper Model"}},"businessId":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ID of the business this location is linked to. Mandatory when creating a location. Sending a different ID than the current businessId when updating will lead to changing the business. This is only possible in case all connected accounts (Facebook, Google, …) are compatible."},"children":[]}]}]}],"format":"int32","example":1234},"cleansingComment":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Cleansing comment by user, set only when cleansingStatus is INVALID_DATA."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Possible Values (ADDRESS_DETAILS_VERIFIED, NAME_ADDRESS_DETAILS_UPDATED, NON_CLOSURE_CONFIRMATION,)"},"children":[]}]}]}],"enum":["ADDRESS_DETAILS_VERIFIED","NAME_ADDRESS_DETAILS_UPDATED","NON_CLOSURE_CONFIRMATION"]},"cleansingInvalidDataReason":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Invalid Cleansing Reason (eg. INCOMPLETE_ADDRESS,ADDRESS_ IS_PO_BOX,ADDRESS_ DOES_NOT_EXIST, LOCATION_IS_CLOSED, INFORMATION_IS_WRONG, LOCATION_IS_MOVED, NON_LATIN_CHARACTERS_ADDRESS, OTHER)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Guide on how to fix invalid data issues - http://ubr.al/fix_invalid_data"},"children":[]}]}]}]},"cleansingStatus":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Current cleansing status for the location. Possible values: NOT_CLEANSED, PENDING, CLEANSED, INVALID_DATA"},"children":[]}]}]}],"enum":["NOT_CLEANSED","PENDING","CLEANSED","INVALID_DATA"]},"contentLists":{"type":"array","description":"The content list IDs (EVENTS, PRODUCTS, MENU, PEOPLE) describing the location","items":{"type":"integer","format":"int32"}},"dataPoints":{"type":"integer","description":"Output only. Number of dataPoints (reviews, photos) left by users at this location","format":"int32"},"listingsBeingUpdated":{"type":"integer","description":"Output only. Number of listings still being updated","format":"int32"},"averageRating":{"type":"number","format":"double"},"listingsInSync":{"type":"integer","description":"Output only. The number of listings in sync","format":"int32"},"mainPhoto":{"required":["type"],"type":"object","properties":{"description":{"type":"string","description":"A description for the photo - max 255 chars"},"sourceUrl":{"type":"string","description":"Output only. The original source URL of the photo. To provide a photo URL when creating or updating a location, use the 'url' field instead."},"identifier":{"type":"string","description":"The photo identifier based on your internal identification system"},"cropOffsetX":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropOffsetY":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropWidth":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Width of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"cropHeight":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Height of the 16:9 cropped area [LANDSCAPE photo only]"},"children":[]}]}]}],"format":"int32"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required - One of: "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PHOTO - Default photo type for all photos which do not fit into any other category"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MAIN "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SQUARED_LOGO "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"DOCTOR_COM_PORTRAIT - Doctor.com clients only "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"LANDSCAPE - Updates Google Cover Photo"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"APPLE_LANDSCAPE - Apple Cover Photo - availability and usage dependent on directory rules"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_LOGO - Only for Uberall locator product "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"STOREFINDER_COVER - Only for Uberall locator product"},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FACEBOOK_LANDSCAPE - Facebook Cover Photo "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"INTERIOR - Google's Interior Photo tag  - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category  "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"MENU  - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"PRODUCT  - Google's Product Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"TEAMS  - Google's Teams Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"AT_WORK  - Google's At Work Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"COMMON_AREA  - Google's Common Area Photo tag - availability dependent on a location's business category "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category"},"children":[]}]}]}],"enum":["MAIN","DOCTOR_COM_PORTRAIT","LOGO","STOREFINDER_LOGO","SQUARED_LOGO","LANDSCAPE","STOREFINDER_COVER","FACEBOOK_LANDSCAPE","APPLE_LANDSCAPE","MENU","PHOTO","ROOMS","TEAMS","AT_WORK","PRODUCT","EXTERIOR","INTERIOR","COMMON_AREA","FOOD_AND_DRINK"]},"order":{"type":"integer","description":"Zero-based insertion index. If omitted, photo is added to the end","format":"int32"},"dateCreated":{"type":"string","description":"The date when the object was created in uberall database","format":"date-time"},"lastUpdated":{"type":"string","description":"Date of the last changes made to the photo","format":"date-time"},"photo":{"type":"string"},"locationId":{"type":"integer","description":"The uberall unique id of the location to attach the photo to.","format":"int64"},"url":{"type":"string","description":"URL of the photo to upload. Use this field (not sourceUrl) when providing a photo URL via the Location create/update endpoints."}},"description":"The location's main picture"},"missingMandatoryFields":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Output only. Compile all the fields that are currently missing but mandatory for some directories. They have to be set in the Location object, so that the Listing can be created / updated on the respective platform. List of Strings, e.g. [NAME, ZIP, PHONE]"},"children":[]}]}]}],"items":{"type":"string","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]}},"directoriesMissingConnect":{"type":"array","items":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"linkedToLocationGroups":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the LocationGroup.","format":"int64"},"lastUpdated":{"type":"string","description":"Last updated date of the Location Group","format":"date-time"},"name":{"type":"string","description":"Name of the LocationGroup."},"status":{"type":"string","description":"Status of the Location Group","enum":["ACTIVE","DELETED"]},"creator":{"type":"integer","format":"int64"},"salesPartner":{"type":"integer","format":"int64"},"locationsCount":{"type":"integer","format":"int32"},"locations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the location","format":"int64","example":1},"name":{"type":"string","description":"Name of the location","example":"Location 1"},"status":{"type":"string","description":"Status of the location","example":"ACTIVE","enum":["CREATED","ACTIVE","INACTIVE","CANCELLED","DELETED","CLOSED"]}}}},"users":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"ID of the user","format":"int64","example":1},"email":{"type":"string","description":"Email of the user","example":"jan.didschuneit@uberall.com"},"firstName":{"type":"string","description":"First name of the user","example":"Jan"},"lastName":{"type":"string","description":"Last name of the user","example":"Didschuneit"},"role":{"type":"string","description":"Different roles a user account can have in the system.","example":"ADMIN","enum":["UBER_API_ADMIN","API_ADMIN","ADMIN","ACCOUNT_MANAGER","BUSINESS_MANAGER","LOCATION_MANAGER","BUSINESS_MANAGER_INBOX"]},"status":{"type":"string","description":"User Status Enum","example":"VERIFIED","enum":["INVITED","CREATED","VERIFIED","UNVERIFIED","INACTIVE","DELETED","NO_LOGIN"]}}}}},"description":"The actual response object of the response"}},"locatedIn":{"uniqueItems":true,"type":"array","description":"Defines the physical containment relationship of this location within another place (e.g. a mall or airport).\nEach entry references an external place by its directory-specific ID and describes whether the location is a department of\nor an independent establishment within that place. At most one entry per directoryType is allowed; currently only GOOGLE is supported.\nRequired fields: placeId (max 1024 chars), relationType. Optional: directoryType.\nPlace details (placeName, placeAddress, coordinates) are resolved automatically from downstream APIs (e.g. Google Places).","items":{"required":["placeId","relationType"],"type":"object","properties":{"directoryType":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"placeId":{"type":"string","description":"The directory-specific unique identifier of the enclosing place","example":"ChIJAVkDPzdOqEcRcDteW0YgIQQ"},"relationType":{"type":"string","description":"Whether the location is a department of or an independent establishment within the enclosing place","example":"DEPARTMENT_OF","enum":["DEPARTMENT_OF","INDEPENDENT_ESTABLISHMENT_IN"]},"placeName":{"type":"string","description":"The name of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"placeAddress":{"type":"string","description":"The address of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","readOnly":true},"lat":{"type":"number","description":"The latitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":52.52},"lng":{"type":"number","description":"The longitude of the enclosing place, resolved automatically from downstream APIs (e.g. Google Places)","format":"double","readOnly":true,"example":13.405},"id":{"type":"integer","format":"int64"}},"description":"Represents the physical containment relationship of a location within an enclosing place (e.g. a mall or airport)"}},"directoriesPublishingStatus":{"type":"array","items":{"type":"string"}},"locationSyncable":{"type":"boolean"},"suggestionsForFieldsAvailable":{"type":"boolean"},"moreHours":{"uniqueItems":true,"type":"array","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The location's additional service hours, such as delivery, pickup, happy hours etc. Submitted to Google. e.g."},"children":[]}]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"pre","attrs":{}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ONLINE_SERVICE_HOURS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"09:00\",\n        \"to1\": \"18:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 2,\n        \"from1\": \"09:00\",\n        \"to1\": \"13:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n    \"type\": \"ACCESS\",\n    \"hours\": ["},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"{"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"\n        \"dayOfWeek\": 1,\n        \"from1\": \"06:00\",\n        \"to1\": \"20:00\"\n    "},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]\n"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"}"},"children":[]},{"$$mdtype":"Node","type":"text","attributes":{"content":"]"},"children":[]}]}],"items":{"type":"object","properties":{"type":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}},"description":"The MoreHours type"},"hours":{"type":"array","description":"The MoreHours of the given type","items":{"type":"object","properties":{"dayOfWeek":{"type":"integer","description":"The MoreHours dayOfWeek, represented by a number","format":"int32","example":1},"from":{"type":"string","description":"The MoreHours from as a String","example":"08:00"},"to":{"type":"string","description":"The MoreHours to as a String","example":"18:00"}}}}}}},"lodgingFields":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"value":{"type":"string","description":"The value of the lodging amenity field. Accepted values are 'true' or 'false'","enum":["true","false"]},"id":{"type":"integer","format":"int64"},"externalId":{"type":"string","description":"The Google external id for the lodging amenity.\n                Must match a valid externalId from the LodgingField catalog. Examples include: watercraftRental, turndownService, patio"},"category":{"type":"string","description":"High-level grouping of Lodging Amenity types, such as SERVICES, TRANSPORTATION, FAMILIES, etc. Must match a valid category from the LodgingField catalog."},"displayName":{"type":"string","description":"Output only. Human-readable display name of the amenity.","readOnly":true}},"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A lodging amenity field for hotel/lodging business categories, submitted to Google."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The [category, externalId] pair must exist in the LodgingField catalog — use the GET available-lodging-fields endpoint to retrieve valid values."},"children":[]}]}]}]}},"profileCompleteness":{"type":"integer","description":"Output only. Number representing completeness of location data, up to 100","format":"int32"},"publishedListingsCount":{"type":"integer","description":"Output only. Number of published listings","format":"int32"},"socialProfiles":{"uniqueItems":true,"type":"array","description":"The profiles of the location on social and professional networks (FACEBOOK, FOURSQUARE, INSTAGRAM, LINKEDIN, PINTEREST, TWITTER, VIMEO, XING, YOUTUBE)","items":{"type":"object","properties":{"url":{"type":"string","description":"Url of the Social Profile"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Social Profile Type. Values: [FACEBOOK, LINKEDIN, TWITTER, YOUTUBE, XING, INSTAGRAM, FOURSQUARE, PINTEREST]"},"children":[]}]}]}],"enum":["FACEBOOK","LINKEDIN","TWITTER","YOUTUBE","XING","INSTAGRAM","FOURSQUARE","PINTEREST","VIMEO"]}},"description":"Social Profile"}},"videos":{"type":"array","description":"The location's videos","items":{"type":"object","properties":{"id":{"type":"integer","description":"Identifier of the video in our system","format":"int64"},"url":{"type":"string","description":"Url of the video"},"description":{"type":"string","description":"Text description of the Video"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Video Platform. Values: [YOUTUBE, VIMEO]"},"children":[]}]}]}],"enum":["YOUTUBE","VIMEO","UBERALL"]}},"description":"Video"}},"visibilityIndex":{"type":"integer","description":"Output only. The location's latest visibility index","format":"int32"},"skipFacebookPicturesUpdate":{"type":"boolean","description":"When set to true, Uberall will skip publishing any photos to Facebook for this location. This affects both sync checks and updates.","example":true},"businessCountry":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","UK","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"businessType":{"type":"string","enum":["SMB","ENTERPRISE"]},"contentCollections":{"required":["identifier","name","type"],"type":"object","properties":{"id":{"type":"integer","description":"Collection id","format":"int64"},"identifier":{"type":"string","description":"Mandatory - A unique identifier for the collection"},"name":{"type":"string","description":"Mandatory - Name of the content collection"},"description":{"type":"string","description":"A description of the collection"},"type":{"type":"string","description":"Mandatory - the type of content collection. Values can be: MENU, PEOPLE, PRODUCTS, SERVICES, or CUSTOM","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"contentLists":{"type":"array","description":"Mandatory - Sections within the content collections","items":{"type":"object","properties":{"id":{"type":"integer","description":"Content List id","format":"int64"},"title":{"type":"string","description":"The name of the content list: e.g. 'Lunch Menu'","example":"Lunch Menu"},"type":{"type":"string","description":"The type of content list. One of SERVICES, PRODUCTS, MENU, PEOPLE or CUSTOM. The type cannot be updated after creation.","enum":["MENU","PEOPLE","PRODUCTS","CUSTOM","SERVICES","EVENTS","FAQ"]},"description":{"type":"string","description":"A description of the content list (section)"},"translations":{"type":"object","properties":{"locale":{"type":"object","properties":{"field":{"type":"string","description":"The field for translation","enum":["TITLE"]}},"description":"Content List Translation"}},"description":"Language translations for the section title of a content collection","example":[{"hu":{"title":"Magyar"},"fr":{"title":"Titre Français"}}]},"items":{"type":"array","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Title"},"description":{"type":"string","description":"Description of the menu item: e.g. 'With mozzarella, fresh basil and tomatoes'"},"identifier":{"type":"string","description":"Unique Identifier for the Menu"},"listName":{"type":"string"},"id":{"type":"integer","description":"The uberall unique id for the menu item","format":"int64"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Price of the menu item in cents: e.g. '1500' for 15 €"},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"Currency used for prices in ISO-4217: e.g. EUR, USD, CHF","enum":["EUR","USD","GBP","CHF","AUD","RUB","JPY","AED","AFN","ALL","AMD","ANG","AOA","ARS","AWG","AZN","BAM","BBD","BDT","BGN","BHD","BIF","BMD","BND","BOB","BOV","BRL","BSD","BTN","BWP","BYR","BZD","CAD","CDF","CHE","CHW","CLF","CLP","CNY","COP","COU","CRC","CUC","CUP","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ERN","ETB","FJD","FKP","GEL","GHS","GIP","GMD","GNF","GTQ","GYD","HKD","HNL","HRK","HTG","HUF","IDR","ILS","INR","IQD","IRR","ISK","JMD","JOD","KES","KGS","KHR","KMF","KPW","KRW","KWD","KYD","KZT","LAK","LBP","LKR","LRD","LSL","LTL","LYD","MAD","MDL","MGA","MKD","MMK","MNT","MOP","MRO","MUR","MVR","MWK","MXN","MXV","MYR","MZN","NAD","NGN","NIO","NOK","NPR","NZD","OMR","PAB","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SCR","SDG","SEK","SGD","SHP","SLL","SOS","SRD","SSP","STD","SVC","SYP","SZL","THB","TJS","TMT","TND","TOP","TRY","TTD","TWD","TZS","UAH","UGX","USN","UYI","UYU","UZS","VEF","VND","VUV","WST","XAF","XCD","XDR","XOF","XPF","XSU","XUA","YER","ZAR","ZMW","ZWL"]},"category":{"type":"string","description":"Category or section of the menu item (e.g. Starters, Drinks, Desert, etc.)","example":"Starters, Drinks, Desert, etc."},"image":{"required":["type","uid","url"],"type":"object","properties":{"id":{"type":"integer","description":"The uberall unique id for the image","format":"int64"},"url":{"type":"string","description":"Image url"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The image type, one of [LOGO, MAIN, IMAGE]"},"children":[]}]}]}],"enum":["LOGO","MAIN","IMAGE"]},"description":{"type":"string","description":"Description of the image"},"uid":{"type":"string","description":"user identifier of the image"}},"description":"Image of the menu (use the Image object format)"},"url":{"type":"string","description":"A valid page url with more details about the item"},"priceMax":{"type":"integer","description":"Maximum price if you want to use a price range for the item","format":"int32"},"caloriesLow":{"type":"integer","description":"The lowest possible number of calories for a menu item","format":"int32"},"caloriesHigh":{"type":"integer","description":"The high end of the range of calories for a menu item","format":"int32"},"allergens":{"type":"array","description":"Allergens in the food item (e.g. Eggs, Dairy, Wheat, etc.)","example":"Eggs, Dairy, Wheat, etc.","items":{"type":"string"}},"dietaryRestrictions":{"type":"array","description":"Restrictive diet the menu item fits into (e.g. Vegetarian, Halal, etc.)","example":"Vegetarian, Halal, etc.","items":{"type":"string"}}},"description":"Menu Item"}}},"description":"Content List"}},"locationIds":{"uniqueItems":true,"type":"array","description":"Location Ids that should be associated with this collection","items":{"type":"integer","format":"int64"}},"isReadOnly":{"type":"boolean","description":"Special field for FE indicating if the collection is read-only for the logged in user","example":false},"cuisineType":{"type":"string","description":"Only applicable to Menu content collections - indicates the cuisine the restaurant serves","enum":["AMERICAN","ASIAN","BRAZILIAN","BREAKFAST","BRUNCH","CHICKEN","CHINESE","FAMILY","FAST_FOOD","FRENCH","GREEK","GERMAN","HAMBURGER","INDIAN","INDONESIAN","ITALIAN","JAPANESE","KOREAN","LATIN_AMERICAN","MEDITERRANEAN","MEXICAN","PAKISTANI","PIZZA","SEAFOOD","SPANISH","SUSHI","THAI","TURKISH","VEGETARIAN","VIETNAMESE","OTHER_CUISINE"]},"url":{"type":"string","description":"Applicable to Menu collections only - url to the brand webpage menu"}},"description":"Content Collection"},"locationNeedsReview":{"uniqueItems":true,"type":"array","items":{"type":"object","properties":{"description":{"type":"string","description":"The description of the needs review"},"field":{"type":"string","description":"The directory field that needs review","enum":["NAME","NAME_DESCRIPTOR","STREET_NO","STREET","STREET_TYPE","ADDRESS_EXTRA","PROVINCE","ZIP","CITY","COUNTRY","LATITUDE","LONGITUDE","ADDRESS_DISPLAY","SERVICE_AREAS","CATEGORIES","OPENING_DATE","PHONE","CELLPHONE","FAX","WEBSITE","WEBSITE_EXTRA","EMAIL","OPENINGHOURS","OPENINGHOURS_NOTES","SPECIAL_OPENINGHOURS","MORE_HOURS","KEYWORDS","DESCRIPTION_SHORT","DESCRIPTION_LONG","IMPRINT","LEGAL_IDENT","TAX_NUMBER","ATTRIBUTION","IS_PUBLISHED","SOCIAL_PROFILES","ATTRIBUTES","PAYMENT_OPTIONS","BRANDS","LANGUAGES","SERVICES","CONTENT_LISTS","PHOTOS","VIDEOS","SOCIAL_POST","DOCTOR_CATEGORIES","NPI","EV_DATA","TRANSACTION_LINKS","SUBLOCALITY","CUSTOM_FIELDS","LISTING_ID","LISTING_URL","VERIFICATION_STATUS","PARENT_LOCATION"]},"type":{"type":"string","description":"The type of the needs review","enum":["CANNOT_START_SYNC","FIELD_INVALID","NORMALIZATION_FAILED","CLEANSING_FAILED","CHECK_BEFORE_CLAIMING","CONFLICT","REJECTED","CATEGORY_NOT_MATCHED","NOT_MY_LISTING","MANDATORY_FIELD_MISSING","SUGGESTED_LISTING","GOOGLE_ACCOUNT_NOT_FOUND","PRE_SYNC","CLEANSING_REQUIRED"]},"id":{"type":"integer","format":"int64"}},"description":"NeedsReview Model"}},"services":{"type":"array","description":"Services offered at the location. Do not use if Content Collections is enabled. Instead use the Service Item and Collection endpoints","items":{"required":["title"],"type":"object","properties":{"title":{"type":"string","description":"Name of the service item as represented at the location"},"description":{"type":"string","description":"A description of the service"},"identifier":{"type":"string","description":"Required - A unique identifier for this service"},"listName":{"type":"string"},"price":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Minimum price of the service item. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD - cents, 10.99 USD → 1099)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"See range interpretation rules under priceMax."},"children":[]}]}]}],"format":"int32"},"currency":{"type":"string","description":"The currency of price and priceMax for this service (required when a price is given).\nAmounts for price fields must be expressed in the smallest valid unit of this currency (e.g., USD - cents).","example":"USD"},"url":{"type":"string","description":"A valid page url with more details about the item."},"category":{"type":"integer","description":"Business category the service should be applied to - this is required when applying a Google structured service but not necessary for freeform services.","format":"int64"},"country":{"type":"string","description":"The country where the locations providing this service are located - this is required when applying a Google structured service but not necessary for freeform services."},"googleService":{"type":"string","description":"The Google name for a structured service - this is required when applying a Google structured service but not necessary for freeform services."},"priceMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum price for the item when using a price range. Amounts must be provided in the smallest valid unit of the respective currency (e.g., USD → cents)."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: price == priceMax"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: priceMax == null (only minimum known)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: price < priceMax (both known and different)"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: price is null (minimum unknown)"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, priceMax must be a non-negative integer and greater than or equal to price."},"children":[]}]}]}],"format":"int32"},"duration":{"type":"integer","description":"Minimum duration of the service in minutes. See range interpretation rules under durationMax.","format":"int32"},"durationMax":{"type":"integer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Maximum duration (in minutes) when using a duration range."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range interpretation rules:"},"children":[]}]}]},{"$$mdtype":"Node","type":"list","attributes":{"ordered":false,"marker":"-"},"children":[{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Exact: duration == durationMax\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Starts At: durationMax == null (only minimum known)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Range: duration < durationMax (both known and different)\\n"},"children":[]}]}]}]},{"$$mdtype":"Node","type":"item","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Not Interpreted: duration is null (minimum unknown)\\n"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Validation: if provided, durationMax must be a non-negative integer and greater than or equal to duration."},"children":[]}]}]}],"format":"int32"}},"description":"Service Item"}}},"description":"Location"}},"id":"schema_129"},"schema_130":{"kind":"json-schema","data":{"type":"string","format":"date"},"id":"schema_130"},"schema_131":{"kind":"json-schema","data":{"type":"string","description":"EvStatus Enum Model","enum":["AVAILABLE","BLOCKED","CHARGING","INOPERATIVE","OUTOFORDER","PLANNED","REMOVED","RESERVED","UNKNOWN"]},"id":"schema_131"},"schema_132":{"kind":"json-schema","data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","description":"id of the Suggestion","format":"int64"},"type":{"type":"string","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP_API","MEINESTADT","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","SCOOT","CENTRAL_INDEX","CITIPAGES","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","BING","WO_GIBTS_WAS","KOOMIO","OEFFNUNGSZEITENBUCH","APPLE_MAPS","WHERE_TO","TUPALO","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","INSTAGRAM","CITY_SQUARES","SHOWMELOCAL","CHAMBER_OF_COMMERCE","JUDYS_BOOK","MY_LOCAL_SERVICES","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","EZLOCAL","ELOCAL","YELLOW_PAGES","SUPER_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","FIND_OPEN","GO_LOCAL","MEINUNGSMEISTER","YAHOO_MANUAL","TRIP_ADVISOR","ZIP_CH","INFOGROUP","TRUSTPILOT","AUSKUNFT","NEXT_DOOR","GOOGLE_ASSISTANT","SIRI","HUAWEI","DOCTOR_COM","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]},"status":{"type":"string","description":"ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)","enum":["HIDDEN","PENDING","ACCEPTED","DECLINED","DECLINED_OLD_API"]},"value":{"type":"object","description":"Suggestion Value"},"directory":{"type":"string","description":"Suggestion from directory","enum":["FOURSQUARE","UBER","GOOGLE","WAZE","GOOGLE_MAPS","YELP","YELP_API","MEINESTADT","YELLOW_MAP","FOCUS","LOKALEAUSKUNFT","WEB_DE","GMX","ONE_AND_ONE","FREIEAUSKUNFT","POINTOO","NOKIA_HERE","FACEBOOK","TOMTOM","STADTBRANCHENBUCH","CYLEX","UNTERNEHMENSAUSKUNFT","ACOMPIO","BUSINESSBRANCHENBUCH","YALWA","THE_PHONEBOOK","SCOOT","CENTRAL_INDEX","CITIPAGES","ONE_NINE_TWO","ONE_ONE_EIGHT","THE_DAILY_RECORD","THE_EVENING_STANDARD","THE_SCOTSMAN","LIVERPOOL_ECHO","THE_SUN","THE_INDEPENDENT","TOUCH_LOCAL","THE_MIRROR","ANNUAIRE","INFOBEL","US_INFO_COM","GARMIN","FACTUAL","BING","WO_GIBTS_WAS","KOOMIO","ABCLOCAL","YELLBO","JELLOO","GUIDELOCAL","OEFFNUNGSZEITENBUCH","APPLE_MAPS","LOOCAL","REGIONAL_DE","WHERE_TO","TUPALO","GELBE_SEITEN","DAS_OERTLICHE","DIALO","BUNDES_TELEFONBUCH","BRANCHENBUCH_DEUTSCHLAND","MARKTPLATZ_MITTELSTAND","BUSQUEDA_LOCAL","RICERCARE_IMPRESE","PAGES24","NAVMII","AUDI","BMW","MERCEDES","VW","TOYOTA","FORD","FIAT","GM","ETRUSTED","INSTAGRAM","SHOPPING_TIME_NETWORK","CITY_SQUARES","SHOWMELOCAL","LOCALSTACK","CHAMBER_OF_COMMERCE","JUDYS_BOOK","BROWNBOOK","MY_LOCAL_SERVICES","YA_SABE","UNIVISION","AL_DIA_TX","LA_VOZ_TX","CHRON","STATESMAN","PALM_BEACH_POST","MUNDO_HISPANICO","EL_TIEMPO_LATINO","LATINOS_US","HOTFROG","INFO_IS_INFO","MANTA","US_CITY","GO_YELLOW","N49","PRATIQUE","JUSTACOTE","EZLOCAL","ELOCAL","TRUE_LOCAL","START_LOCAL","WOMO","AUSSIE_WEB","YELLOW_PAGES","SUPER_PAGES","WHITE_PAGES","DEX_KNOWS","KAUFDA_MANUAL","I_GLOBAL","BRANCHEN_INFO_MANUAL","GUTE_BANKEN_MANUAL","D_11880_COM_MANUAL","BANKOEFFNUNGSZEITEN_DE_MANUAL","BANK_OEFFNUNGSZEITEN_DE_MANUAL","CYLEX_MANUAL","FINDE_OFFEN_MANUAL","MEIN_PROSPEKT_MANUAL","DAS_SCHNELLE","SENSIS_WHITE_PAGES","SENSIS_TRUE_LOCAL","SENSIS_YELLOW_PAGES","FIND_OPEN","WAND","BELL_CA","GO_LOCAL","MEINUNGSMEISTER","YANDEX","YAHOO_MANUAL","HOLIDAY_CHECK","TRIP_ADVISOR","BONIAL_FR","ZIP_CH","PAGES_JAUNES","YELLOW_PAGES_SINGAPORE","INFOGROUP","WAZE_NEW","UBER_NEW","NEUSTAR","TRUSTPILOT","AUSKUNFT","BAIDU","NEXT_DOOR","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","CBANQUE","ORANGE_118_712","SIRI","HUAWEI","DOCTOR_COM","CARE_DASH","DENTAL_PLANS","DOC_SPOT","HEALTHGRADES","SHARE_CARE","VITALS","WEB_MD","WELLNESS","ZOC_DOC","ZWIVEL","YP_COM_HEALTH","BING_HEALTH","NPPES","RATE_MDS","CITYSEARCH","INSIDER_PAGES","TWITTER","ALEXA","MAP_QUEST","WEBSITE_WIDGETS","ECO_MOVEMENT","GOOGLE_EV","APPLE_EV","TESLA_EV","EUROWAG_EV","OPIS_EV","TOMTOM_EV","HERE_EV","YELLOW_PAGES_CANADA","BBB","UBERALL_SOCIAL_ADS","APPLE_APPS","CONSUMER_AFFAIRS","CREDIT_KARMA","DELIVERY","GLASSDOOR","PLAY_GOOGLE","GRUBHUB","INDEED","LENDING_TREE","MENUISM","OPEN_TABLE","OPEN_TABLE_USA","WALLET_HUB","ZILLOW","ZOMATO","WHATS_APP","FOUR_SCREEN","AND_CHARGE","LINKED_IN","TIK_TOK","CHAT_GPT","CLAUDE","GEMINI","PERPLEXITY","OVERTURE","RESTAURANTS"]}},"description":"Suggestion"}},"id":"schema_132"},"schema_133":{"kind":"json-schema","data":{"type":"string","enum":["UNION","INTERSECTION"]},"id":"schema_133"}},"exampleStore":{"paths/~1users~1login/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1users~1login/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1users~1login/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1users~1login/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1users~1login/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1users~1login/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1users~1login/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1users~1login/post/responses/400/content/application~1json/examples/error"},"paths/~1users~1login/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1users~1login/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1users~1login/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1users~1login/post/responses/400/content/application~1json/examples/user_error"},"paths/~1users~1login/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1users~1login/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1users~1login/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1users~1login/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1users~1login/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1users~1login/post/responses/404/content/application~1json/examples/not_found"},"paths/~1users~1login/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1users~1login/post/responses/409/content/application~1json/examples/conflict"},"paths/~1users/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1users/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1users/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1users/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1users/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1users/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1users/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1users/get/responses/400/content/application~1json/examples/error"},"paths/~1users/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1users/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1users/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1users/get/responses/400/content/application~1json/examples/user_error"},"paths/~1users/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1users/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1users/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1users/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1users/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1users/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1users/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1users/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1users/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1users/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1users/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1users/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1users/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1users/get/responses/404/content/application~1json/examples/not_found"},"paths/~1users/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1users/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1users/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1users/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1users/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1users/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1users/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1users/post/responses/400/content/application~1json/examples/error"},"paths/~1users/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1users/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1users/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1users/post/responses/400/content/application~1json/examples/user_error"},"paths/~1users/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1users/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1users/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1users/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1users/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1users/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1users/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1users/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1users/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1users/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1users/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1users/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1users/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1users/post/responses/404/content/application~1json/examples/not_found"},"paths/~1users/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1users/post/responses/409/content/application~1json/examples/conflict"},"paths/~1users~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1users~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1users~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1users~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1users~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1users~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1users~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1users~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1users~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1users~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1users~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1users~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1users~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1users~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1users~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1users~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1users~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1users~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1users~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1users~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1users~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1users~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1users~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1users~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1users~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1users~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1users~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1users~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1users~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1users~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1users~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1users~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1users~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1users~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1users~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1users~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1users~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1users~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1users~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1users~1logout/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1users~1logout/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1users~1logout/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1users~1logout/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1users~1logout/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1users~1logout/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1users~1logout/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1users~1logout/post/responses/400/content/application~1json/examples/error"},"paths/~1users~1logout/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1users~1logout/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1users~1logout/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1users~1logout/post/responses/400/content/application~1json/examples/user_error"},"paths/~1users~1logout/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1users~1logout/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1users~1logout/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1users~1logout/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1users~1logout/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1users~1logout/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1users~1logout/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1users~1logout/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1users~1logout/post/responses/404/content/application~1json/examples/not_found"},"paths/~1users~1logout/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1users~1logout/post/responses/409/content/application~1json/examples/conflict"},"paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/error"},"paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1users~1{id}~1all-sessions/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1users~1{id}~1all-sessions/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1users~1{id}~1all-sessions/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1users~1{id}~1all-sessions/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1users~1{id}~1all-sessions/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1users~1{id}~1all-sessions/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1users~1{id}~1all-sessions/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1users~1{id}~1all-sessions/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/error"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/400/content/application~1json/examples/user_error"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/404/content/application~1json/examples/not_found"},"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1business-connections~1{directoryType}~1connect~1{businessId}/post/responses/409/content/application~1json/examples/conflict"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/error"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/400/content/application~1json/examples/user_error"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1count/get/responses/404/content/application~1json/examples/not_found"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/wrong_type"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/error"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/bad_request"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/400/content/application~1json/examples/user_error"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/unauthorized"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_token"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/403/content/application~1json/examples/forbidden"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/404/content/application~1json/examples/not_found"},"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1business-connections~1{directoryType}~1disconnect~1{businessId}/put/responses/409/content/application~1json/examples/conflict"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/error"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/400/content/application~1json/examples/user_error"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1accounts-connections-check/get/responses/404/content/application~1json/examples/not_found"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/error"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/400/content/application~1json/examples/user_error"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1pages/get/responses/404/content/application~1json/examples/not_found"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/error"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/400/content/application~1json/examples/user_error"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1account~1{accountId}~1pages/get/responses/404/content/application~1json/examples/not_found"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/error"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/400/content/application~1json/examples/user_error"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1users/get/responses/404/content/application~1json/examples/not_found"},"paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/error"},"paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1business-connections~1{directoryType}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1business-connections~1{directoryType}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1business-connections~1{directoryType}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1business-connections~1{directoryType}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1business-connections~1{directoryType}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1business-connections~1{directoryType}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1business-connections~1{directoryType}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1business-connections~1{directoryType}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1business-connections~1{directoryType}/get/responses/500/content/application~1json/examples/server_error":{"value":{"status":"SERVER_ERROR","message":"An unexpected error occurred on the server","response":{"text":"SERVER_ERROR"}},"key":"server_error","summary":"Internal Server Error","id":"paths/~1business-connections~1{directoryType}/get/responses/500/content/application~1json/examples/server_error"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/error"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/400/content/application~1json/examples/user_error"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1business-connections~1{directoryType}~1sales-partner~1{salesPartnerId}~1list/get/responses/404/content/application~1json/examples/not_found"},"paths/~1businesses/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1businesses/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1businesses/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1businesses/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1businesses/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1businesses/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1businesses/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1businesses/get/responses/400/content/application~1json/examples/error"},"paths/~1businesses/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1businesses/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1businesses/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1businesses/get/responses/400/content/application~1json/examples/user_error"},"paths/~1businesses/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1businesses/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1businesses/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1businesses/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1businesses/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1businesses/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1businesses/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1businesses/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1businesses/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1businesses/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1businesses/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1businesses/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1businesses/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1businesses/get/responses/404/content/application~1json/examples/not_found"},"paths/~1businesses/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1businesses/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1businesses/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1businesses/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1businesses/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1businesses/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1businesses/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1businesses/post/responses/400/content/application~1json/examples/error"},"paths/~1businesses/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1businesses/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1businesses/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1businesses/post/responses/400/content/application~1json/examples/user_error"},"paths/~1businesses/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1businesses/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1businesses/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1businesses/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1businesses/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1businesses/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1businesses/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1businesses/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1businesses/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1businesses/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1businesses/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1businesses/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1businesses/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1businesses/post/responses/404/content/application~1json/examples/not_found"},"paths/~1businesses/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1businesses/post/responses/409/content/application~1json/examples/conflict"},"paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1businesses~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1businesses~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1businesses~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1businesses~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1businesses~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1businesses~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1businesses~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1businesses~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1businesses~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1businesses~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1businesses~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1businesses~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1businesses~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1businesses~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1businesses~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1businesses~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1businesses~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1businesses~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1businesses~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1businesses~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1businesses~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1businesses~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1businesses~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1businesses~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1businesses~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1businesses~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/error"},"paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1businesses~1{id}~1migrate/post/responses/400/content/application~1json/examples/user_error"},"paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1businesses~1{id}~1migrate/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1businesses~1{id}~1migrate/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1businesses~1{id}~1migrate/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1businesses~1{id}~1migrate/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1businesses~1{id}~1migrate/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1businesses~1{id}~1migrate/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1businesses~1{id}~1migrate/post/responses/404/content/application~1json/examples/not_found"},"paths/~1businesses~1{id}~1migrate/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1businesses~1{id}~1migrate/post/responses/409/content/application~1json/examples/conflict"},"paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/error"},"paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1businesses~1product-plans/get/responses/400/content/application~1json/examples/user_error"},"paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1businesses~1product-plans/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1businesses~1product-plans/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1businesses~1product-plans/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1businesses~1product-plans/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1businesses~1product-plans/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1businesses~1product-plans/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1businesses~1product-plans/get/responses/404/content/application~1json/examples/not_found"},"paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/error"},"paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1businesses~1statistics/get/responses/400/content/application~1json/examples/user_error"},"paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1businesses~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1businesses~1statistics/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1businesses~1statistics/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1businesses~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1businesses~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1businesses~1statistics/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1businesses~1statistics/get/responses/404/content/application~1json/examples/not_found"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/error"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/400/content/application~1json/examples/user_error"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/404/content/application~1json/examples/not_found"},"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1businesses~1{businessId}~1locations~1sync/post/responses/409/content/application~1json/examples/conflict"},"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/error"},"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/400/content/application~1json/examples/user_error"},"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1businesses~1{id}~1business-connect~1facebook~1{facebookAccountId}~1brand-page-list/get/responses/404/content/application~1json/examples/not_found"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/error"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/error"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/user_error"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/404/content/application~1json/examples/not_found"},"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1directory-brand~1sales-partner~1{salesPartnerId}~1user-account~1{accountId}~1{directoryType}/post/responses/409/content/application~1json/examples/conflict"},"paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/error"},"paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1directories~1directories-details~1countries/get/responses/400/content/application~1json/examples/user_error"},"paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1directories~1directories-details~1countries/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1directories~1directories-details~1countries/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1directories~1directories-details~1countries/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1directories~1directories-details~1countries/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1directories~1directories-details~1countries/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1directories~1directories-details~1countries/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1directories~1directories-details~1countries/get/responses/404/content/application~1json/examples/not_found"},"paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/error"},"paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1features~1locations~1{locationId}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1features~1locations~1{locationId}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1features~1locations~1{locationId}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1features~1locations~1{locationId}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1features~1locations~1{locationId}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1features~1locations~1{locationId}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1features~1locations~1{locationId}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1features~1locations~1{locationId}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1features/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1features/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1features/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1features/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1features/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1features/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1features/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1features/get/responses/400/content/application~1json/examples/error"},"paths/~1features/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1features/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1features/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1features/get/responses/400/content/application~1json/examples/user_error"},"paths/~1features/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1features/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1features/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1features/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1features/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1features/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1features/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1features/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1features/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1features/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1features/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1features/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1features/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1features/get/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1sales-partners~1{id}~1user-accounts~1{accountId}~1{directoryType}/post/responses/409/content/application~1json/examples/conflict"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1sales-partners~1{id}~1sso-settings/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1sales-partners/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners/get/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners/get/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners/get/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners/post/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners/post/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners/post/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1sales-partners/post/responses/409/content/application~1json/examples/conflict"},"paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners~1{id}/put/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners~1{id}/put/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners~1{id}/put/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners~1{id}/put/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners~1{id}/put/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners~1{id}/put/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners~1{id}/put/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners~1{id}/put/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1{id}/put/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1sales-partners~1{id}/put/responses/409/content/application~1json/examples/conflict"},"paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners~1subscribable-event-types/get/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners~1subscribable-event-types/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners~1subscribable-event-types/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners~1subscribable-event-types/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners~1subscribable-event-types/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners~1subscribable-event-types/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners~1subscribable-event-types/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners~1subscribable-event-types/get/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners~1{id}~1photos/get/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners~1{id}~1photos/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners~1{id}~1photos/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners~1{id}~1photos/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners~1{id}~1photos/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners~1{id}~1photos/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners~1{id}~1photos/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners~1{id}~1photos/get/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1sales-partners~1{id}~1whitelabel-information/post/responses/409/content/application~1json/examples/conflict"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1sales-partners~1{id}~1whitelabel-information~1{whitelabelId}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1ping/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1ping/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1ping/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1ping/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1ping/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1ping/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1ping/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1ping/get/responses/400/content/application~1json/examples/error"},"paths/~1ping/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1ping/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1ping/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1ping/get/responses/400/content/application~1json/examples/user_error"},"paths/~1ping/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1ping/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1ping/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1ping/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1ping/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1ping/get/responses/404/content/application~1json/examples/not_found"},"paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/error"},"paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1product-plans~1copy/post/responses/400/content/application~1json/examples/user_error"},"paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1product-plans~1copy/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1product-plans~1copy/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1product-plans~1copy/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1product-plans~1copy/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1product-plans~1copy/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1product-plans~1copy/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1product-plans~1copy/post/responses/404/content/application~1json/examples/not_found"},"paths/~1product-plans~1copy/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1product-plans~1copy/post/responses/409/content/application~1json/examples/conflict"},"paths/~1product-plans/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1product-plans/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1product-plans/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1product-plans/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1product-plans/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1product-plans/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1product-plans/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1product-plans/get/responses/400/content/application~1json/examples/error"},"paths/~1product-plans/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1product-plans/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1product-plans/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1product-plans/get/responses/400/content/application~1json/examples/user_error"},"paths/~1product-plans/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1product-plans/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1product-plans/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1product-plans/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1product-plans/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1product-plans/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1product-plans/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1product-plans/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1product-plans/get/responses/404/content/application~1json/examples/not_found"},"paths/~1product-plans/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1product-plans/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1product-plans/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1product-plans/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1product-plans/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1product-plans/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1product-plans/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1product-plans/post/responses/400/content/application~1json/examples/error"},"paths/~1product-plans/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1product-plans/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1product-plans/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1product-plans/post/responses/400/content/application~1json/examples/user_error"},"paths/~1product-plans/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1product-plans/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1product-plans/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1product-plans/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1product-plans/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1product-plans/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1product-plans/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1product-plans/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1product-plans/post/responses/404/content/application~1json/examples/not_found"},"paths/~1product-plans/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1product-plans/post/responses/409/content/application~1json/examples/conflict"},"paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1product-plans~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1product-plans~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1product-plans~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1product-plans~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1product-plans~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1product-plans~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1product-plans~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1product-plans~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1product-plans~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1product-plans~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners~1webhooks/get/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners~1webhooks/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners~1webhooks/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners~1webhooks/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners~1webhooks/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners~1webhooks/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners~1webhooks/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners~1webhooks/get/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners~1webhooks/post/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners~1webhooks/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners~1webhooks/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners~1webhooks/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners~1webhooks/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners~1webhooks/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners~1webhooks/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners~1webhooks/post/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1webhooks/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1sales-partners~1webhooks/post/responses/409/content/application~1json/examples/conflict"},"paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners~1webhooks~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners~1webhooks~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners~1webhooks~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners~1webhooks~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners~1webhooks~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners~1webhooks~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners~1webhooks~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners~1webhooks~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners~1webhooks~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners~1webhooks~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners~1webhooks~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners~1webhooks~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners~1webhooks~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners~1webhooks~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners~1webhooks~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners~1webhooks~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1sales-partners~1webhooks~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1sales-partners~1webhooks~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/error"},"paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/400/content/application~1json/examples/user_error"},"paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1auto-response~1rules~1check-conflict/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1auto-response~1rules~1check-conflict/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1auto-response~1rules~1check-conflict/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/404/content/application~1json/examples/not_found"},"paths/~1auto-response~1rules~1check-conflict/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1auto-response~1rules~1check-conflict/post/responses/409/content/application~1json/examples/conflict"},"paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/error"},"paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1auto-response~1rules/get/responses/400/content/application~1json/examples/user_error"},"paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1auto-response~1rules/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1auto-response~1rules/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1auto-response~1rules/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1auto-response~1rules/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1auto-response~1rules/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1auto-response~1rules/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1auto-response~1rules/get/responses/404/content/application~1json/examples/not_found"},"paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/error"},"paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1auto-response~1rules/post/responses/400/content/application~1json/examples/user_error"},"paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1auto-response~1rules/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1auto-response~1rules/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1auto-response~1rules/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1auto-response~1rules/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1auto-response~1rules/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1auto-response~1rules/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1auto-response~1rules/post/responses/404/content/application~1json/examples/not_found"},"paths/~1auto-response~1rules/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1auto-response~1rules/post/responses/409/content/application~1json/examples/conflict"},"paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1auto-response~1rules~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1auto-response~1rules~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1auto-response~1rules~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1auto-response~1rules~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1auto-response~1rules~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1auto-response~1rules~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1auto-response~1rules~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1auto-response~1rules~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1auto-response~1rules~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1auto-response~1rules~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1auto-response~1rules~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1auto-response~1rules~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1auto-response~1rules~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1auto-response~1rules~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1auto-response~1rules~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1auto-response~1rules~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1auto-response~1rules~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1auto-response~1rules~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1auto-response~1rules~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1auto-response~1rules~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1auto-response~1rules~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1auto-response~1rules~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1auto-response~1rules~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1auto-response~1rules~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1auto-response~1rules~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1auto-response~1rules~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/error"},"paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1brand-data-points~1{id}~1like/post/responses/400/content/application~1json/examples/user_error"},"paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1brand-data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1brand-data-points~1{id}~1like/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1brand-data-points~1{id}~1like/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1brand-data-points~1{id}~1like/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1brand-data-points~1{id}~1like/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1brand-data-points~1{id}~1like/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1brand-data-points~1{id}~1like/post/responses/404/content/application~1json/examples/not_found"},"paths/~1brand-data-points~1{id}~1like/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1brand-data-points~1{id}~1like/post/responses/409/content/application~1json/examples/conflict"},"paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/error"},"paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1brand-data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1brand-data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1brand-data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1brand-data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1brand-data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1brand-data-points~1{id}~1like/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1brand-data-points~1{id}~1like/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/wrong_type"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/error"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/bad_request"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/user_error"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/unauthorized"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_token"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/forbidden"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/404/content/application~1json/examples/not_found"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/put/responses/409/content/application~1json/examples/conflict"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/error"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/user_error"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/404/content/application~1json/examples/not_found"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/post/responses/409/content/application~1json/examples/conflict"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/error"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1brand-data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/error"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1brand-data-points~1{id}~1reply/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1brand-data-points~1{id}~1reply/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/error"},"paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1dashboard-exports/get/responses/400/content/application~1json/examples/user_error"},"paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1dashboard-exports/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1dashboard-exports/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1dashboard-exports/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1dashboard-exports/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1dashboard-exports/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1dashboard-exports/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1dashboard-exports/get/responses/404/content/application~1json/examples/not_found"},"paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/error"},"paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1dashboard-exports/post/responses/400/content/application~1json/examples/user_error"},"paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1dashboard-exports/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1dashboard-exports/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1dashboard-exports/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1dashboard-exports/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1dashboard-exports/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1dashboard-exports/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1dashboard-exports/post/responses/404/content/application~1json/examples/not_found"},"paths/~1dashboard-exports/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1dashboard-exports/post/responses/409/content/application~1json/examples/conflict"},"paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/error"},"paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1dashboard-exports~1{id}~1download/get/responses/400/content/application~1json/examples/user_error"},"paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1dashboard-exports~1{id}~1download/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1dashboard-exports~1{id}~1download/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1dashboard-exports~1{id}~1download/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1dashboard-exports~1{id}~1download/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1dashboard-exports~1{id}~1download/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1dashboard-exports~1{id}~1download/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1dashboard-exports~1{id}~1download/get/responses/404/content/application~1json/examples/not_found"},"paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1dashboard-exports~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1dashboard-exports~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1dashboard-exports~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1dashboard-exports~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1dashboard-exports~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1dashboard-exports~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1dashboard-exports~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1dashboard-exports~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1filters/get/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1filters/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1filters/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1filters/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1filters/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1filters/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1filters/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1filters/get/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1filters/post/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1filters/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1filters/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1filters/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1filters/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1filters/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1filters/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1filters/post/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1filters/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1data-points~1filters/post/responses/409/content/application~1json/examples/conflict"},"paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1filters~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1filters~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1filters~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1filters~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1filters~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1filters~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1filters~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1filters~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1filters~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1filters~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1filters~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1filters~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1filters~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1filters~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1filters~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1filters~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1filters~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1filters~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1filters~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1filters~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1filters~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1filters~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1filters~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1filters~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1filters~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1data-points~1filters~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1filters~1list/get/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1filters~1list/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1filters~1list/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1filters~1list/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1filters~1list/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1filters~1list/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1filters~1list/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1filters~1list/get/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1filters~1{id}~1subscription/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1data-points~1filters~1{id}~1subscription/post/responses/409/content/application~1json/examples/conflict"},"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1filters~1{id}~1subscription/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/put/responses/409/content/application~1json/examples/conflict"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/post/responses/409/content/application~1json/examples/conflict"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1{id}~1reply~1{replyId}~1approval/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1{id}~1flag/post/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1{id}~1flag/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1{id}~1flag/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1{id}~1flag/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1{id}~1flag/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1{id}~1flag/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1{id}~1flag/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1{id}~1flag/post/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1{id}~1flag/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1data-points~1{id}~1flag/post/responses/409/content/application~1json/examples/conflict"},"paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1{id}~1like/post/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1{id}~1like/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1{id}~1like/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1{id}~1like/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1{id}~1like/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1{id}~1like/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1{id}~1like/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1{id}~1like/post/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1{id}~1like/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1data-points~1{id}~1like/post/responses/409/content/application~1json/examples/conflict"},"paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1{id}~1like/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1{id}~1like/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1{id}~1like/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1{id}~1like/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1{id}~1like/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1{id}~1moderate/post/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1{id}~1moderate/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1{id}~1moderate/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1{id}~1moderate/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1{id}~1moderate/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1{id}~1moderate/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1{id}~1moderate/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1{id}~1moderate/post/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1{id}~1moderate/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1data-points~1{id}~1moderate/post/responses/409/content/application~1json/examples/conflict"},"paths/~1data-points~1read/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1read/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1read/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1read/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1read/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1read/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1read/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1read/post/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1read/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1read/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1read/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1read/post/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1read/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1read/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1read/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1read/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1read/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1read/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1read/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1read/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1read/post/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1read/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1data-points~1read/post/responses/409/content/application~1json/examples/conflict"},"paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1read/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1read/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1read/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1read/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1read/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1read/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1read/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1read/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points/get/responses/400/content/application~1json/examples/error"},"paths/~1data-points/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points/get/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points/get/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1{id}~1reply/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1{id}~1reply/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1{id}~1reply/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1{id}~1reply/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1{id}~1reply/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1{id}~1reply/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1data-points~1{id}~1reply/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1statistics/get/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1statistics/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1statistics/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1statistics/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1statistics/get/responses/404/content/application~1json/examples/not_found"},"paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/error"},"paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1data-points~1timeseries/get/responses/400/content/application~1json/examples/user_error"},"paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1data-points~1timeseries/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1data-points~1timeseries/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1data-points~1timeseries/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1data-points~1timeseries/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1data-points~1timeseries/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1data-points~1timeseries/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1data-points~1timeseries/get/responses/404/content/application~1json/examples/not_found"},"paths/~1social-templates/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1social-templates/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1social-templates/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1social-templates/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1social-templates/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1social-templates/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1social-templates/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1social-templates/post/responses/400/content/application~1json/examples/error"},"paths/~1social-templates/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1social-templates/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1social-templates/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1social-templates/post/responses/400/content/application~1json/examples/user_error"},"paths/~1social-templates/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1social-templates/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1social-templates/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1social-templates/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1social-templates/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1social-templates/post/responses/404/content/application~1json/examples/not_found"},"paths/~1social-templates/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1social-templates/post/responses/409/content/application~1json/examples/conflict"},"paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1social-templates~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1social-templates~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1social-templates~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1social-templates~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1social-templates~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1social-templates~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1social-templates~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1social-templates~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1social-templates~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1near-me-check~1categories/get/responses/200/content/application~1json/examples/example":{"value":[{"name":"Supermarket","fullName":"Retail > Supermarkets and Groceries > Supermarket","id":374,"parentId":4221},{"name":"Superfund Site","fullName":"Community and Government > Administrative Area > Superfund Site","id":2533,"parentId":4270},{"name":"Superannuation Consultant","fullName":"Businesses and Services > Financial > Superannuation Consultant","id":3930,"parentId":4179},{"name":"License Plate Frames Supplier","fullName":"Businesses and Services > Supplier > License Plate Frames Supplier","id":21,"parentId":4136}],"key":"example","summary":"example","id":"paths/~1near-me-check~1categories/get/responses/200/content/application~1json/examples/example"},"paths/~1report/post/requestBody/content/application~1json/examples/Example body":{"value":{"categoryId":"213","country":"DE","name":"Uberall","streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","phone":"030 208479320"},"key":"Example body","summary":"Example body","id":"paths/~1report/post/requestBody/content/application~1json/examples/Example body"},"paths/~1report/post/responses/200/content/application~1json/examples/example":{"value":{"id":1,"token":"Qxcymb4T4Sr51hOz","location":{"alreadyManaged":true,"name":"Uberall","categoryId":213,"address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE","province":"Berlin"}},"dateCreated":"2023-04-25T13:33:04.093+00:00","statuses":{"locationAccuracyStatus":"IN_PROGRESS","listingsDetailsStatus":"IN_PROGRESS"},"uncheckedDirectories":[]},"key":"example","summary":"example","id":"paths/~1report/post/responses/200/content/application~1json/examples/example"},"paths/~1report~1{id}/get/responses/200/content/application~1json/examples/example":{"value":{"id":1,"token":"Qxcymb4T4Sr51hOz","benchmark":{"category":{"selected":"category","value":213},"geography":{"selected":"zip","value":"13355"}},"location":{"alreadyManaged":true,"name":"Uberall","categoryId":213,"address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE","province":"Berlin"}},"dateCreated":"2023-04-25T13:33:04.000+00:00","statuses":{"locationAccuracyStatus":"FINISHED","listingsDetailsStatus":"FINISHED"},"locationAccuracy":{"dataFields":{"address":{"correct":{"count":13,"directoriesToDisplay":["FACEBOOK","HOTFROG","INSTAGRAM","GUIDELOCAL","INFO_IS_INFO","JELLOO"]},"missing":{"count":0,"directoriesToDisplay":[]},"inaccurate":{"count":0,"directoriesToDisplay":[]}},"name":{"correct":{"count":13,"directoriesToDisplay":["FACEBOOK","HOTFROG","INSTAGRAM","GUIDELOCAL","INFO_IS_INFO","JELLOO"]},"missing":{"count":0,"directoriesToDisplay":[]},"inaccurate":{"count":0,"directoriesToDisplay":[]}},"website":{"missing":{"count":0,"directoriesToDisplay":[]},"present":{"count":13,"directoriesToDisplay":["FACEBOOK","HOTFROG","INSTAGRAM","GUIDELOCAL","INFO_IS_INFO","JELLOO"]}},"phone":{"missing":{"count":0,"directoriesToDisplay":[]},"present":{"count":12,"directoriesToDisplay":["HOTFROG","INSTAGRAM","GUIDELOCAL","INFO_IS_INFO","JELLOO","TRUSTPILOT"]}},"openingHours":{"missing":{"count":0,"directoriesToDisplay":[]},"present":{"count":12,"directoriesToDisplay":["FACEBOOK","HOTFROG","INSTAGRAM","GUIDELOCAL","JELLOO","TRUSTPILOT"]}},"photos":{"missing":{"count":9,"directoriesToDisplay":["GUIDELOCAL","INFO_IS_INFO","JELLOO","YELLBO","I_GLOBAL","ABCLOCAL"]},"present":{"count":3,"directoriesToDisplay":["FACEBOOK","INSTAGRAM","TRUSTPILOT"]}}},"listings":{"missing":{"count":2,"percentageOfTotal":13.33333333,"directoriesToDisplay":["GOOGLE","INFOBEL"]},"inaccurate":{"count":10,"percentageOfTotal":66.66666667,"directoriesToDisplay":["FACEBOOK","GUIDELOCAL","INFO_IS_INFO","JELLOO","YELLBO","I_GLOBAL"]},"correct":{"count":3,"percentageOfTotal":20,"directoriesToDisplay":["HOTFROG","INSTAGRAM","TRUSTPILOT"]}}},"listingsDetails":[{"listingUrl":"https://www.facebook.com/326282200809104","syncStatus":"NOT_IN_SYNC","directoryType":"FACEBOOK","name":"Uberall","nameStatus":"MATCH","phoneStatus":"TECHNICAL_PROBLEMS","website":"https://uberall.com/","websiteStatus":"PRESENT","openingHoursStatus":"PRESENT","photosStatus":"PRESENT","address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE"},"addressStatus":"MATCH"},{"listingUrl":"https://www.hotfrog.de/company/1122890748936192","syncStatus":"IN_SYNC","directoryType":"HOTFROG","name":"Uberall","nameStatus":"MATCH","phone":"+49 30 208479320","phoneStatus":"PRESENT","website":"https://uberall.com/de","websiteStatus":"PRESENT","openingHoursStatus":"PRESENT","photosStatus":"NOT_APPLICABLE","address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE","province":"Berlin"},"addressStatus":"MATCH"},{"syncStatus":"IN_SYNC","directoryType":"INSTAGRAM","name":"Uberall","nameStatus":"MATCH","phone":"+49 30 208479320","phoneStatus":"PRESENT","websiteStatus":"PRESENT","openingHoursStatus":"PRESENT","photosStatus":"PRESENT","address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE","province":"Berlin"},"addressStatus":"MATCH"},{"listingUrl":"http://guidelocal.net/v/berlin/uberall/2809381","syncStatus":"NOT_IN_SYNC","directoryType":"GUIDELOCAL","name":"Uberall","nameStatus":"MATCH","phone":"+49 30 208479320","phoneStatus":"PRESENT","website":"https://uberall.com/de","websiteStatus":"PRESENT","openingHoursStatus":"PRESENT","photosStatus":"MISSING","address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE","province":"Berlin"},"addressStatus":"MATCH"},{"listingUrl":"https://www.infoisinfo.com.de/karte/uberall/berlin/693248","syncStatus":"NOT_IN_SYNC","directoryType":"INFO_IS_INFO","name":"Uberall","nameStatus":"MATCH","phone":"+49 30 208479320","phoneStatus":"PRESENT","website":"https://uberall.com/de","websiteStatus":"PRESENT","openingHoursStatus":"NOT_APPLICABLE","photosStatus":"MISSING","address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE","province":"Berlin"},"addressStatus":"MATCH"},{"listingUrl":"http://jelloo.net/v/berlin/uberall/2809371","syncStatus":"NOT_IN_SYNC","directoryType":"JELLOO","name":"Uberall","nameStatus":"MATCH","phone":"+49 30 208479320","phoneStatus":"PRESENT","website":"https://uberall.com/de","websiteStatus":"PRESENT","openingHoursStatus":"PRESENT","photosStatus":"MISSING","address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE","province":"Berlin"},"addressStatus":"MATCH"},{"syncStatus":"IN_SYNC","directoryType":"TRUSTPILOT","name":"Uberall","nameStatus":"MATCH","phone":"+49 30 208479320","phoneStatus":"PRESENT","websiteStatus":"PRESENT","openingHoursStatus":"PRESENT","photosStatus":"PRESENT","address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE","province":"Berlin"},"addressStatus":"MATCH"},{"listingUrl":"http://yellbo.com/v/berlin/uberall/2809511","syncStatus":"NOT_IN_SYNC","directoryType":"YELLBO","name":"Uberall","nameStatus":"MATCH","phone":"+49 30 208479320","phoneStatus":"PRESENT","website":"https://uberall.com/de","websiteStatus":"PRESENT","openingHoursStatus":"PRESENT","photosStatus":"MISSING","address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE","province":"Berlin"},"addressStatus":"MATCH"},{"listingUrl":"https://iglobal.co/deutschland/berlin/uberall-9","syncStatus":"NOT_IN_SYNC","directoryType":"I_GLOBAL","name":"Uberall","nameStatus":"MATCH","phone":"+49 30 208479320","phoneStatus":"PRESENT","website":"https://uberall.com/de","websiteStatus":"PRESENT","openingHoursStatus":"PRESENT","photosStatus":"MISSING","address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE","province":"Berlin"},"addressStatus":"MATCH"},{"listingUrl":"http://abclocal.net/v/berlin/uberall/12133298","syncStatus":"NOT_IN_SYNC","directoryType":"ABCLOCAL","name":"Uberall","nameStatus":"MATCH","phone":"+49 30 208479320","phoneStatus":"PRESENT","website":"https://uberall.com/de","websiteStatus":"PRESENT","openingHoursStatus":"PRESENT","photosStatus":"MISSING","address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE","province":"Berlin"},"addressStatus":"MATCH"},{"listingUrl":"https://wheretoapp.com/search?poi=2294725420402975364","syncStatus":"NOT_IN_SYNC","directoryType":"WHERE_TO","name":"Uberall","nameStatus":"MATCH","phone":"+49 30 208479320","phoneStatus":"PRESENT","website":"https://uberall.com/de","websiteStatus":"PRESENT","openingHoursStatus":"PRESENT","photosStatus":"MISSING","address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE"},"addressStatus":"MATCH"},{"syncStatus":"NOT_FOUND","directoryType":"INFOBEL","nameStatus":"MISSING","phoneStatus":"MISSING","websiteStatus":"MISSING","openingHoursStatus":"MISSING","photosStatus":"MISSING","address":{},"addressStatus":"MISSING"},{"listingUrl":"http://livepoi.navmii.com/p/view/62543f93-af2a-45f9-b469-9297c95d2e01","syncStatus":"NOT_IN_SYNC","directoryType":"NAVMII","name":"Uberall","nameStatus":"MATCH","phone":"+49 30 208479320","phoneStatus":"PRESENT","website":"https://uberall.com/de","websiteStatus":"PRESENT","openingHoursStatus":"PRESENT","photosStatus":"MISSING","address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE"},"addressStatus":"MATCH"},{"syncStatus":"NOT_FOUND","directoryType":"GOOGLE","nameStatus":"MISSING","phoneStatus":"MISSING","websiteStatus":"MISSING","openingHoursStatus":"MISSING","photosStatus":"MISSING","address":{},"addressStatus":"MISSING"},{"listingUrl":"http://www.tupalo.net/en/berlin/uberall","syncStatus":"NOT_IN_SYNC","directoryType":"TUPALO","name":"Uberall","nameStatus":"MATCH","phone":"+49 30 208479320","phoneStatus":"PRESENT","website":"https://uberall.com/de","websiteStatus":"PRESENT","openingHoursStatus":"PRESENT","photosStatus":"MISSING","address":{"streetAndNo":"Hussitenstraße 32-33","zip":"13355","city":"Berlin","country":"DE"},"addressStatus":"MATCH"}],"uncheckedDirectories":["YALWA","OEFFNUNGSZEITENBUCH","CYLEX","TOMTOM","NEXT_DOOR","GO_YELLOW","STADTBRANCHENBUCH","MEINESTADT","FOURSQUARE","AUSKUNFT","BAIDU","DIALO","TRIP_ADVISOR","MARKTPLATZ_MITTELSTAND","BROWNBOOK","BUNDES_TELEFONBUCH","WAZE","BING","BUSINESSBRANCHENBUCH","FIND_OPEN","KOOMIO","UNTERNEHMENSAUSKUNFT","APPLE_MAPS","NOKIA_HERE","BRANCHENBUCH_DEUTSCHLAND","GOOGLE_MAPS","GO_LOCAL","WO_GIBTS_WAS","UBER","HOLIDAY_CHECK","HUAWEI","SIRI","MICROSOFT_CORTANA","GOOGLE_ASSISTANT","ALEXA"]},"key":"example","summary":"example","id":"paths/~1report~1{id}/get/responses/200/content/application~1json/examples/example"},"paths/~1social-posts~1directories/get/responses/200/content/application~1json/examples/GetSocialPostDirectoriesExample":{"value":{"status":"SUCCESS","response":{"directories":["GOOGLE","FACEBOOK","APPLE_MAPS","INSTAGRAM","YELP","FOURSQUARE","BING","YANDEX"],"directoryWarnings":[],"googleAlertTypes":["COVID_19"],"locationWarnings":[],"totalLocationsCount":1}},"key":"GetSocialPostDirectoriesExample","summary":"GetSocialPostDirectoriesExample","description":"GetSocialPostDirectoriesExample","id":"paths/~1social-posts~1directories/get/responses/200/content/application~1json/examples/GetSocialPostDirectoriesExample"},"paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/error"},"paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1social-posts~1directories/get/responses/400/content/application~1json/examples/user_error"},"paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1social-posts~1directories/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1social-posts~1directories/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1social-posts~1directories/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1social-posts~1directories/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1social-posts~1directories/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1social-posts~1directories/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1social-posts~1directories/get/responses/404/content/application~1json/examples/not_found"},"paths/~1social-posts/get/responses/200/content/application~1json/examples/GetSocialPostsExample":{"value":{"status":"SUCCESS","response":{"offset":0,"max":3,"count":1,"socialPosts":[{"id":4567890,"type":"POST","status":"APPROVAL_NEEDED","dateStart":null,"url":"https://www.example.com/news/article-123","title":"Example News Post Title","firstComment":null,"videos":[],"description":"This is the description for an example news post. It provides a summary of the article content.","timeZone":"Europe/Berlin","locationIds":[1122334,5566778],"businessIds":[],"excludedLocationIds":[],"businessPages":[],"listingPages":[],"locationGroups":[],"mentions":[],"isStoreLocator":true,"publicationDate":"2025-09-01T12:00:00.000Z","canEdit":true,"photos":[{"photo":"https://s3.eu-central-1.amazonaws.com/example-bucket-name/4567890/xYzAbCdEfG.jpg","description":null,"redirectUrl":null}],"callToActions":[],"directories":[],"owner":{"id":123456,"name":"Content Creator","isApiAdmin":false},"statusPerDirectory":null,"publicationsCount":null}],"warnings":null,"message":null}},"key":"GetSocialPostsExample","summary":"GetSocialPostsExample","description":"GetSocialPostsExample","id":"paths/~1social-posts/get/responses/200/content/application~1json/examples/GetSocialPostsExample"},"paths/~1social-posts/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1social-posts/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1social-posts/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1social-posts/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1social-posts/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1social-posts/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1social-posts/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1social-posts/get/responses/400/content/application~1json/examples/error"},"paths/~1social-posts/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1social-posts/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1social-posts/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1social-posts/get/responses/400/content/application~1json/examples/user_error"},"paths/~1social-posts/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1social-posts/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1social-posts/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1social-posts/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1social-posts/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1social-posts/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1social-posts/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1social-posts/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1social-posts/get/responses/404/content/application~1json/examples/not_found"},"paths/~1social-posts/post/responses/200/content/application~1json/examples/CreateSocialPostExample":{"value":{"status":"SUCCESS","response":{"type":"POST","status":"SCHEDULED","dateStart":null,"url":null,"title":"Example Holiday Promotion Post","firstComment":"Don't forget to visit our website for more details!","videos":[],"description":"Happy Holidays from our team! Check out our special seasonal offers.","timeZone":"Europe/Berlin","locationIds":[1234567],"businessIds":[],"excludedLocationIds":[],"businessPages":[],"listingPages":[],"locationGroups":[],"mentions":[],"isStoreLocator":true,"publicationDate":"2025-12-25T11:01:00Z","canEdit":true,"photos":[],"locationName":"Main Street Branch","callToActions":[],"directories":[{"type":"GOOGLE","url":"https://local.google.com/place?id=123456789&use=srp"}],"owner":{"id":998877,"name":"Admin User","isApiAdmin":true},"statusPerDirectory":{},"publicationsCount":null}},"key":"CreateSocialPostExample","summary":"CreateSocialPostExample","description":"CreateSocialPostExample","id":"paths/~1social-posts/post/responses/200/content/application~1json/examples/CreateSocialPostExample"},"paths/~1social-posts/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1social-posts/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1social-posts/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1social-posts/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1social-posts/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1social-posts/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1social-posts/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1social-posts/post/responses/400/content/application~1json/examples/error"},"paths/~1social-posts/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1social-posts/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1social-posts/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1social-posts/post/responses/400/content/application~1json/examples/user_error"},"paths/~1social-posts/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1social-posts/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1social-posts/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1social-posts/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1social-posts/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1social-posts/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1social-posts/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1social-posts/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1social-posts/post/responses/404/content/application~1json/examples/not_found"},"paths/~1social-posts/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1social-posts/post/responses/409/content/application~1json/examples/conflict"},"paths/~1social-posts~1{id}/get/responses/200/content/application~1json/examples/GetSocialPostIdExample":{"value":{"status":"SUCCESS","response":{"socialPost":{"id":1234567,"type":"POST","status":"APPROVAL_NEEDED","dateStart":null,"url":"https://www.example-brand.com/special-offer","title":null,"firstComment":null,"videos":[],"description":"This is an example description for a social media post. Check out our latest deals!","timeZone":"Europe/Berlin","locationIds":[7654321],"businessIds":[],"excludedLocationIds":[],"businessPages":[],"listingPages":[],"locationGroups":[],"mentions":[],"isStoreLocator":false,"publicationDate":"2025-08-15T10:30:00.000Z","canEdit":true,"photos":[{"photo":"https://s3.eu-central-1.amazonaws.com/example-bucket-name/1234567/aBcDeFgHiJ.png","description":"","redirectUrl":""}],"locationName":"Example Location Name","callToActions":[],"directories":[{"type":"FACEBOOK","url":null}],"owner":{"id":987654,"name":"Marketing Team","isApiAdmin":false},"statusPerDirectory":{},"publicationsCount":0,"campaignId":null}}},"key":"GetSocialPostIdExample","summary":"GetSocialPostIdExample","description":"GetSocialPostIdExample","id":"paths/~1social-posts~1{id}/get/responses/200/content/application~1json/examples/GetSocialPostIdExample"},"paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1social-posts~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1social-posts~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1social-posts~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1social-posts~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1social-posts~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1social-posts~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1social-posts~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1social-posts~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1social-posts~1{id}/delete/responses/200/content/application~1json/examples/DeleteSocialPostIdExample":{"value":{"status":"SUCCESS","message":"SocialPost has been successfully deleted.","response":{"socialPost":{"type":"POST","status":"DELETED","dateStart":null,"url":null,"title":"Example Post Title","firstComment":"This was the first comment on the post.","videos":[],"description":"This was the main content of the social post.","timeZone":"Europe/Berlin","locationIds":[1234567],"businessIds":[],"excludedLocationIds":[],"businessPages":[],"listingPages":[],"locationGroups":[],"mentions":[],"isStoreLocator":true,"publicationDate":"2025-12-25T12:01:00Z","canEdit":true,"photos":[],"locationName":"Main Street Branch","callToActions":[],"directories":[],"owner":{"id":998877,"name":"Admin User","isApiAdmin":true},"statusPerDirectory":{},"publicationsCount":null}}},"key":"DeleteSocialPostIdExample","summary":"DeleteSocialPostIdExample","description":"DeleteSocialPostIdExample","id":"paths/~1social-posts~1{id}/delete/responses/200/content/application~1json/examples/DeleteSocialPostIdExample"},"paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1social-posts~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1social-posts~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1social-posts~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1social-posts~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1social-posts~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1social-posts~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1social-posts~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1social-posts~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1social-posts~1{id}/patch/responses/200/content/application~1json/examples/PatchSocialPostIdExample":{"value":{"status":"SUCCESS","message":"SocialPost has been successfully updated.","warnings":["'dateStart' was ignored as updating it is no longer possible."],"response":{"socialPost":{"type":"POST","status":"SCHEDULED","dateStart":null,"url":"https://www.example.com/updated-offer","title":"Updated: Holiday Sale Announcement","firstComment":null,"videos":[],"description":"This is the updated description for our holiday sale announcement.","timeZone":"Europe/Berlin","locationIds":[7890123],"businessIds":[],"excludedLocationIds":[],"businessPages":[],"listingPages":[],"locationGroups":[],"mentions":[],"isStoreLocator":true,"publicationDate":"2025-12-25T11:01:00.000Z","canEdit":true,"photos":[],"locationName":"Downtown Store","callToActions":[],"directories":[],"owner":{"id":998877,"name":"Admin User","isApiAdmin":true},"statusPerDirectory":{},"publicationsCount":null}}},"key":"PatchSocialPostIdExample","summary":"PatchSocialPostIdExample","description":"PatchSocialPostIdExample","id":"paths/~1social-posts~1{id}/patch/responses/200/content/application~1json/examples/PatchSocialPostIdExample"},"paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1social-posts~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1social-posts~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1social-posts~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1social-posts~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1social-posts~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1social-posts~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1social-posts~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1social-posts~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1social-posts~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1social-posts~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1social-posts~1directory-pages/get/responses/200/content/application~1json/examples/GetSocialPostDirectoryPageExample":{"value":{"status":"SUCCESS","response":{"directoryPages":[{"additionalInfo":"Example Location Name","id":8765432,"level":"LISTING","name":"Example Business Name","type":"INSTAGRAM"}],"page":0,"size":50,"totalSize":1}},"key":"GetSocialPostDirectoryPageExample","summary":"GetSocialPostDirectoryPageExample","description":"GetSocialPostDirectoryPageExample","id":"paths/~1social-posts~1directory-pages/get/responses/200/content/application~1json/examples/GetSocialPostDirectoryPageExample"},"paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/error"},"paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1social-posts~1directory-pages/get/responses/400/content/application~1json/examples/user_error"},"paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1social-posts~1directory-pages/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1social-posts~1directory-pages/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1social-posts~1directory-pages/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1social-posts~1directory-pages/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1social-posts~1directory-pages/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1social-posts~1directory-pages/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1social-posts~1directory-pages/get/responses/404/content/application~1json/examples/not_found"},"paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/error"},"paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1social-posts~1validate-apple-cta/post/responses/400/content/application~1json/examples/user_error"},"paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1social-posts~1validate-apple-cta/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1social-posts~1validate-apple-cta/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1social-posts~1validate-apple-cta/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1social-posts~1validate-apple-cta/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1social-posts~1validate-apple-cta/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1social-posts~1validate-apple-cta/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1social-posts~1validate-apple-cta/post/responses/404/content/application~1json/examples/not_found"},"paths/~1social-posts~1validate-apple-cta/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1social-posts~1validate-apple-cta/post/responses/409/content/application~1json/examples/conflict"},"paths/~1search/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1search/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1search/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1search/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1search/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1search/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1search/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1search/get/responses/400/content/application~1json/examples/error"},"paths/~1search/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1search/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1search/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1search/get/responses/400/content/application~1json/examples/user_error"},"paths/~1search/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1search/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1search/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1search/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1search/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1search/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1search/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1search/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1search/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1search/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1search/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1search/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1search/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1search/get/responses/404/content/application~1json/examples/not_found"},"paths/~1search/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1search/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1search/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1search/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1search/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1search/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1search/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1search/post/responses/400/content/application~1json/examples/error"},"paths/~1search/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1search/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1search/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1search/post/responses/400/content/application~1json/examples/user_error"},"paths/~1search/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1search/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1search/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1search/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1search/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1search/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1search/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1search/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1search/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1search/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1search/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1search/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1search/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1search/post/responses/404/content/application~1json/examples/not_found"},"paths/~1search/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1search/post/responses/409/content/application~1json/examples/conflict"},"paths/~1search~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1search~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1search~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1search~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1search~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1search~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1search~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1search~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1search~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1search~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1search~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1search~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1search~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1search~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1search~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1search~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1search~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1search~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1search~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1search~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1search~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/400/content/application~1json/examples/fieldMask invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid fieldMask provided."},"key":"fieldMask invalid","summary":"fieldMask invalid","description":"fieldMask invalid","id":"paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/400/content/application~1json/examples/fieldMask invalid"},"paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/400/content/application~1json/examples/storeKey invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid storeKey provided. The provided StoreFinder have no businesses attached."},"key":"storeKey invalid","summary":"storeKey invalid","description":"storeKey invalid","id":"paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/400/content/application~1json/examples/storeKey invalid"},"paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1store-finders~1{storeKey}~1locations~1all/get/responses/404/content/application~1json/examples/not_found"},"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/fieldMask invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid fieldMask provided."},"key":"fieldMask invalid","summary":"fieldMask invalid","description":"fieldMask invalid","id":"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/fieldMask invalid"},"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/reviewRatings invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid reviewRatings provided."},"key":"reviewRatings invalid","summary":"reviewRatings invalid","description":"reviewRatings invalid","id":"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/reviewRatings invalid"},"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/slug invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid slug provided."},"key":"slug invalid","summary":"slug invalid","description":"slug invalid","id":"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/slug invalid"},"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/storeKey invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid storeKey provided. The provided StoreFinder have no businesses attached."},"key":"storeKey invalid","summary":"storeKey invalid","description":"storeKey invalid","id":"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/400/content/application~1json/examples/storeKey invalid"},"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1store-finders~1{storeKey}~1locations~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1store-finders~1{storeKey}~1filters/get/responses/400/content/application~1json/examples/storeKey invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid storeKey provided. The provided StoreFinder have no businesses attached."},"key":"storeKey invalid","summary":"storeKey invalid","description":"storeKey invalid","id":"paths/~1store-finders~1{storeKey}~1filters/get/responses/400/content/application~1json/examples/storeKey invalid"},"paths/~1store-finders~1{storeKey}~1filters/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1store-finders~1{storeKey}~1filters/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1store-finders~1{storeKey}~1filters/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1store-finders~1{storeKey}~1filters/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1store-finders~1{storeKey}~1filters/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1store-finders~1{storeKey}~1filters/get/responses/404/content/application~1json/examples/not_found"},"paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/400/content/application~1json/examples/type missing":{"value":{"status":"INVALID_PARAMETER","message":"You must provide a valid content list type: [MENU, PEOPLE, PRODUCTS, CUSTOM, SERVICES, FAQ]"},"key":"type missing","summary":"type missing","description":"type missing","id":"paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/400/content/application~1json/examples/type missing"},"paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/400/content/application~1json/examples/type invalid":{"value":{"status":"INVALID_PARAMETER","message":"You must provide a valid content list type: [MENU, PEOPLE, PRODUCTS, CUSTOM, SERVICES, FAQ]"},"key":"type invalid","summary":"type invalid","description":"type invalid","id":"paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/400/content/application~1json/examples/type invalid"},"paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1store-finders~1{storeKey}~1locations~1{id}~1content-collections~1{type}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/coordinates invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid coordinates provided."},"key":"coordinates invalid","summary":"coordinates invalid","description":"coordinates invalid","id":"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/coordinates invalid"},"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask averageRating invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid fieldMask provided. AverageRating is only supported for <= <number> Locations in the response"},"key":"fieldMask averageRating invalid","summary":"fieldMask averageRating invalid","description":"fieldMask averageRating invalid","id":"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask averageRating invalid"},"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask evData invalid":{"value":{"status":"INVALID_PARAMETER","message":"EvData is only supported for <= <number> Locations in the response"},"key":"fieldMask evData invalid","summary":"fieldMask evData invalid","description":"fieldMask evData invalid","id":"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask evData invalid"},"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid fieldMask provided."},"key":"fieldMask invalid","summary":"fieldMask invalid","description":"fieldMask invalid","id":"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/fieldMask invalid"},"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/lat invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid lat provided."},"key":"lat invalid","summary":"lat invalid","description":"lat invalid","id":"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/lat invalid"},"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/lng invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid lon provided."},"key":"lng invalid","summary":"lng invalid","description":"lng invalid","id":"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/lng invalid"},"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/locationIds invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid locationIds provided. Each provided id must be a number"},"key":"locationIds invalid","summary":"locationIds invalid","description":"locationIds invalid","id":"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/locationIds invalid"},"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/storeKey invalid":{"value":{"status":"INVALID_PARAMETER","message":"Invalid storeKey provided. The provided StoreFinder have no businesses attached."},"key":"storeKey invalid","summary":"storeKey invalid","description":"storeKey invalid","id":"paths/~1store-finders~1{storeKey}~1locations/get/responses/400/content/application~1json/examples/storeKey invalid"},"paths/~1store-finders~1{storeKey}~1locations/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1store-finders~1{storeKey}~1locations/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1store-finders~1{storeKey}~1locations/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1store-finders~1{storeKey}~1locations/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1store-finders~1{storeKey}~1locations/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1store-finders~1{storeKey}~1locations/get/responses/404/content/application~1json/examples/not_found"},"paths/~1templates/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1templates/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1templates/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1templates/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1templates/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1templates/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1templates/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1templates/get/responses/400/content/application~1json/examples/error"},"paths/~1templates/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1templates/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1templates/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1templates/get/responses/400/content/application~1json/examples/user_error"},"paths/~1templates/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1templates/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1templates/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1templates/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1templates/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1templates/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1templates/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1templates/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1templates/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1templates/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1templates/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1templates/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1templates/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1templates/get/responses/404/content/application~1json/examples/not_found"},"paths/~1templates/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1templates/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1templates/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1templates/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1templates/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1templates/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1templates/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1templates/post/responses/400/content/application~1json/examples/error"},"paths/~1templates/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1templates/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1templates/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1templates/post/responses/400/content/application~1json/examples/user_error"},"paths/~1templates/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1templates/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1templates/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1templates/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1templates/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1templates/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1templates/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1templates/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1templates/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1templates/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1templates/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1templates/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1templates/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1templates/post/responses/404/content/application~1json/examples/not_found"},"paths/~1templates/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1templates/post/responses/409/content/application~1json/examples/conflict"},"paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1templates~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1templates~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1templates~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1templates~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1templates~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1templates~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1templates~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1templates~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1templates~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1templates~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1templates~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1templates~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1templates~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1templates~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1templates~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1templates~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1templates~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1templates~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1templates~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1templates~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1templates~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1templates~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1templates~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1templates~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1templates~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1templates~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/error"},"paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1templates~1{id}~1increment-usage/post/responses/400/content/application~1json/examples/user_error"},"paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1templates~1{id}~1increment-usage/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1templates~1{id}~1increment-usage/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1templates~1{id}~1increment-usage/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1templates~1{id}~1increment-usage/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1templates~1{id}~1increment-usage/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1templates~1{id}~1increment-usage/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1templates~1{id}~1increment-usage/post/responses/404/content/application~1json/examples/not_found"},"paths/~1templates~1{id}~1increment-usage/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1templates~1{id}~1increment-usage/post/responses/409/content/application~1json/examples/conflict"},"paths/~1templates~1authors/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1templates~1authors/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1templates~1authors/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1templates~1authors/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1templates~1authors/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1templates~1authors/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1templates~1authors/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1templates~1authors/get/responses/400/content/application~1json/examples/error"},"paths/~1templates~1authors/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1templates~1authors/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1templates~1authors/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1templates~1authors/get/responses/400/content/application~1json/examples/user_error"},"paths/~1templates~1authors/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1templates~1authors/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1templates~1authors/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1templates~1authors/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1templates~1authors/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1templates~1authors/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1templates~1authors/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1templates~1authors/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1templates~1authors/get/responses/404/content/application~1json/examples/not_found"},"paths/~1templates~1tags/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1templates~1tags/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1templates~1tags/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1templates~1tags/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1templates~1tags/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1templates~1tags/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1templates~1tags/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1templates~1tags/get/responses/400/content/application~1json/examples/error"},"paths/~1templates~1tags/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1templates~1tags/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1templates~1tags/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1templates~1tags/get/responses/400/content/application~1json/examples/user_error"},"paths/~1templates~1tags/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1templates~1tags/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1templates~1tags/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1templates~1tags/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1templates~1tags/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1templates~1tags/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1templates~1tags/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1templates~1tags/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1templates~1tags/get/responses/404/content/application~1json/examples/not_found"},"paths/~1batch/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1batch/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1batch/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1batch/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1batch/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1batch/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1batch/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1batch/get/responses/400/content/application~1json/examples/error"},"paths/~1batch/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1batch/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1batch/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1batch/get/responses/400/content/application~1json/examples/user_error"},"paths/~1batch/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1batch/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1batch/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1batch/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1batch/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1batch/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1batch/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1batch/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1batch/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1batch/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1batch/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1batch/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1batch/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1batch/get/responses/404/content/application~1json/examples/not_found"},"paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/error"},"paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1batch~1{id}~1error-report/get/responses/400/content/application~1json/examples/user_error"},"paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1batch~1{id}~1error-report/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1batch~1{id}~1error-report/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1batch~1{id}~1error-report/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1batch~1{id}~1error-report/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1batch~1{id}~1error-report/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1batch~1{id}~1error-report/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1batch~1{id}~1error-report/get/responses/404/content/application~1json/examples/not_found"},"paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/error"},"paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1categories~1{id}~1attribute-recommendations/get/responses/400/content/application~1json/examples/user_error"},"paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1categories~1{id}~1attribute-recommendations/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1categories~1{id}~1attribute-recommendations/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1categories~1{id}~1attribute-recommendations/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1categories~1{id}~1attribute-recommendations/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1categories~1{id}~1attribute-recommendations/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1categories~1{id}~1attribute-recommendations/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1categories~1{id}~1attribute-recommendations/get/responses/404/content/application~1json/examples/not_found"},"paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/error"},"paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1categories~1{id}~1attributes/get/responses/400/content/application~1json/examples/user_error"},"paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1categories~1{id}~1attributes/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1categories~1{id}~1attributes/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1categories~1{id}~1attributes/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1categories~1{id}~1attributes/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1categories~1{id}~1attributes/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1categories~1{id}~1attributes/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1categories~1{id}~1attributes/get/responses/404/content/application~1json/examples/not_found"},"paths/~1categories/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1categories/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1categories/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1categories/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1categories/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1categories/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1categories/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1categories/get/responses/400/content/application~1json/examples/error"},"paths/~1categories/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1categories/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1categories/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1categories/get/responses/400/content/application~1json/examples/user_error"},"paths/~1categories/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1categories/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1categories/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1categories/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1categories/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1categories/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1categories/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1categories/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1categories/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1categories/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1categories/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1categories/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1categories/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1categories/get/responses/404/content/application~1json/examples/not_found"},"paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/error"},"paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1categories~1{id}~1google-services/get/responses/400/content/application~1json/examples/user_error"},"paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1categories~1{id}~1google-services/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1categories~1{id}~1google-services/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1categories~1{id}~1google-services/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1categories~1{id}~1google-services/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1categories~1{id}~1google-services/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1categories~1{id}~1google-services/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1categories~1{id}~1google-services/get/responses/404/content/application~1json/examples/not_found"},"paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/error"},"paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1categories~1{id}~1more-hours-types/get/responses/400/content/application~1json/examples/user_error"},"paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1categories~1{id}~1more-hours-types/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1categories~1{id}~1more-hours-types/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1categories~1{id}~1more-hours-types/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1categories~1{id}~1more-hours-types/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1categories~1{id}~1more-hours-types/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1categories~1{id}~1more-hours-types/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1categories~1{id}~1more-hours-types/get/responses/404/content/application~1json/examples/not_found"},"paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/error"},"paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1categories~1{id}~1available-photo-types/get/responses/400/content/application~1json/examples/user_error"},"paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1categories~1{id}~1available-photo-types/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1categories~1{id}~1available-photo-types/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1categories~1{id}~1available-photo-types/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1categories~1{id}~1available-photo-types/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1categories~1{id}~1available-photo-types/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1categories~1{id}~1available-photo-types/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1categories~1{id}~1available-photo-types/get/responses/404/content/application~1json/examples/not_found"},"paths/~1collections/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1collections/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1collections/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1collections/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1collections/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1collections/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1collections/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1collections/get/responses/400/content/application~1json/examples/error"},"paths/~1collections/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1collections/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1collections/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1collections/get/responses/400/content/application~1json/examples/user_error"},"paths/~1collections/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1collections/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1collections/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1collections/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1collections/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1collections/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1collections/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1collections/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1collections/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1collections/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1collections/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1collections/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1collections/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1collections/get/responses/404/content/application~1json/examples/not_found"},"paths/~1collections/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1collections/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1collections/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1collections/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1collections/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1collections/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1collections/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1collections/post/responses/400/content/application~1json/examples/error"},"paths/~1collections/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1collections/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1collections/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1collections/post/responses/400/content/application~1json/examples/user_error"},"paths/~1collections/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1collections/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1collections/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1collections/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1collections/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1collections/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1collections/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1collections/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1collections/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1collections/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1collections/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1collections/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1collections/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1collections/post/responses/404/content/application~1json/examples/not_found"},"paths/~1collections/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1collections/post/responses/409/content/application~1json/examples/conflict"},"paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1collections~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1collections~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1collections~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1collections~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1collections~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1collections~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1collections~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1collections~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1collections~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1collections~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1collections~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1collections~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1collections~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1collections~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1collections~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1collections~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1collections~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1collections~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1collections~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1collections~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1collections~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1collections~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1collections~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1collections~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1collections~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1collections~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/error"},"paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1collections~1available-types/get/responses/400/content/application~1json/examples/user_error"},"paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1collections~1available-types/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1collections~1available-types/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1collections~1available-types/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1collections~1available-types/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1collections~1available-types/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1collections~1available-types/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1collections~1available-types/get/responses/404/content/application~1json/examples/not_found"},"paths/~1content-lists/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1content-lists/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1content-lists/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1content-lists/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1content-lists/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1content-lists/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1content-lists/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1content-lists/get/responses/400/content/application~1json/examples/error"},"paths/~1content-lists/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1content-lists/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1content-lists/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1content-lists/get/responses/400/content/application~1json/examples/user_error"},"paths/~1content-lists/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1content-lists/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1content-lists/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1content-lists/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1content-lists/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1content-lists/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1content-lists/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1content-lists/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1content-lists/get/responses/404/content/application~1json/examples/not_found"},"paths/~1content-lists/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1content-lists/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1content-lists/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1content-lists/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1content-lists/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1content-lists/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1content-lists/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1content-lists/post/responses/400/content/application~1json/examples/error"},"paths/~1content-lists/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1content-lists/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1content-lists/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1content-lists/post/responses/400/content/application~1json/examples/user_error"},"paths/~1content-lists/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1content-lists/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1content-lists/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1content-lists/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1content-lists/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1content-lists/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1content-lists/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1content-lists/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1content-lists/post/responses/404/content/application~1json/examples/not_found"},"paths/~1content-lists/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1content-lists/post/responses/409/content/application~1json/examples/conflict"},"paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1content-lists~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1content-lists~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1content-lists~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1content-lists~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1content-lists~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1content-lists~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1content-lists~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1content-lists~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1content-lists~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1content-lists~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1content-lists~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1content-lists~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1content-lists~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1content-lists~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1content-lists~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1content-lists~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1content-lists~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1content-lists~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1content-lists~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1content-lists~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1content-lists~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1content-lists~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1content-lists~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1content-lists~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1content-lists~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1content-lists~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1available-lodging-fields/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1available-lodging-fields/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1available-lodging-fields/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1available-lodging-fields/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1available-lodging-fields/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1available-lodging-fields/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1available-lodging-fields/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1available-lodging-fields/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1cities/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1cities/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1cities/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1cities/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1cities/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1cities/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1cities/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1cities/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1cities/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1cities/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1cities/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1cities/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1cities/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1cities/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1cities/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1cities/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1cities/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1cities/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1cities/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1cities/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1cities/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1countries/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1countries/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1countries/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1countries/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1countries/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1countries/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1countries/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1countries/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1countries/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1countries/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1countries/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1countries/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1countries/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1countries/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1countries/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1countries/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1countries/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1countries/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1countries/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1countries/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1countries/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations/get/responses/400/content/application~1json/examples/error"},"paths/~1locations/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations/post/responses/400/content/application~1json/examples/error"},"paths/~1locations/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations/post/responses/400/content/application~1json/examples/user_error"},"paths/~1locations/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations/post/responses/404/content/application~1json/examples/not_found"},"paths/~1locations/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1locations/post/responses/409/content/application~1json/examples/conflict"},"paths/~1locations/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations/delete/responses/400/content/application~1json/examples/error"},"paths/~1locations/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1locations/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1locations/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations/patch/responses/400/content/application~1json/examples/error"},"paths/~1locations/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1locations/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1locations/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1locations/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1locations~1directories/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1directories/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1directories/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1directories/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1directories/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1directories/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1directories/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1directories/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1directories/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1directories/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1directories/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1directories/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1directories/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1directories/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1directories/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1directories/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1directories/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1directories/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1directories/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1directories/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1directories/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid status":{"value":{"status":"INVALID_PARAMETER","message":"Invalid status value provided: UNKNOWN_STATUS","response":{"status":"INVALID_PARAMETER"}},"key":"invalid status","summary":"invalid status","description":"invalid status","id":"paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid status"},"paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid phone number":{"value":{"status":"INVALID_PARAMETER","message":"Invalid phone number!","response":{"phone":"INVALID_PARAMETER"}},"key":"invalid phone number","summary":"invalid phone number","description":"invalid phone number","id":"paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid phone number"},"paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid short description":{"value":{"status":"INVALID_PARAMETER","message":"descriptionShort's length may not exceed 200 characters after replacing placeholders","response":{"descriptionShort":"INVALID_PARAMETER"}},"key":"invalid short description","summary":"invalid short description","description":"invalid short description","id":"paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid short description"},"paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid multiple squared logo":{"value":{"status":"INVALID_PARAMETER","message":"A location cannot have more than 1 SQUARED_LOGO.","response":{"photos":"INVALID_PARAMETER"}},"key":"invalid multiple squared logo","summary":"invalid multiple squared logo","description":"invalid multiple squared logo","id":"paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid multiple squared logo"},"paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid photos, array expected":{"value":{"status":"INVALID_PARAMETER","message":"photos should be a list of photo objects","response":{"photos":"INVALID_PARAMETER"}},"key":"invalid photos, array expected","summary":"invalid photos, array expected","description":"invalid photos, array expected","id":"paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid photos, array expected"},"paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid 2nd social profile":{"value":{"status":"INVALID_PARAMETER","message":"INVALID_TYPE - Could not validate social profile: Url and type doesn't match.","response":{"socialProfiles[1]":"INVALID_PARAMETER"}},"key":"invalid 2nd social profile","summary":"invalid 2nd social profile","description":"invalid 2nd social profile","id":"paths/~1locations~1{id}/patch/responses/400/content/*~1*/examples/invalid 2nd social profile"},"paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}/patch/responses/409/content/*~1*/examples/identifier not unique":{"value":{"status":"CONFLICT","message":"Invalid identifier provided. Already in use","errorCode":"IDENTIFIER_NOT_UNIQUE","response":{"location":{"id":1234567,"identifier":"my-shop-berlin-mitte","name":"My Shop - Berlin Mitte","businessId":4242}}},"key":"identifier not unique","summary":"identifier not unique","description":"identifier not unique","id":"paths/~1locations~1{id}/patch/responses/409/content/*~1*/examples/identifier not unique"},"paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1businesses/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1businesses/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1businesses/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1businesses/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1businesses/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1businesses/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1businesses/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1businesses/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1keywords/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1keywords/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1keywords/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1keywords/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1keywords/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1keywords/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1keywords/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1keywords/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1visibility-indexes~1interesting/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1labels/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1labels/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1labels/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1labels/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1labels/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1labels/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1labels/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1labels/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1labels/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1labels/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1labels/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1labels/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1labels/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1labels/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1labels/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1labels/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1labels/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1labels/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1labels/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1labels/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1labels/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1postcodes/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1postcodes/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1postcodes/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1postcodes/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1postcodes/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1postcodes/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1postcodes/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1postcodes/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1provinces/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1provinces/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1provinces/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1provinces/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1provinces/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1provinces/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1provinces/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1provinces/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1statistics/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1statistics/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1statistics/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1statistics/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1statistics/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1sync/post/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1sync/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1sync/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1sync/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1sync/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1sync/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1sync/post/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1sync/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1locations~1{id}~1sync/post/responses/409/content/application~1json/examples/conflict"},"paths/~1locations~1sync/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1sync/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1sync/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1sync/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1sync/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1sync/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1sync/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1sync/post/responses/400/content/application~1json/examples/error"},"paths/~1locations~1sync/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1sync/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1sync/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1sync/post/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1sync/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1sync/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1sync/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1sync/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1sync/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1sync/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1sync/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1sync/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1sync/post/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1sync/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1locations~1sync/post/responses/409/content/application~1json/examples/conflict"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1locations~1{id}~1ev-data~1{uid}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1visibility-indexes/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1visibility-indexes/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1visibility-indexes/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1visibility-indexes/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1visibility-indexes/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1visibility-indexes/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1visibility-indexes/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1visibility-indexes/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1datapoints/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1datapoints/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1datapoints/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1datapoints/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1datapoints/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1datapoints/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1datapoints/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1datapoints/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1datapoints~1statistics/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1dashboard/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1dashboard/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1dashboard/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1dashboard/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1dashboard/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1dashboard/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1dashboard/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1dashboard/get/responses/404/content/application~1json/examples/not_found"},"paths/~1custom-items/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1custom-items/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1custom-items/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1custom-items/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1custom-items/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1custom-items/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1custom-items/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1custom-items/get/responses/400/content/application~1json/examples/error"},"paths/~1custom-items/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1custom-items/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1custom-items/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1custom-items/get/responses/400/content/application~1json/examples/user_error"},"paths/~1custom-items/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1custom-items/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1custom-items/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1custom-items/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1custom-items/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1custom-items/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1custom-items/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1custom-items/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1custom-items/get/responses/404/content/application~1json/examples/not_found"},"paths/~1custom-items/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1custom-items/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1custom-items/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1custom-items/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1custom-items/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1custom-items/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1custom-items/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1custom-items/post/responses/400/content/application~1json/examples/error"},"paths/~1custom-items/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1custom-items/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1custom-items/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1custom-items/post/responses/400/content/application~1json/examples/user_error"},"paths/~1custom-items/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1custom-items/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1custom-items/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1custom-items/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1custom-items/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1custom-items/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1custom-items/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1custom-items/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1custom-items/post/responses/404/content/application~1json/examples/not_found"},"paths/~1custom-items/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1custom-items/post/responses/409/content/application~1json/examples/conflict"},"paths/~1custom-items/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1custom-items/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1custom-items/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1custom-items/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1custom-items/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1custom-items/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1custom-items/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1custom-items/delete/responses/400/content/application~1json/examples/error"},"paths/~1custom-items/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1custom-items/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1custom-items/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1custom-items/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1custom-items/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1custom-items/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1custom-items/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1custom-items/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1custom-items/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1custom-items/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1custom-items/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1custom-items/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1custom-items/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1custom-items~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1custom-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1custom-items~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1custom-items~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1custom-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1custom-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1custom-items~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1custom-items~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1custom-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1custom-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1custom-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1custom-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1custom-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1custom-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1custom-items~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1custom-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1custom-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1custom-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1custom-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1custom-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1custom-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1custom-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1custom-items~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1custom-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1custom-items~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1custom-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1events/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1events/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1events/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1events/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1events/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1events/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1events/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1events/get/responses/400/content/application~1json/examples/error"},"paths/~1events/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1events/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1events/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1events/get/responses/400/content/application~1json/examples/user_error"},"paths/~1events/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1events/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1events/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1events/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1events/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1events/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1events/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1events/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1events/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1events/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1events/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1events/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1events/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1events/get/responses/404/content/application~1json/examples/not_found"},"paths/~1events/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1events/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1events/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1events/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1events/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1events/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1events/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1events/post/responses/400/content/application~1json/examples/error"},"paths/~1events/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1events/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1events/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1events/post/responses/400/content/application~1json/examples/user_error"},"paths/~1events/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1events/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1events/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1events/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1events/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1events/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1events/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1events/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1events/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1events/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1events/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1events/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1events/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1events/post/responses/404/content/application~1json/examples/not_found"},"paths/~1events/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1events/post/responses/409/content/application~1json/examples/conflict"},"paths/~1events/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1events/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1events/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1events/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1events/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1events/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1events/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1events/delete/responses/400/content/application~1json/examples/error"},"paths/~1events/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1events/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1events/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1events/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1events/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1events/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1events/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1events/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1events/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1events/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1events/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1events/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1events/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1events/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1events/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1events/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1events/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1events/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1events/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1events/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1events/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1events/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1events/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1events/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1events/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1events/patch/responses/400/content/application~1json/examples/error"},"paths/~1events/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1events/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1events/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1events/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1events/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1events/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1events/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1events/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1events/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1events/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1events/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1events/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1events/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1events/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1events/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1events/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1events/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1events/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1events/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1events/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1events~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1events~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1events~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1events~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1events~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1events~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1events~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1events~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1events~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1events~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1events~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1events~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1events~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1events~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1events~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1events~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1events~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1events~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1events~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1events~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1events~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1events~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1events~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1events~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1events~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1events~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1events~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1events~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1events~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1events~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1events~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1events~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1events~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1events~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1events~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1events~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1events~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1events~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1events~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1facebook~1page/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1facebook~1page/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1facebook~1page/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1facebook~1page/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1facebook~1page/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1facebook~1page/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1facebook~1page/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1facebook~1page/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1facebook~1page/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1facebook~1page/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1facebook~1page/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1facebook~1page/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1locations~1{id}~1facebook~1page/post/responses/409/content/application~1json/examples/conflict"},"paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1facebook~1page/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1facebook~1page/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1facebook~1page/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1facebook~1page/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1facebook~1page/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1facebook~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1facebook~1page/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1facebook~1page/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1google~1page/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1google~1page/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1google~1page/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1google~1page/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1google~1page/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1google~1page/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1google~1page/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1google~1page/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1google~1page/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1google~1page/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1google~1page/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1google~1page/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1google~1page/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1google~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1google~1page/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1google~1page/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1instagram~1page/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1instagram~1page/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1instagram~1page/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1instagram~1page/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1instagram~1page/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1instagram~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1instagram~1page/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1instagram~1page/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/missing_parameter"},"paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/invalid_parameter"},"paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/wrong_type"},"paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/error"},"paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/bad_request"},"paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1linked-in~1page/delete/responses/400/content/*~1*/examples/user_error"},"paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1linked-in~1page/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1linked-in~1page/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1linked-in~1page/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1linked-in~1page/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1linked-in~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1linked-in~1page/delete/responses/404/content/*~1*/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1linked-in~1page/delete/responses/404/content/*~1*/examples/not_found"},"paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1listings~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1listings~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1listings~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1listings~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1listings~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1listings~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1listings~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1listings~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1listings~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1listings~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/wrong_type"},"paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/error"},"paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/bad_request"},"paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1listings~1{id}~1flag/put/responses/400/content/application~1json/examples/user_error"},"paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/unauthorized"},"paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_token"},"paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1listings~1{id}~1flag/put/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1listings~1{id}~1flag/put/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1listings~1{id}~1flag/put/responses/403/content/application~1json/examples/forbidden"},"paths/~1listings~1{id}~1flag/put/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1listings~1{id}~1flag/put/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1listings~1{id}~1flag/put/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1listings~1{id}~1flag/put/responses/404/content/application~1json/examples/not_found"},"paths/~1listings~1{id}~1flag/put/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1listings~1{id}~1flag/put/responses/409/content/application~1json/examples/conflict"},"paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1listings-details~1list/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1listings-details~1list/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1listings-details~1list/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1listings-details~1list/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1listings-details~1list/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1listings-details~1list/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1listings-details~1list/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1listings-details~1list/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1listings-details~1unavailable-directories/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/missing_parameter"},"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/invalid_parameter"},"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/wrong_type"},"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/error"},"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/bad_request"},"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/400/content/*~1*/examples/user_error"},"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/404/content/*~1*/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1tik-tok~1page/delete/responses/404/content/*~1*/examples/not_found"},"paths/~1faq/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1faq/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1faq/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1faq/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1faq/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1faq/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1faq/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1faq/get/responses/400/content/application~1json/examples/error"},"paths/~1faq/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1faq/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1faq/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1faq/get/responses/400/content/application~1json/examples/user_error"},"paths/~1faq/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1faq/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1faq/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1faq/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1faq/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1faq/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1faq/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1faq/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1faq/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1faq/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1faq/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1faq/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1faq/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1faq/get/responses/404/content/application~1json/examples/not_found"},"paths/~1faq/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1faq/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1faq/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1faq/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1faq/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1faq/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1faq/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1faq/post/responses/400/content/application~1json/examples/error"},"paths/~1faq/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1faq/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1faq/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1faq/post/responses/400/content/application~1json/examples/user_error"},"paths/~1faq/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1faq/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1faq/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1faq/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1faq/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1faq/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1faq/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1faq/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1faq/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1faq/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1faq/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1faq/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1faq/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1faq/post/responses/404/content/application~1json/examples/not_found"},"paths/~1faq/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1faq/post/responses/409/content/application~1json/examples/conflict"},"paths/~1faq/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1faq/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1faq/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1faq/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1faq/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1faq/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1faq/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1faq/delete/responses/400/content/application~1json/examples/error"},"paths/~1faq/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1faq/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1faq/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1faq/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1faq/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1faq/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1faq/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1faq/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1faq/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1faq/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1faq/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1faq/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1faq/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1faq/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1faq/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1faq/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1faq/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1faq/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1faq/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1faq/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1faq/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1faq/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1faq/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1faq/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1faq/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1faq/patch/responses/400/content/application~1json/examples/error"},"paths/~1faq/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1faq/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1faq/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1faq/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1faq/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1faq/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1faq/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1faq/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1faq/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1faq/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1faq/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1faq/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1faq/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1faq/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1faq/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1faq/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1faq/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1faq/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1faq/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1faq/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1faq~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1faq~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1faq~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1faq~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1faq~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1faq~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1faq~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1faq~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1faq~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1faq~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1faq~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1faq~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1faq~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1faq~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1faq~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1faq~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1faq~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1faq~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1faq~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1faq~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1faq~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1faq~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1faq~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1faq~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1faq~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1faq~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1labels~1list/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1labels~1list/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1labels~1list/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1labels~1list/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1labels~1list/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1labels~1list/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1labels~1list/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1labels~1list/get/responses/400/content/application~1json/examples/error"},"paths/~1labels~1list/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1labels~1list/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1labels~1list/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1labels~1list/get/responses/400/content/application~1json/examples/user_error"},"paths/~1labels~1list/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1labels~1list/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1labels~1list/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1labels~1list/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1labels~1list/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1labels~1list/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1labels~1list/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1labels~1list/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1labels~1list/get/responses/404/content/application~1json/examples/not_found"},"paths/~1labels/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1labels/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1labels/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1labels/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1labels/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1labels/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1labels/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1labels/get/responses/400/content/application~1json/examples/error"},"paths/~1labels/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1labels/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1labels/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1labels/get/responses/400/content/application~1json/examples/user_error"},"paths/~1labels/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1labels/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1labels/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1labels/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1labels/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1labels/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1labels/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1labels/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1labels/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1labels/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1labels/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1labels/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1labels/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1labels/get/responses/404/content/application~1json/examples/not_found"},"paths/~1location-groups~1{id}~1locations/post/requestBody/content/application~1json/examples/AddLocationsExample":{"value":{"locations":[10,20,30]},"key":"AddLocationsExample","summary":"AddLocationsExample","description":"AddLocationsExample","id":"paths/~1location-groups~1{id}~1locations/post/requestBody/content/application~1json/examples/AddLocationsExample"},"paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/error"},"paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1location-groups~1{id}~1locations/post/responses/400/content/application~1json/examples/user_error"},"paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1location-groups~1{id}~1locations/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1location-groups~1{id}~1locations/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1location-groups~1{id}~1locations/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1location-groups~1{id}~1locations/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1location-groups~1{id}~1locations/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1location-groups~1{id}~1locations/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1location-groups~1{id}~1locations/post/responses/404/content/application~1json/examples/not_found"},"paths/~1location-groups~1{id}~1locations/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1location-groups~1{id}~1locations/post/responses/409/content/application~1json/examples/conflict"},"paths/~1location-groups/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1location-groups/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1location-groups/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1location-groups/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1location-groups/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1location-groups/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1location-groups/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1location-groups/get/responses/400/content/application~1json/examples/error"},"paths/~1location-groups/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1location-groups/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1location-groups/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1location-groups/get/responses/400/content/application~1json/examples/user_error"},"paths/~1location-groups/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1location-groups/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1location-groups/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1location-groups/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1location-groups/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1location-groups/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1location-groups/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1location-groups/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1location-groups/get/responses/404/content/application~1json/examples/not_found"},"paths/~1location-groups/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1location-groups/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1location-groups/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1location-groups/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1location-groups/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1location-groups/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1location-groups/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1location-groups/post/responses/400/content/application~1json/examples/error"},"paths/~1location-groups/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1location-groups/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1location-groups/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1location-groups/post/responses/400/content/application~1json/examples/user_error"},"paths/~1location-groups/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1location-groups/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1location-groups/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1location-groups/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1location-groups/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1location-groups/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1location-groups/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1location-groups/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1location-groups/post/responses/404/content/application~1json/examples/not_found"},"paths/~1location-groups/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1location-groups/post/responses/409/content/application~1json/examples/conflict"},"paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1location-groups~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1location-groups~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1location-groups~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1location-groups~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1location-groups~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1location-groups~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1location-groups~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1location-groups~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1location-groups~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1location-groups~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1location-groups~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1location-groups~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1location-groups~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1location-groups~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1location-groups~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1location-groups~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1location-groups~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1location-groups~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1location-groups~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1location-groups~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1location-groups~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1location-groups~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1location-groups~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1location-groups~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1location-groups~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1location-groups~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1menu-items/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1menu-items/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1menu-items/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1menu-items/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1menu-items/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1menu-items/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1menu-items/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1menu-items/get/responses/400/content/application~1json/examples/error"},"paths/~1menu-items/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1menu-items/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1menu-items/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1menu-items/get/responses/400/content/application~1json/examples/user_error"},"paths/~1menu-items/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1menu-items/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1menu-items/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1menu-items/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1menu-items/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1menu-items/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1menu-items/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1menu-items/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1menu-items/get/responses/404/content/application~1json/examples/not_found"},"paths/~1menu-items/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1menu-items/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1menu-items/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1menu-items/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1menu-items/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1menu-items/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1menu-items/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1menu-items/post/responses/400/content/application~1json/examples/error"},"paths/~1menu-items/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1menu-items/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1menu-items/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1menu-items/post/responses/400/content/application~1json/examples/user_error"},"paths/~1menu-items/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1menu-items/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1menu-items/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1menu-items/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1menu-items/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1menu-items/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1menu-items/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1menu-items/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1menu-items/post/responses/404/content/application~1json/examples/not_found"},"paths/~1menu-items/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1menu-items/post/responses/409/content/application~1json/examples/conflict"},"paths/~1menu-items/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1menu-items/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1menu-items/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1menu-items/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1menu-items/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1menu-items/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1menu-items/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1menu-items/delete/responses/400/content/application~1json/examples/error"},"paths/~1menu-items/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1menu-items/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1menu-items/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1menu-items/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1menu-items/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1menu-items/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1menu-items/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1menu-items/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1menu-items/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1menu-items/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1menu-items/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1menu-items/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1menu-items/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1menu-items/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1menu-items/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1menu-items/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1menu-items/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1menu-items/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1menu-items/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1menu-items/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1menu-items/patch/responses/400/content/application~1json/examples/error"},"paths/~1menu-items/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1menu-items/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1menu-items/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1menu-items/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1menu-items/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1menu-items/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1menu-items/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1menu-items/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1menu-items/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1menu-items/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1menu-items/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1menu-items/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1menu-items/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1menu-items/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1menu-items/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1menu-items~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1menu-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1menu-items~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1menu-items~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1menu-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1menu-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1menu-items~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1menu-items~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1menu-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1menu-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1menu-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1menu-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1menu-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1menu-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1menu-items~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1menu-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1menu-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1menu-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1menu-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1menu-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1menu-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1menu-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1menu-items~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1menu-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1menu-items~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1menu-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/error"},"paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1menu-items~1accepted-extra-fields/get/responses/400/content/application~1json/examples/user_error"},"paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1menu-items~1accepted-extra-fields/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1menu-items~1accepted-extra-fields/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1menu-items~1accepted-extra-fields/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1menu-items~1accepted-extra-fields/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1menu-items~1accepted-extra-fields/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1menu-items~1accepted-extra-fields/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1menu-items~1accepted-extra-fields/get/responses/404/content/application~1json/examples/not_found"},"paths/~1persons/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1persons/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1persons/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1persons/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1persons/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1persons/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1persons/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1persons/get/responses/400/content/application~1json/examples/error"},"paths/~1persons/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1persons/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1persons/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1persons/get/responses/400/content/application~1json/examples/user_error"},"paths/~1persons/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1persons/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1persons/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1persons/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1persons/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1persons/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1persons/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1persons/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1persons/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1persons/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1persons/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1persons/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1persons/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1persons/get/responses/404/content/application~1json/examples/not_found"},"paths/~1persons/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1persons/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1persons/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1persons/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1persons/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1persons/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1persons/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1persons/post/responses/400/content/application~1json/examples/error"},"paths/~1persons/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1persons/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1persons/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1persons/post/responses/400/content/application~1json/examples/user_error"},"paths/~1persons/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1persons/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1persons/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1persons/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1persons/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1persons/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1persons/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1persons/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1persons/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1persons/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1persons/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1persons/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1persons/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1persons/post/responses/404/content/application~1json/examples/not_found"},"paths/~1persons/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1persons/post/responses/409/content/application~1json/examples/conflict"},"paths/~1persons/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1persons/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1persons/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1persons/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1persons/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1persons/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1persons/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1persons/delete/responses/400/content/application~1json/examples/error"},"paths/~1persons/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1persons/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1persons/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1persons/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1persons/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1persons/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1persons/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1persons/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1persons/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1persons/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1persons/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1persons/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1persons/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1persons/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1persons/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1persons/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1persons/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1persons/patch/responses/400/content/application~1json/examples/error"},"paths/~1persons/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1persons/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1persons/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1persons/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1persons/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1persons/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1persons/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1persons/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1persons/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1persons/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1persons/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1persons/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1persons/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1persons/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1persons/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1persons/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1persons/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1persons/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1persons/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1persons/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1persons~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1persons~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1persons~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1persons~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1persons~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1persons~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1persons~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1persons~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1persons~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1persons~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1persons~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1persons~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1persons~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1persons~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1persons~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1persons~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1persons~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1persons~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1persons~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1persons~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1persons~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1persons~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1persons~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1persons~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1persons~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1persons~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1photos/post/responses/400/content/application~1json/examples/interior image constraints":{"value":{"status":"ERROR","message":"INTERIOR pictures must follow the following constraints: Size: 10000-52428800 | Width: 480-6000 | Height: 480-6000","response":{}},"key":"interior image constraints","summary":"interior image constraints","description":"interior image constraints","id":"paths/~1photos/post/responses/400/content/application~1json/examples/interior image constraints"},"paths/~1photos/post/responses/400/content/application~1json/examples/identifier not unique":{"value":{"status":"ERROR","message":"Parameter 'identifier' is not unique for this location","response":{"parameter":"identifier","code":"IDENTIFIER_NOT_UNIQUE"}},"key":"identifier not unique","summary":"identifier not unique","description":"identifier not unique","id":"paths/~1photos/post/responses/400/content/application~1json/examples/identifier not unique"},"paths/~1photos/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1photos/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1photos/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1photos/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1photos/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1photos/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1photos/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1photos/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1photos/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1photos/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1photos/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1photos/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1photos/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1photos/post/responses/404/content/application~1json/examples/not_found"},"paths/~1photos/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1photos/post/responses/409/content/application~1json/examples/conflict"},"paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1photos~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1photos~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1photos~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1photos~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1photos~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1photos~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1photos~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1photos~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1photos~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1photos~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1photos~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1photos~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1photos~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1photos~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1photos~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1photos~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1photos~1{id}/patch/responses/400/content/application~1json/examples/duplicate photo type":{"value":{"status":"ERROR","message":"Only one photo per type per location is allowed","response":{}},"key":"duplicate photo type","summary":"duplicate photo type","description":"duplicate photo type","id":"paths/~1photos~1{id}/patch/responses/400/content/application~1json/examples/duplicate photo type"},"paths/~1photos~1{id}/patch/responses/400/content/application~1json/examples/identifier not unique":{"value":{"status":"ERROR","message":"Parameter 'identifier' is not unique for this location","response":{"parameter":"identifier","code":"IDENTIFIER_NOT_UNIQUE"}},"key":"identifier not unique","summary":"identifier not unique","description":"identifier not unique","id":"paths/~1photos~1{id}/patch/responses/400/content/application~1json/examples/identifier not unique"},"paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1photos~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1photos~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1photos~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1photos~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1photos~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1photos~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1photos~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1photos~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1photos~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1products/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1products/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1products/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1products/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1products/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1products/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1products/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1products/get/responses/400/content/application~1json/examples/error"},"paths/~1products/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1products/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1products/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1products/get/responses/400/content/application~1json/examples/user_error"},"paths/~1products/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1products/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1products/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1products/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1products/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1products/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1products/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1products/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1products/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1products/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1products/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1products/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1products/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1products/get/responses/404/content/application~1json/examples/not_found"},"paths/~1products/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1products/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1products/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1products/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1products/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1products/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1products/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1products/post/responses/400/content/application~1json/examples/error"},"paths/~1products/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1products/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1products/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1products/post/responses/400/content/application~1json/examples/user_error"},"paths/~1products/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1products/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1products/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1products/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1products/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1products/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1products/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1products/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1products/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1products/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1products/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1products/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1products/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1products/post/responses/404/content/application~1json/examples/not_found"},"paths/~1products/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1products/post/responses/409/content/application~1json/examples/conflict"},"paths/~1products/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1products/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1products/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1products/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1products/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1products/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1products/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1products/delete/responses/400/content/application~1json/examples/error"},"paths/~1products/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1products/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1products/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1products/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1products/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1products/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1products/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1products/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1products/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1products/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1products/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1products/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1products/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1products/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1products/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1products/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1products/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1products/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1products/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1products/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1products/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1products/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1products/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1products/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1products/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1products/patch/responses/400/content/application~1json/examples/error"},"paths/~1products/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1products/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1products/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1products/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1products/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1products/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1products/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1products/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1products/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1products/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1products/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1products/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1products/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1products/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1products/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1products/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1products/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1products/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1products/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1products/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1products~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1products~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1products~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1products~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1products~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1products~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1products~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1products~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1products~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1products~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1products~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1products~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1products~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1products~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1products~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1products~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1products~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1products~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1products~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1products~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1products~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1products~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1products~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1products~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1products~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1products~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1products~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1products~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1products~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1products~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1products~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1products~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1products~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1products~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1products~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1products~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1products~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1products~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1products~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1service-items/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1service-items/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1service-items/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1service-items/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1service-items/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1service-items/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1service-items/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1service-items/get/responses/400/content/application~1json/examples/error"},"paths/~1service-items/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1service-items/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1service-items/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1service-items/get/responses/400/content/application~1json/examples/user_error"},"paths/~1service-items/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1service-items/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1service-items/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1service-items/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1service-items/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1service-items/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1service-items/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1service-items/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1service-items/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1service-items/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1service-items/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1service-items/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1service-items/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1service-items/get/responses/404/content/application~1json/examples/not_found"},"paths/~1service-items/post/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1service-items/post/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1service-items/post/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1service-items/post/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1service-items/post/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1service-items/post/responses/400/content/application~1json/examples/wrong_type"},"paths/~1service-items/post/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1service-items/post/responses/400/content/application~1json/examples/error"},"paths/~1service-items/post/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1service-items/post/responses/400/content/application~1json/examples/bad_request"},"paths/~1service-items/post/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1service-items/post/responses/400/content/application~1json/examples/user_error"},"paths/~1service-items/post/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1service-items/post/responses/401/content/application~1json/examples/unauthorized"},"paths/~1service-items/post/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1service-items/post/responses/401/content/application~1json/examples/bad_token"},"paths/~1service-items/post/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1service-items/post/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1service-items/post/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1service-items/post/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1service-items/post/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1service-items/post/responses/403/content/application~1json/examples/forbidden"},"paths/~1service-items/post/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1service-items/post/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1service-items/post/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1service-items/post/responses/404/content/application~1json/examples/not_found"},"paths/~1service-items/post/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1service-items/post/responses/409/content/application~1json/examples/conflict"},"paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/error"},"paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1service-items~1{id}/get/responses/400/content/application~1json/examples/user_error"},"paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1service-items~1{id}/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1service-items~1{id}/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1service-items~1{id}/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1service-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1service-items~1{id}/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1service-items~1{id}/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1service-items~1{id}/get/responses/404/content/application~1json/examples/not_found"},"paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/wrong_type"},"paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/error"},"paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/bad_request"},"paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1service-items~1{id}/delete/responses/400/content/application~1json/examples/user_error"},"paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/unauthorized"},"paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_token"},"paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1service-items~1{id}/delete/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1service-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1service-items~1{id}/delete/responses/403/content/application~1json/examples/forbidden"},"paths/~1service-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1service-items~1{id}/delete/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1service-items~1{id}/delete/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1service-items~1{id}/delete/responses/404/content/application~1json/examples/not_found"},"paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/wrong_type"},"paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/error"},"paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/bad_request"},"paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1service-items~1{id}/patch/responses/400/content/application~1json/examples/user_error"},"paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/unauthorized"},"paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_token"},"paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1service-items~1{id}/patch/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1service-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1service-items~1{id}/patch/responses/403/content/application~1json/examples/forbidden"},"paths/~1service-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1service-items~1{id}/patch/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1service-items~1{id}/patch/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1service-items~1{id}/patch/responses/404/content/application~1json/examples/not_found"},"paths/~1service-items~1{id}/patch/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1service-items~1{id}/patch/responses/409/content/application~1json/examples/conflict"},"paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/error"},"paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1suggestions~1update-all-status/put/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1suggestions~1update-all-status/put/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1suggestions~1update-all-status/put/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1suggestions~1update-all-status/put/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1locations~1suggestions~1update-all-status/put/responses/409/content/application~1json/examples/conflict"},"paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1suggestions/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1suggestions/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1suggestions/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1suggestions/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1suggestions/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1suggestions/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1suggestions/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1suggestions/get/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/error"},"paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1{id}~1suggestions/put/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1{id}~1suggestions/put/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1{id}~1suggestions/put/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1{id}~1suggestions/put/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1{id}~1suggestions/put/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1{id}~1suggestions/put/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1{id}~1suggestions/put/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1{id}~1suggestions/put/responses/404/content/application~1json/examples/not_found"},"paths/~1locations~1{id}~1suggestions/put/responses/409/content/application~1json/examples/conflict":{"value":{"status":"CONFLICT","message":"The request conflicts with current state of the server","response":{"text":"CONFLICT"}},"key":"conflict","summary":"Conflict","id":"paths/~1locations~1{id}~1suggestions/put/responses/409/content/application~1json/examples/conflict"},"paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/error"},"paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1locations~1suggestions/get/responses/400/content/application~1json/examples/user_error"},"paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/unauthorized":{"value":{"status":"NOT_AUTHORIZED","message":"Authentication credentials are missing or invalid","response":{"text":"NOT_AUTHORIZED"}},"key":"unauthorized","summary":"Unauthorized","id":"paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/unauthorized"},"paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_token":{"value":{"status":"BAD_ACCESS_TOKEN","message":"Invalid authentication token","response":{"text":"BAD_ACCESS_TOKEN"}},"key":"bad_token","summary":"Bad token","id":"paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_token"},"paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_private_key":{"value":{"status":"BAD_PRIVATE_KEY","message":"Invalid private key provided","response":{"text":"BAD_PRIVATE_KEY"}},"key":"bad_private_key","summary":"Bad private key","id":"paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_private_key"},"paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_public_key":{"value":{"status":"BAD_PUBLIC_KEY","message":"Invalid public key provided","response":{"text":"BAD_PUBLIC_KEY"}},"key":"bad_public_key","summary":"Bad public key","id":"paths/~1locations~1suggestions/get/responses/401/content/application~1json/examples/bad_public_key"},"paths/~1locations~1suggestions/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1locations~1suggestions/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1locations~1suggestions/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1locations~1suggestions/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1locations~1suggestions/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1locations~1suggestions/get/responses/404/content/application~1json/examples/not_found"},"paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/error"},"paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1rules-engine~1all-photo-constraints/get/responses/400/content/application~1json/examples/user_error"},"paths/~1rules-engine~1all-photo-constraints/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1rules-engine~1all-photo-constraints/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1rules-engine~1all-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1rules-engine~1all-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1rules-engine~1all-photo-constraints/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1rules-engine~1all-photo-constraints/get/responses/404/content/application~1json/examples/not_found"},"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/error"},"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/400/content/application~1json/examples/user_error"},"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1rules-engine~1directory-brand-photo-constraints/get/responses/404/content/application~1json/examples/not_found"},"paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter":{"value":{"status":"MISSING_PARAMETER","message":"Required parameter is missing","response":{"text":"MISSING_PARAMETER"}},"key":"missing_parameter","summary":"Missing required parameter","id":"paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/missing_parameter"},"paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter":{"value":{"status":"INVALID_PARAMETER","message":"Invalid parameter value provided","response":{"text":"INVALID_PARAMETER"}},"key":"invalid_parameter","summary":"Invalid parameter","id":"paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/invalid_parameter"},"paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type":{"value":{"status":"WRONG_PARAMETER_TYPE","message":"Parameter is of the wrong type. Expected: String","response":{"text":"WRONG_PARAMETER_TYPE"}},"key":"wrong_type","summary":"Wrong parameter type","id":"paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/wrong_type"},"paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/error":{"value":{"status":"ERROR","message":"Invalid request","response":{"text":"ERROR"}},"key":"error","summary":"General error","id":"paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/error"},"paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/bad_request":{"value":{"status":"BAD_REQUEST","message":"The request is invalid or malformed","response":{"text":"BAD_REQUEST"}},"key":"bad_request","summary":"Bad request","id":"paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/bad_request"},"paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/user_error":{"value":{"status":"USER_ERROR","message":"Error caused by incorrect user input","response":{"text":"USER_ERROR"}},"key":"user_error","summary":"User error","id":"paths/~1rules-engine~1location-photo-constraints/get/responses/400/content/application~1json/examples/user_error"},"paths/~1rules-engine~1location-photo-constraints/get/responses/403/content/application~1json/examples/forbidden":{"value":{"status":"FORBIDDEN","message":"You do not have permission to access this resource","response":{"text":"FORBIDDEN"}},"key":"forbidden","summary":"Forbidden","id":"paths/~1rules-engine~1location-photo-constraints/get/responses/403/content/application~1json/examples/forbidden"},"paths/~1rules-engine~1location-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded":{"value":{"status":"QUOTA_LIMIT_EXCEED","message":"Rate limit has been exceeded. Try again later","response":{"text":"QUOTA_LIMIT_EXCEED"}},"key":"quota_exceeded","summary":"Quota exceeded","id":"paths/~1rules-engine~1location-photo-constraints/get/responses/403/content/application~1json/examples/quota_exceeded"},"paths/~1rules-engine~1location-photo-constraints/get/responses/404/content/application~1json/examples/not_found":{"value":{"status":"NOT_FOUND","message":"The requested resource could not be found","response":{"text":"NOT_FOUND"}},"key":"not_found","summary":"Not found","id":"paths/~1rules-engine~1location-photo-constraints/get/responses/404/content/application~1json/examples/not_found"}},"securitySchemeStore":{"X-API-KEY":{"id":"X-API-KEY","type":"apiKey","description":"API key for server-to-server authentication. Must be kept confidential. Include as a header with all protected endpoints.","in":"header","paramName":"X-API-KEY"},"Authorization":{"id":"Authorization","type":"http","scheme":"bearer","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Bearer token for authenticated user access. Obtain via the authentication endpoints."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Include in the Authorization header as 'Bearer {token}'. Tokens expire after a set period and may need to be refreshed."},"children":[]}]}]}]},"BasicAuth":{"id":"BasicAuth","type":"http","scheme":"basic","description":"Basic authentication using username and password. Credentials should be Base64 encoded in the format 'username:password'."},"X-PUBLIC-API-KEY":{"id":"X-PUBLIC-API-KEY","type":"apiKey","description":"Client-side API key intended for non-sensitive operations from browsers.\n                                    This key has highly restricted permissions and can only be used for status checks. Include as a header with applicable requests.","in":"header","paramName":"X-PUBLIC-API-KEY"},"privateKey":{"id":"privateKey","type":"apiKey","description":"Private authorization key","in":"header","paramName":"Authorization"},"publicKey":{"id":"publicKey","type":"apiKey","description":"Public Key","in":"header","paramName":"publicKey"}},"servers":[{"url":"https://uberall.com/api"},{"url":"/_mock/apis/swagger","isMockServer":true,"description":"Mock Server"}],"logo":{"imageUrl":"https://uberall.com/images/uberall-logo-white.svg","href":"https://uberall.com"}},"options":{"downloadUrls":[{"title":"swagger.yaml","url":"https://uberall.com/swagger/uberall-specs.yaml"}],"hideSidebar":true,"mockServer":{"url":"/_mock/apis/swagger","position":"last","description":"Mock Server"},"disableRouter":true,"excludeFromSearch":false,"specType":"openapi","markdocOptions":{"tags":{},"nodes":{},"components":{}},"metadata":{"title":"Uberall API","description":"Enhance your application with Uberall's comprehensive API documentation"}},"baseSlug":"/apis/swagger","routesMapping":{}}